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

Commits on Jan 1, 2016

  1. Copy the full SHA
    c2011c3 View commit details
  2. Copy the full SHA
    a6369c7 View commit details
Showing with 4 additions and 2 deletions.
  1. +4 −2 truffle/src/test/java/org/jruby/truffle/tck/RubyTckTest.java
6 changes: 4 additions & 2 deletions truffle/src/test/java/org/jruby/truffle/tck/RubyTckTest.java
Original file line number Diff line number Diff line change
@@ -123,7 +123,10 @@ protected String valuesObject() {

@Override
public void readWriteCharValue() throws Exception {
// Can't pass this test right now
/*
* This test requires a Ruby method to return a Java char. We can't do that. We can return something which
* would unbox to a char, but currently this isn't good enough.
*/
}

@Override
@@ -132,7 +135,6 @@ public void testCoExistanceOfMultipleLanguageInstances() throws Exception {
* Not running this test as it clears the engine, but we're caching that globally to avoid creating tens of
* engines concurrently.
*/

}

}