Searched refs:VogarUtils (Results 1 – 4 of 4) sorted by relevance
23 LOCAL_SRC_FILES := CollectAllTests.java DescriptionGenerator.java VogarUtils.java
174 = VogarUtils.provideExpectationStore(libcoreExpectationDir); in main()175 ctsVogarExpectationStore = VogarUtils.provideExpectationStore(CTS_EXPECTATION_DIR); in main()438 } else if (VogarUtils.isVogarKnownFailure(expectations, in addToTests()446 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests()450 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectations, in addToTests()
137 ctsExpectationStore = VogarUtils.provideExpectationStore("./" + CTS_EXPECTATION_DIR); in start()572 if (VogarUtils.isVogarKnownFailure(expectationStore, clazz.toString(), name)) { in getTestMethods()578 VogarUtils.buildFullTestName(clazz.toString(), name)); in getTestMethods()580 VogarUtils.extractSupportedAbis(architecture, expectation); in getTestMethods()581 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectation); in getTestMethods()
31 public class VogarUtils { class