Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e07be913634
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bac44a622b2f
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 16, 2015

  1. Verified

    This commit was signed with the committer’s verified signature.
    headius Charles Oliver Nutter
    Copy the full SHA
    3f0280a View commit details
  2. Copy the full SHA
    bac44a6 View commit details
Showing with 12 additions and 0 deletions.
  1. +9 −0 spec/tags/ruby/core/kernel/callcc_tags.txt
  2. +2 −0 test/mri/excludes/TestContinuation.rb
  3. +1 −0 test/mri/excludes/TestEnumerable.rb
9 changes: 9 additions & 0 deletions spec/tags/ruby/core/kernel/callcc_tags.txt
Original file line number Diff line number Diff line change
@@ -6,3 +6,12 @@ fails:Kernel.callcc is possible to call a continuation multiple times
fails:Kernel.callcc returns the results of continuation once called
fails:Kernel.callcc preserves changes to block-local scope
fails:Kernel.callcc preserves changes to method-local scope
fails:Kernel#callcc is a private method
fails:Kernel#callcc is possible to exit a loop like a break
fails:Kernel#callcc returns the results of a block if continuation is not called
fails:Kernel#callcc returns the arguments to call
fails:Kernel#callcc raises a LocalJumpError if callcc is not given a block
fails:Kernel.callcc is possible to exit a loop like a break
fails:Kernel.callcc returns the results of a block if continuation is not called
fails:Kernel.callcc returns the arguments to call
fails:Kernel.callcc raises a LocalJumpError if callcc is not given a block
2 changes: 2 additions & 0 deletions test/mri/excludes/TestContinuation.rb
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
exclude :test_slice_before, "needs investigation"
exclude :test_callcc, "Continuations are not supported"
exclude :test_zip, "needs investigation"