Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/xml-generator/
Dtest.py65 def check(self, reference=None, expectedErrors=0): argument
69 if process.wait() != expectedErrors:
71 expectedErrors,
113 tester.check(self.nominal_reference, expectedErrors=1)
119 tester.check(expectedErrors=1)
128 tester.check(expectedErrors=1)
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DRedefineClassesTest.java297 int[] expectedErrors = { in testRedefineClasses001() local
309 for (int i=0; i < expectedErrors.length; i++) { in testRedefineClasses001()
310 if ( errorCode == expectedErrors[i] ) { in testRedefineClasses001()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckDisplayCollisions.java145 …eckDisplayCollisions cdc, CLDRFile cldrFile, CLDRFile cldrFileResolved, String... expectedErrors) { in checkFile() argument
169 Set<String> expected = new TreeSet<>(Arrays.asList(expectedErrors)); in checkFile()
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp3340 std::vector<std::string> expectedErrors; in TEST_F() local
3342 expectedErrors.push_back("VUID-VkBufferViewCreateInfo-buffer-02750"); in TEST_F()
3345 expectedErrors.push_back("VUID-VkBufferViewCreateInfo-buffer-02751"); in TEST_F()
3347 CreateBufferViewTest(*this, &buff_view_ci, expectedErrors); in TEST_F()
3348 expectedErrors.clear(); in TEST_F()
3353 expectedErrors.push_back("VUID-VkBufferViewCreateInfo-buffer-02750"); in TEST_F()
3357 expectedErrors.push_back("VUID-VkBufferViewCreateInfo-buffer-02751"); in TEST_F()
3359 CreateBufferViewTest(*this, &buff_view_ci, expectedErrors); in TEST_F()
3360 expectedErrors.clear(); in TEST_F()
3376 expectedErrors.push_back("VUID-VkBufferViewCreateInfo-buffer-02751"); in TEST_F()
[all …]
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java67 private int expectedErrors; field in PeerConnectionEndToEndTest.ObserverExpectations
456 if (expectedErrors != 0) { in unsatisfiedExpectations()
457 stillWaitingForExpectations.add("expectedErrors: " + expectedErrors); in unsatisfiedExpectations()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java2806 ArrayList<Message> expectedErrors = new ArrayList<Message>(3); in testIllegalAssignToLocalAttr() local
2809 expectedErrors.add(expectedMessage); in testIllegalAssignToLocalAttr()
2812 expectedErrors.add(expectedMessage2); in testIllegalAssignToLocalAttr()
2815 expectedErrors.add(expectedMessage3); in testIllegalAssignToLocalAttr()
2816 checkErrors(equeue, expectedErrors); in testIllegalAssignToLocalAttr()