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: f0e14b1c22ba
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6df757cd0b24
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 28, 2018

  1. Add #test_power_of_0 to test targets

    Currently `#test_power_of_0` does not fail.
    yui-knk committed Jan 28, 2018
    Copy the full SHA
    47eeadc View commit details
  2. Add #test_power_of_1_and_minus_1 to test targets

    Currently `#test_power_of_1_and_minus_1` does not fail.
    yui-knk committed Jan 28, 2018
    Copy the full SHA
    55a891a View commit details

Commits on Jan 29, 2018

  1. Merge pull request #5017 from yui-knk/test_power_of

    Add `#test_power_of_0` and `#test_power_of_1_and_minus_1` to test targets
    enebo authored Jan 29, 2018
    Copy the full SHA
    6df757c View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 test/mri/excludes/Rational_Test.rb
2 changes: 0 additions & 2 deletions test/mri/excludes/Rational_Test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
exclude :test_conv, "needs investigation"
exclude :test_marshal, "needs investigation"
exclude :test_power_of_0, "needs investigation"
exclude :test_power_of_1_and_minus_1, "needs investigation"
exclude :test_ratsub, "needs investigation"