Home
last modified time | relevance | path

Searched refs:TestCondition (Results 1 – 6 of 6) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java6 import static com.android.tools.r8.TestCondition.compilers;
149 private static final Multimap<String, TestCondition> timeoutOrSkipRunWithArt =
150 new ImmutableListMultimap.Builder<String, TestCondition>()
152 .put("109-suspend-check", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
154 .put("129-ThreadGetId", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
157 .put("800-smali", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
452 private static Multimap<String, TestCondition> failingRunWithArtOriginalOnly =
453 new ImmutableListMultimap.Builder<String, TestCondition>().build();
456 private static final Multimap<String, TestCondition> failingRunWithArt =
457 new ImmutableListMultimap.Builder<String, TestCondition>()
[all …]
DTestCondition.java12 public class TestCondition { class
76 public TestCondition( in TestCondition() method in TestCondition
102 public static TestCondition match( in match()
107 return new TestCondition(tools.set, compilers.set, runtimes.set, compilationModes.set); in match()
110 public static TestCondition match(ToolSet tools, CompilerSet compilers, RuntimeSet runtimes) { in match()
111 return match(tools, compilers, runtimes, TestCondition.ANY_MODE); in match()
114 public static TestCondition any() { in any()
115 return match(TestCondition.ANY_TOOL, TestCondition.ANY_COMPILER, TestCondition.ANY_RUNTIME); in any()
118 public static TestCondition match(ToolSet tools) { in match()
119 return match(tools, TestCondition.ANY_COMPILER, TestCondition.ANY_RUNTIME); in match()
[all …]
DR8RunExamplesTest.java6 import static com.android.tools.r8.TestCondition.R8_COMPILER;
7 import static com.android.tools.r8.TestCondition.match;
50 private static final Map<String, TestCondition> failingRun =
51 new ImmutableMap.Builder<String, TestCondition>()
55 private static final Map<String, TestCondition> outputNotIdenticalToJVMOutput =
56 new ImmutableMap.Builder<String, TestCondition>()
58 .put("throwing.Throwing", TestCondition.any())
62 TestCondition.match(
63 TestCondition.runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1, DexVm.ART_4_4_4)))
226 TestCondition condition = failingRun.get(mainClass); in outputIsIdentical()
[all …]
DJctfTestSpecifications.java7 import static com.android.tools.r8.TestCondition.D8_COMPILER;
8 import static com.android.tools.r8.TestCondition.R8_AFTER_D8_COMPILER;
9 import static com.android.tools.r8.TestCondition.R8_COMPILER;
10 import static com.android.tools.r8.TestCondition.R8_NOT_AFTER_D8_COMPILER;
11 import static com.android.tools.r8.TestCondition.any;
12 import static com.android.tools.r8.TestCondition.match;
13 import static com.android.tools.r8.TestCondition.runtimes;
31 public static final Multimap<String, TestCondition> failuresToTriage =
32 new ImmutableListMultimap.Builder<String, TestCondition>()
4668 public static final Multimap<String, TestCondition> flakyWithArt =
[all …]
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DAppDataDirGuesserTest.java124 private interface TestCondition { interface in AppDataDirGuesserTest
125 TestCondition withNonWriteable(String... files); in withNonWriteable()
129 private TestCondition guessCacheDirFor(final String path) { in guessCacheDirFor()
131 return new TestCondition() { in guessCacheDirFor()
151 public TestCondition withNonWriteable(String... files) { in guessCacheDirFor()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc1005 virtual void TestCondition(double sum_squared_noise,
1113 TestCondition(sum_squared, n > kFadingThreshold); in CheckBgn()
1128 void TestCondition(double sum_squared_noise, bool /*should_be_faded*/) { in TestCondition() function in webrtc::NetEqBgnTestOn
1139 void TestCondition(double sum_squared_noise, bool /*should_be_faded*/) { in TestCondition() function in webrtc::NetEqBgnTestOff
1150 void TestCondition(double sum_squared_noise, bool should_be_faded) { in TestCondition() function in webrtc::NetEqBgnTestFade