Home
last modified time | relevance | path

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

/external/nist-pkits/
Dextract-pkits-tests.pl31 my $expectedOutcome;
102 if ($expectedOutcome) {
185 $expectedOutcome = 1;
187 $expectedOutcome = 0;
/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java1176 JctfTestSpecifications.Outcome expectedOutcome = in runJctfTest() local
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()
1265 expectedOutcome = 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()