Home
last modified time | relevance | path

Searched refs:compilerUnderTest (Results 1 – 5 of 5) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java878 CompilerUnderTest compilerUnderTest, in collectTestsMatchingConditions() argument
884 if (kv.getValue().test(dexTool, compilerUnderTest, dexVm, mode)) { in collectTestsMatchingConditions()
892 CompilerUnderTest compilerUnderTest, CompilationMode compilationMode, DexVm version) { in getTestsMap() argument
919 dexTool, compilerUnderTest, dexVm, compilationMode, failingWithCompiler); in getTestsMap()
928 dexTool, compilerUnderTest, dexVm, compilationMode, testToSkip)); in getTestsMap()
933 dexTool, compilerUnderTest, dexVm, compilationMode, timeoutOrSkipRunWithArt)); in getTestsMap()
938 dexTool, compilerUnderTest, dexVm, compilationMode, failingRunWithArt); in getTestsMap()
942 dexTool, compilerUnderTest, dexVm, compilationMode, expectedToFailRunWithArt); in getTestsMap()
956 dexTool, compilerUnderTest, dexVm, compilationMode, failingRunWithArtOutput); in getTestsMap()
959 dexTool, compilerUnderTest, dexVm, compilationMode, expectedToFailWithCompiler); in getTestsMap()
[all …]
DTestCondition.java148 CompilerUnderTest compilerUnderTest, in test() argument
152 && compilers.contains(compilerUnderTest) in test()
DJctfTestSpecifications.java4814 CompilerUnderTest compilerUnderTest, in testMatch() argument
4819 if (entry.test(DexTool.NONE, compilerUnderTest, dexVm, compilationMode)) { in testMatch()
4828 CompilerUnderTest compilerUnderTest, in getExpectedOutcome() argument
4834 if (testMatch(failuresToTriage, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
4837 if (testMatch(timeoutsWithArt, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
4841 if (testMatch(flakyWithArt, name, compilerUnderTest, dexVm, compilationMode)) { in getExpectedOutcome()
/external/r8/tools/
Dcreate_art_tests.py73 compilerUnderTest=tool,
Dcreate_jctf_tests.py83 compilerUnderTest = compiler_under_test,