Skip to content

Commit

Permalink
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion truffle/src/test/java/org/jruby/truffle/tck/RubyTckTest.java
Original file line number Diff line number Diff line change
@@ -131,5 +131,44 @@ public void multiplyTwoVariables() throws Exception {
public void testEvaluateSource() throws Exception {
// Ignored temporarily
}


@Override
public void testSumRealOfComplexNumbersA() throws Exception {
// Ignored temporarily
}

@Override
public void testSumRealOfComplexNumbersAsStructuredDataRowBased() throws Exception {
// Ignored temporarily
}

@Override
public void testSumRealOfComplexNumbersB() throws Exception {
// Ignored temporarily
}

@Override
public void testAddComplexNumbers() throws Exception {
// Ignored temporarily
}

@Override
public void testSumRealOfComplexNumbersAsStructuredDataColumnBased() throws Exception {
// Ignored temporarily
}

@Override
public void testCopyComplexNumbersA() throws Exception {
// Ignored temporarily
}

@Override
public void testCopyComplexNumbersB() throws Exception {
// Ignored temporarily
}

@Override
public void testCopyStructuredComplexToComplexNumbersA() throws Exception {
// Ignored temporarily
}
}

0 comments on commit 4489a0a

Please sign in to comment.