-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9268a6
commit 112cf5e
Showing
9 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exclude :test_all_ruby_quine, "Errno::ENOENT: No such file or directory - /Users/andrykonchin/projects/truffleruby-ws/truffleruby/test/mri/tests/../sample/all-ruby-quine.rb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
exclude :test_mame, "Errno::ENOENT: No such file or directory - /home/eregon/code/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2013/mame/entry.rb" | ||
exclude :test_kinaba, "pid 293000 exit 1" | ||
exclude :test_mame, "Errno::ENOENT: No such file or directory - /Users/andrykonchin/projects/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2013/mame/entry.rb" | ||
exclude :test_shinh, "pid 293020 exit 1" | ||
exclude :test_yhara, "pid 293040 exit 1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
exclude :test_monae, "Errno::ENOENT: No such file or directory - /home/eregon/code/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2015/monae/entry.rb" | ||
exclude :test_eregon, "pid 293124 exit 1" | ||
exclude :test_kinaba, "pid 293064 exit 1" | ||
exclude :test_ksk_1, "pid 293084 exit 1" | ||
exclude :test_ksk_2, "pid 293104 exit 1" | ||
exclude :test_eregon, "pid 293124 exit 1" | ||
exclude :test_monae, "Errno::ENOENT: No such file or directory - /Users/andrykonchin/projects/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2015/monae/entry.rb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
exclude :test_05_tompng, "pid 272929 exit 1" | ||
exclude :test_01_kinaba, "pid 272949 exit 1" | ||
exclude :test_02_mame, "Errno::ENOENT: No such file or directory - /Users/andrykonchin/projects/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2018/02-mame/entry.rb" | ||
exclude :test_03_tompng, "pid 272969 exit 1" | ||
exclude :test_02_mame, "Errno::ENOENT: No such file or directory - /home/eregon/code/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2018/02-mame/entry.rb" | ||
exclude :test_04_colin, "Errno::ENOENT: No such file or directory - /home/eregon/code/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2018/04-colin/entry.rb" | ||
exclude :test_04_colin, "Errno::ENOENT: No such file or directory - /Users/andrykonchin/projects/truffleruby-ws/truffleruby/test/mri/tests/../sample/trick2018/04-colin/entry.rb" | ||
exclude :test_05_tompng, "pid 272929 exit 1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
exclude :test_03_mame, "pid 20544 exit 1" | ||
exclude :test_02_tompng, "pid 20563 exit 1" | ||
exclude :test_01_tompng, "pid 20581 exit 1" | ||
exclude :test_02_tompng, "pid 20563 exit 1" | ||
exclude :test_03_mame, "pid 20544 exit 1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
exclude :test_join_counters, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_instrumentation, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_io_release_gvl, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_join_suspends, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_muti_thread_timeline, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_queue_releases_gvl, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_single_thread_timeline, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_blocked_forever_on_mutex, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_blocked_temporarily_on_mutex, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_instrumentation_fork_safe, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_instrumentation_unregister, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_pass_multi_thread, "undefined symbol: rb_internal_thread_add_event_hook" | ||
exclude :test_thread_pass_single_thread, "undefined symbol: rb_internal_thread_add_event_hook" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
exclude :test_timeout, "flaky: timeout can be missed and test then spins in a loop" | ||
exclude :test_queue, "test hangs" | ||
exclude :test_cannot_convert_into_time_interval, "TypeError expected but nothing was raised." | ||
exclude :test_custom_exception, "Exception(#<Class:0x448>) with message matches to \"execution expired\"." | ||
exclude :test_enumerator_next, "test hangs" | ||
exclude :test_cannot_convert_into_time_interval, "needs investigation" | ||
exclude :test_custom_exception, "needs investigation" | ||
exclude :test_handle_interrupt, "needs investigation" | ||
exclude :test_rescue_exit, "needs investigation" | ||
exclude :test_skip_rescue, "needs investigation" | ||
exclude :test_threadgroup, "<\"[]\"> expected but was" | ||
exclude :test_handle_interrupt, "[Timeout::Error] exception expected, not #<NameError: uninitialized constant Timeout::ExitException>." | ||
exclude :test_nested_timeout, "test hangs, flaky" | ||
exclude :test_nested_timeout_error_identity, "test hangs, flaky" | ||
exclude :test_nested_timeout_which_error_bubbles_up, "<\"inner message\"> expected but was <\"uninitialized constant Timeout::ExitException\">." | ||
exclude :test_queue, "test hangs" | ||
exclude :test_raises_exception_internally, "Exception(Timeout::Error) with message matches to /execution expired/." | ||
exclude :test_rescue_exit, "Exception(#<Class:0x528>) with message matches to \"execution expired\"." | ||
exclude :test_skip_rescue_standarderror, "Exception(Timeout::Error) with message matches to /execution expired/." | ||
exclude :test_threadgroup, "<\"[]\"> expected but was <\"[#<Thread:0x2d8 /Users/andrykonchin/projects/truffleruby-ws/truffleruby/mxbuild/truffleruby-jvm/lib/truffle/timeout.rb:129 sleep>]\">." | ||
exclude :test_timeout, "flaky: timeout can be missed and test then spins in a loop" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exclude :test_load_resolve_symbol_resolver, "pid 15154 killed by SIGABRT (signal 6)" |