Home
last modified time | relevance | path

Searched refs:JctfTestSpecifications (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java1176 JctfTestSpecifications.Outcome expectedOutcome = in runJctfTest()
1177 JctfTestSpecifications.getExpectedOutcome( in runJctfTest()
1180 expectedOutcome == JctfTestSpecifications.Outcome.TIMEOUTS_WITH_ART in runJctfTest()
1181 || expectedOutcome == JctfTestSpecifications.Outcome.FLAKY_WITH_ART, in runJctfTest()
1182 expectedOutcome == JctfTestSpecifications.Outcome.FAILS_WITH_ART); in runJctfTest()
1266 JctfTestSpecifications.getExpectedOutcome( in runJctfTest()
1269 expectedOutcome == JctfTestSpecifications.Outcome.TIMEOUTS_WITH_ART in runJctfTest()
1270 || expectedOutcome == JctfTestSpecifications.Outcome.FLAKY_WITH_ART, in runJctfTest()
1271 expectedOutcome == JctfTestSpecifications.Outcome.FAILS_WITH_ART); in runJctfTest()
DJctfTestSpecifications.java22 public class JctfTestSpecifications { class