Skip to content

Commit

Permalink
[Truffle] Add test_exception to mri test index.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 12, 2015
1 parent 7c29362 commit dec6bbd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions test/mri/excludes_truffle/TestException.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,21 @@
exclude :test_exception_in_exception_equal, "needs investigation"
exclude :test_exception_in_name_error_to_str, "needs investigation"
exclude :test_exit_success_p, "this was exiting the test process"
exclude :"test_errat", "needs investigation"
exclude :"test_errinfo_encoding_in_debug", "needs investigation"
exclude :"test_inspect", "needs investigation"
exclude :"test_machine_stackoverflow", "needs investigation"
exclude :"test_machine_stackoverflow_by_define_method", "needs investigation"
exclude :"test_nomethoderror", "needs investigation"
exclude :"test_raise_with_cause", "needs investigation"
exclude :"test_rescue_single_argument", "needs investigation"
exclude :"test_rescue_splat_argument", "needs investigation"
exclude :"test_set_backtrace", "needs investigation"
exclude :"test_stackoverflow", "needs investigation"
exclude :"test_systemexit_new", "needs investigation"
exclude :"test_thread_signal_location", "needs investigation"
exclude :"test_to_s", "needs investigation"
exclude :"test_to_s_taintness_propagation", "needs investigation"
exclude :"test_too_many_args_in_eval", "needs investigation"
exclude :"test_type_error_message_encoding", "needs investigation"
exclude :"test_unknown_option", "needs investigation"
2 changes: 1 addition & 1 deletion test/mri_truffle.index
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ruby/test_encoding.rb
ruby/test_enumerator.rb
# ruby/test_env.rb # TestEnv#test_aset = core:/core/rubinius/bootstrap/time.rb:28:in `now': internal implementation error - ClassCastException org.jruby.truffle.runtime.core.RubyNilClass cannot be cast to org.jruby.truffle.runtime.core.RubyString org.jruby.truffle.nodes.time.ReadTimeZoneNode.executeRubyString(ReadTimeZoneNode.java:36) (RubyTruffleError)
ruby/test_eval.rb
# ruby/test_exception.rb # Stack overflow error
ruby/test_exception.rb

# ruby/test_fiber.rb
ruby/test_file.rb
Expand Down

0 comments on commit dec6bbd

Please sign in to comment.