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: c9b8aa1d5c59
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f29f3ec0a14e
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 6, 2014

  1. Copy the full SHA
    d618351 View commit details
  2. Copy the full SHA
    874e58e View commit details
  3. Exclude another GC test

    cheald committed Nov 6, 2014

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b06c82 View commit details
  4. Merge pull request #2119 from cheald/test_exclusions

    Add test exclusions for tests which won't work under JRuby
    enebo committed Nov 6, 2014
    Copy the full SHA
    f29f3ec View commit details
Showing with 7 additions and 1 deletion.
  1. +1 −0 test/mri/excludes/TestFileExhaustive.rb
  2. +2 −0 test/mri/excludes/TestIO.rb
  3. +1 −1 test/mri/excludes/TestObjectSpace.rb
  4. +3 −0 test/mri/excludes/TestSignal.rb
1 change: 1 addition & 0 deletions test/mri/excludes/TestFileExhaustive.rb
Original file line number Diff line number Diff line change
@@ -19,3 +19,4 @@
exclude :test_writable_p, "needs investigation"
exclude :test_writable_real_p, "needs investigation"
exclude :test_zero_p, "needs investigation"
exclude :test_expand_path_memsize, "uses ObjectSpace"
2 changes: 2 additions & 0 deletions test/mri/excludes/TestIO.rb
Original file line number Diff line number Diff line change
@@ -41,3 +41,5 @@
exclude :test_threaded_flush, "needs investigation"
exclude :test_ungetbyte, "needs investigation"
exclude :test_warn, "needs investigation"
exclude :test_flush_in_finalizer1, "uses ObjectSpace"
exclude :test_flush_in_finalizer2, "uses ObjectSpace"
2 changes: 1 addition & 1 deletion test/mri/excludes/TestObjectSpace.rb
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@
exclude :test_id2ref_30, "needs investigation"
exclude :test_id2ref_31, "needs investigation"
exclude :test_id2ref_32, "needs investigation"
exclude :test_id2ref_33, "needs investigation"
exclude :test_id2ref_33, "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes/TestSignal.rb
Original file line number Diff line number Diff line change
@@ -8,3 +8,6 @@
exclude :test_signame, "needs investigation"
exclude :test_trap, "needs investigation"
exclude :test_trap_puts, "needs investigation"
exclude :test_ignored_interrupt, "uses SIGINT which is already in use on the JVM"
exclude :test_trap_uncatchable_KILL, "uses SIGKILL which is already in use on the JVM"
exclude :test_trap_uncatchable_STOP, "uses SIGSTOP which is already in use on the JVM"