Skip to content

Commit

Permalink
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestRubyOptimization.rb
Original file line number Diff line number Diff line change
@@ -28,3 +28,4 @@
exclude :test_array_empty? , "needs investigation"
exclude :test_string_empty? , "needs investigation"
exclude :test_hash_empty?, "needs investigation"
exclude :test_string_freeze_saves_memory, "hangs / needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestThread.rb
Original file line number Diff line number Diff line change
@@ -51,3 +51,4 @@
exclude :test_handle_interrupt_with_break, "needs investigation"
exclude :test_handle_interrupt_with_return, "needs investigation"
exclude :test_fork_in_thread, "needs investigation"
exclude :test_subclass_no_initialize, "hangs / needs investigation"
6 changes: 3 additions & 3 deletions test/mri_truffle.index
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ ruby/test_basicinstructions.rb
ruby/test_beginendblock.rb
ruby/test_bignum.rb
ruby/test_call.rb
ruby/test_case.rb
# ruby/test_case.rb # uses refinements
ruby/test_class.rb
ruby/test_clone.rb
ruby/test_comparable.rb
@@ -189,11 +189,11 @@ fileutils/test_verbose.rb
# io/nonblock/test_flush.rb
io/console/test_io_console.rb

json/test_json.rb
# json/test_json.rb # Needs review for inclusion in test suite
json/test_json_addition.rb
json/test_json_encoding.rb
json/test_json_fixtures.rb
json/test_json_generate.rb
# json/test_json_generate.rb # Needs review for inclusion in test suite
json/test_json_generic_object.rb

# json/test_json_rails.rb

4 comments on commit 6b714e2

@bjfish
Copy link
Contributor

@bjfish bjfish commented on 6b714e2 Jul 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jruby/truffle It looks like you can run jt test mri to completion with the exclusions in this commit.

I just ran it with this result: 2622 tests, 179256 assertions, 60 failures, 70 errors, 12 skips

@chrisseaton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow great. That seems like an incredible result. Maybe we could aim at passing all of these soon enough.

@chrisseaton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you try re-enabling in Travis?

@bjfish
Copy link
Contributor

@bjfish bjfish commented on 6b714e2 Jul 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisseaton Yes, I'll try to re-enable in Travis

Please sign in to comment.