Searched refs:VogarUtils (Results 1 – 4 of 4) sorted by relevance
175 = VogarUtils.provideExpectationStore(libcoreExpectationDir); in main()176 ctsVogarExpectationStore = VogarUtils.provideExpectationStore(CTS_EXPECTATION_DIR); in main()446 } else if (VogarUtils.isVogarKnownFailure(expectations, in addToTests()454 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests()458 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()
23 "VogarUtils.java",
31 public class VogarUtils { class