Skip to content

Commit

Permalink
Merge pull request #1510 from sampersand/swesterman/23-09-08/encoding
Browse files Browse the repository at this point in the history
Updated Encoding, its Errors, and its tests
  • Loading branch information
soutaro authored Sep 19, 2023
2 parents 5edb3fe + beafbea commit 1502255
Show file tree
Hide file tree
Showing 5 changed files with 676 additions and 759 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ end

task :stdlib_test => :compile do
test_files = FileList["test/stdlib/**/*_test.rb"].reject do |path|
path =~ %r{Ractor}
path =~ %r{Ractor} || path =~ %r{Encoding}
end
sh "#{ruby} -Ilib #{bin}/test_runner.rb #{test_files.join(' ')}"
# TODO: Ractor tests need to be run in a separate process
sh "#{ruby} -Ilib #{bin}/test_runner.rb test/stdlib/Ractor_test.rb"
sh "#{ruby} -Ilib #{bin}/test_runner.rb test/stdlib/Encoding_test.rb"
end

task :rubocop do
Expand Down
Loading

0 comments on commit 1502255

Please sign in to comment.