use of com.oracle.tck.lib.autd2.unittests.IntPair in project jtharness by openjdk.
the class ComplexExclusionsInheritedTestCases method test_multi_6.
@Test
public void test_multi_6() {
Values values = DataFactory.createColumn(1, 2, 3, 7);
check(values.multiply(values).multiply(values).multiply(values), new HashSet<IntPair>(), new HashSet<IntPair>(), new HashSet<IntPair>(), TGFUtils.EXCLUDE, "myTest,blabla,foo");
}
use of com.oracle.tck.lib.autd2.unittests.IntPair in project jtharness by openjdk.
the class ComplexExclusionsInheritedTestCases method test_multi_4.
@Test
public void test_multi_4() {
Values values = DataFactory.createColumn(1, 2, 3, 7);
check(values.multiply(values).multiply(values).multiply(values), new HashSet<IntPair>(), new HashSet<IntPair>(), new HashSet<IntPair>(), TGFUtils.EXCLUDE, "myTest,blabla,foo");
}