Skip to content

Commit

Permalink
Exclude MRI tests that use callcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 16, 2015
1 parent 3f0280a commit bac44a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/mri/excludes/TestContinuation.rb
@@ -1,6 +1,8 @@
exclude :test_ary_flatten, "needs investigation"
exclude :test_call, "needs investigation"
exclude :test_check_localvars, "needs investigation"
exclude :test_create, "Continuations are not supported"
exclude :test_error, "Continuations are not supported"
exclude :test_marshal_dump, "needs investigation"
exclude :test_tracing_with_set_trace_func, "needs investigation"
exclude :test_tracing_with_thread_set_trace_func, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes/TestEnumerable.rb
@@ -1,2 +1,3 @@
exclude :test_slice_before, "needs investigation"
exclude :test_callcc, "Continuations are not supported"
exclude :test_zip, "needs investigation"

0 comments on commit bac44a6

Please sign in to comment.