public class NewArrayTest extends GraalCompilerTest
[A]NEWARRAY
.GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
lastCompiledGraph
Constructor and Description |
---|
NewArrayTest() |
addMethod, after, afterTest, applyArgSuppliers, argsWithReceiver, asResolvedJavaMethod, assertConstantReturn, assertEquals, assertEquals, assertEquals, before, beforeTest, branchProbability, breakpoint, breakpoint, checkArgs, checkHighTierGraph, checkLowTierGraph, checkMidTierGraph, compile, countUnusedConstants, createLIRSuites, createSuites, editGraphBuilderConfiguration, executeActual, executeActualCheckDeopt, executeExpected, getBackend, getCanonicalGraphString, getCode, getCode, getCode, getCodeCache, getConstantReflection, getCustomGraphBuilderSuite, getDefaultGraphBuilderPlugins, getDefaultGraphBuilderSuite, getDefaultHighTierContext, getLIRSuites, getLowerer, getMetaAccess, getNodeCountExcludingUnusedConstants, getProviders, getReplacements, getResolvedJavaMethod, getResolvedJavaMethod, getResolvedJavaMethod, getSnippetReflection, getSpeculationLog, getSuites, getTarget, initializeDebugging, invoke, isArchitecture, iterationCount, lookupMethod, parseDebug, parseEager, parseEager, parseForCompile, parseProfiled, parseProfiled, referenceInvoke, supply, test, test, testAgainstExpected, testAgainstExpected, testN
assertDeepEquals, assertDeepEquals, assertDeepEquals, assertFalse, assertFalse, assertFalse, assertTrue, assertTrue, assertTrue, equalFloatsOrDoublesDelta, fail, getMethod, getMethod, getMethod, ulpsDelta
public NewArrayTest()
protected void assertDeepEquals(Object expected, Object actual)
GraalTest
expected
is an array.assertDeepEquals
in class GraalTest
public void test1()
public static Object newCharArray7()
public static Object newCharArrayMinus7()
public static Object newCharArray(int length)
public static Object newShortArray7()
public static Object newShortArrayMinus7()
public static Object newShortArray(int length)
public static Object newFloatArray7()
public static Object newFloatArrayMinus7()
public static Object newFloatArray(int length)
public static Object newLongArray7()
public static Object newLongArrayMinus7()
public static Object newLongArray(int length)
public static Object newDoubleArray7()
public static Object newDoubleArrayMinus7()
public static Object newDoubleArray(int length)
public static Object newIntArray7()
public static Object newIntArrayMinus7()
public static Object newIntArray(int length)
public static Object newByteArray7()
public static Object newByteArrayMinus7()
public static Object newByteArray(int length)
public static Object newStringArray7()
public static Object newStringArrayMinus7()
public static Object newStringArray(int length)