Home
last modified time | relevance | path

Searched full:didn (Results 1 – 25 of 5680) sorted by relevance

12345678910>>...228

/external/ltp/testcases/open_posix_testsuite/stress/semaphores/
Dmulti_con_pro.c50 perror("sem_wait didn't return success \n"); in producer()
54 perror("sem_getvalue didn't return success \n"); in producer()
59 perror("sem_wait didn't return success \n"); in producer()
68 perror("sem_wait didn't return success \n"); in producer()
72 perror("sem_wait didn't return success \n"); in producer()
77 perror("sem_wait didn't return success \n"); in producer()
81 perror("sem_getvalue didn't return success \n"); in producer()
86 perror("sem_wait didn't return success \n"); in producer()
95 perror("sem_wait didn't return success \n"); in producer()
99 perror("sem_wait didn't return success \n"); in producer()
[all …]
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_sleepingbarber.c58 perror("sem_wait(&lock) didn't return success"); in barbers()
66 perror("sem_post(&lock) didn't return success"); in barbers()
70 perror("sem_wait(&customer) didn't return success"); in barbers()
74 perror("sem_wait(&lock) didn't return success"); in barbers()
83 perror("sem_post(&lock) didn't return success"); in barbers()
87 perror("sem_post(&barber) didn't return success"); in barbers()
105 perror("sem_wait(&lock) didn't return success"); in customers()
111 perror("sem_post(&customer) didn't return success"); in customers()
118 perror("sem_post(&lock) didn't return success"); in customers()
122 perror("sem_wait(&barber) didn't return success"); in customers()
[all …]
Dsem_conpro.c45 perror("sem_wait didn't return success \n"); in producer()
49 perror("sem_wait didn't return success \n"); in producer()
57 perror("sem_wait didn't return success \n"); in producer()
61 perror("sem_wait didn't return success \n"); in producer()
75 perror("sem_wait didn't return success \n"); in consumer()
79 perror("sem_wait didn't return success \n"); in consumer()
86 perror("sem_wait didn't return success \n"); in consumer()
90 perror("sem_wait didn't return success \n"); in consumer()
111 perror("sem_init didn't return success \n"); in main()
115 perror("sem_init didn't return success \n"); in main()
[all …]
Dsem_readerwriter.c52 perror("sem_wait didn't return success\n"); in reader()
59 perror("sem_wait didn't return success \n"); in reader()
64 perror("sem_post didn't return success \n"); in reader()
70 perror("sem_wait didn't return success \n"); in reader()
76 perror("sem_post didn't return success \n"); in reader()
81 perror("sem_post didn't return success \n"); in reader()
96 perror("sem_wait didn't return success \n"); in writer()
101 perror("sem_post didn't return success \n"); in writer()
122 perror("sem_init didn't return success \n"); in main()
126 perror("sem_init didn't return success \n"); in main()
[all …]
Dsem_philosopher.c79 perror("sem_wait didn't return success \n"); in philosopher()
85 perror("sem_post didn't return success \n"); in philosopher()
89 perror("sem_wait didn't return success \n"); in philosopher()
95 perror("sem_wait didn't return success \n"); in philosopher()
110 perror("sem_post didn't return success \n"); in philosopher()
132 perror("sem_init didn't return success \n"); in main()
138 perror("sem_init didn't return success \n"); in main()
153 perror("sem_destroy didn't return success \n"); in main()
158 perror("sem_destroy didn't return success \n"); in main()
/external/python/cpython2/Lib/test/
Dtest_future.py35 self.fail("expected exception didn't occur")
43 self.fail("expected exception didn't occur")
51 self.fail("expected exception didn't occur")
59 self.fail("expected exception didn't occur")
67 self.fail("expected exception didn't occur")
75 self.fail("expected exception didn't occur")
83 self.fail("expected exception didn't occur")
96 self.fail("syntax error didn't occur")
103 self.fail("syntax error didn't occur")
Dtest_queue.py102 "Didn't seem to queue the correct data!")
113 self.fail("Didn't appear to block with a full queue")
118 self.fail("Didn't appear to time-out with a full queue")
130 self.fail("Didn't appear to block with an empty queue")
135 self.fail("Didn't appear to time-out with an empty queue")
239 self.fail("The queue didn't fail when it should have")
245 self.fail("The queue didn't fail when it should have")
254 self.fail("The queue didn't fail when it should have")
265 self.fail("The queue didn't fail when it should have")
286 self.fail("The queue didn't fail when it should have")
[all …]
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
DCombinableTest.java25 assertMatches("both didn't pass", NOT_3_AND_NOT_4, 2); in bothAcceptsAndRejects()
26 assertDoesNotMatch("both didn't fail", NOT_3_AND_NOT_4, 3); in bothAcceptsAndRejects()
33 assertMatches("tripleAnd didn't pass", tripleAnd, 2); in acceptsAndRejectsThreeAnds()
34 assertDoesNotMatch("tripleAnd didn't fail", tripleAnd, 3); in acceptsAndRejectsThreeAnds()
45 assertMatches("either didn't pass", EITHER_3_OR_4, 3); in eitherAcceptsAndRejects()
46 assertDoesNotMatch("either didn't fail", EITHER_3_OR_4, 6); in eitherAcceptsAndRejects()
53 assertMatches("tripleOr didn't pass", tripleOr, 11); in acceptsAndRejectsThreeOrs()
54 assertDoesNotMatch("tripleOr didn't fail", tripleOr, 9); in acceptsAndRejectsThreeOrs()
DAnyOfTest.java26 assertMatches("didn't pass both sub-matchers", matcher, "good"); in evaluatesToTheTheLogicalDisjunctionOfTwoOtherMatchers()
27 assertMatches("didn't pass second sub-matcher", matcher, "mood"); in evaluatesToTheTheLogicalDisjunctionOfTwoOtherMatchers()
28 assertMatches("didn't pass first sub-matcher", matcher, "goon"); in evaluatesToTheTheLogicalDisjunctionOfTwoOtherMatchers()
29 assertDoesNotMatch("didn't fail both sub-matchers", matcher, "flan"); in evaluatesToTheTheLogicalDisjunctionOfTwoOtherMatchers()
36 assertMatches("didn't pass middle sub-matcher", matcher, "vlad"); in evaluatesToTheTheLogicalDisjunctionOfManyOtherMatchers()
37 assertDoesNotMatch("didn't fail all sub-matchers", matcher, "flan"); in evaluatesToTheTheLogicalDisjunctionOfManyOtherMatchers()
48 assertMatches("didn't pass middle sub-matcher", matcher, new SampleSubClass("good")); in supportsMixedTypes()
DAllOfTest.java28 assertMatches("didn't pass both sub-matchers", matcher, "good"); in evaluatesToTheTheLogicalConjunctionOfTwoOtherMatchers()
29 assertDoesNotMatch("didn't fail first sub-matcher", matcher, "mood"); in evaluatesToTheTheLogicalConjunctionOfTwoOtherMatchers()
30 assertDoesNotMatch("didn't fail second sub-matcher", matcher, "goon"); in evaluatesToTheTheLogicalConjunctionOfTwoOtherMatchers()
31 assertDoesNotMatch("didn't fail both sub-matchers", matcher, "fred"); in evaluatesToTheTheLogicalConjunctionOfTwoOtherMatchers()
38 assertMatches("didn't pass all sub-matchers", matcher, "good"); in evaluatesToTheTheLogicalConjunctionOfManyOtherMatchers()
39 assertDoesNotMatch("didn't fail middle sub-matcher", matcher, "goon"); in evaluatesToTheTheLogicalConjunctionOfManyOtherMatchers()
50 assertDoesNotMatch("didn't fail last sub-matcher", matcher, new SampleSubClass("good")); in supportsMixedTypes()
DIsAnythingTest.java18 assertMatches("didn't match null", matcher, null); in alwaysEvaluatesToTrue()
19 assertMatches("didn't match Object", matcher, new Object()); in alwaysEvaluatesToTrue()
20 assertMatches("didn't match custom object", matcher, new CustomThing()); in alwaysEvaluatesToTrue()
21 assertMatches("didn't match String", matcher, "hi"); in alwaysEvaluatesToTrue()
/external/cronet/third_party/apache-portable-runtime/src/test/
Dteststrnatcmp.c25 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in less0()
31 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv == 0); in str_equal()
37 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv > 0); in more0()
43 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in less_ignore_case()
49 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv == 0); in str_equal_ignore_case()
55 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv > 0); in more_ignore_case()
61 ABTS_ASSERT(tc, "didn't compare simple strings properly", rv < 0); in natcmp()
/external/rust/crates/nom/src/
Dstr.rs31 "Parser `tag` didn't succeed when it should have. \ in tagtr_succeed()
50 "Parser `tag` didn't require more input when it should have. \ in tagtr_incomplete()
68 "Parser `tag` didn't fail when it should have. Got `{:?}`.`", in tagtr_error()
97 "Parser `take_s` didn't succeed when it should have. \ in take_s_succeed()
129 "Parser `take_until` didn't succeed when it should have. \ in take_until_succeed()
146 "Parser `take` didn't require more input when it should have. \ in take_s_incomplete()
224 "Parser `take_till` didn't succeed when it should have. \ in take_till_s_succeed()
259 "Parser `take_while` didn't succeed when it should have. \ in take_while_succeed_none()
290 "Parser `is_not` didn't succeed when it should have. \ in is_not_succeed()
333 "Parser `take_while` didn't succeed when it should have. \ in take_while_succeed_some()
[all …]
/external/mesa3d/docs/relnotes/
D7.0.3.rst28 - Two-sided stencil test didn't work in software rendering
30 - GLSL gl_FrontFacing didn't work properly
40 - Bad strings given to glProgramStringARB() didn't generate
43 - state.texenv.color state var didn't work in GL_ARB_fragment_program
45 - glBitmap from a PBO didn't always work
46 - glGetTexImage into a PBO didn't always work
D7.0.1.rst40 - GLSL bug fix: .strq and .rgba writemasks didn't always work
41 - Stencil pixel map didn't always work for glDrawPixels (bug 11475)
43 - Binding a zero-sized texture didn't disable texturing (bug 11309)
44 - Queries of GL_INFO_LOG_LENGTH, GL_SHADER_SOURCE_LENGTH didn't include
46 - glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag
49 - glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug
/external/cronet/third_party/libc++abi/src/test/
Dincomplete_type.sh.cpp97 catch(...) { assert(!"FAIL: Didn't catch NeverDefined::*" ); } in main()
112 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::*" ); } in main()
123 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow**" ); } in main()
135 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::**" ); } in main()
150 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::" ); } in main()
165 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow**" ); } in main()
181 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::**" ); } in main()
190 catch(...) { assert(!"FAIL: Didn't catch nullptr as IncompleteAtThrow::*" ); } in main()
198 catch(...) { assert(!"FAIL: Didn't catch nullptr as CompleteAtThrow::*" ); } in main()
206 catch(...) { assert(!"FAIL: Didn't catch nullptr as NeverDefined::*" ); } in main()
/external/libcxxabi/test/
Dincomplete_type.sh.cpp98 catch(...) { assert(!"FAIL: Didn't catch NeverDefined::*" ); } in main()
113 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::*" ); } in main()
124 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow**" ); } in main()
136 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::**" ); } in main()
151 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::" ); } in main()
166 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow**" ); } in main()
182 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::**" ); } in main()
191 catch(...) { assert(!"FAIL: Didn't catch nullptr as IncompleteAtThrow::*" ); } in main()
199 catch(...) { assert(!"FAIL: Didn't catch nullptr as CompleteAtThrow::*" ); } in main()
207 catch(...) { assert(!"FAIL: Didn't catch nullptr as NeverDefined::*" ); } in main()
/external/ltp/testcases/kernel/controllers/pids/
Dpids.sh98 tst_res TPASS "fork didn't fail"
121 tst_res TFAIL "fork didn't fail despite the limit"
171 tst_res TPASS "didn't manage to set the limit to -1"
189 tst_res TFAIL "fork didn't fail despite the limit"
220 tst_res TFAIL "parent cgroup fork didn't fail despite the limit"
232 tst_res TFAIL "child$i cgroup fork didn't fail despite the limit"
266 tst_res TFAIL "fork didn't fail despite the limit"
327 tst_res TFAIL "child2 fork didn't fail despite the limit"
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DUnwrapSingleArrayScalarsTest.java241 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
247 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
253 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
259 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
266 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
272 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
279 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
285 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
292 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
298 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
[all …]
/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_mfc.cpp52 // we should have had a match but didn't: in test_mfc()
82 // we should have had a match but didn't: in test_mfc()
88 // we should have had a match but didn't: in test_mfc()
117 // we should have had a match but didn't: in test_mfc()
149 // we should have had a match but didn't: in test_mfc()
204 // we should have had a match but didn't: in test_mfc()
230 // we should have had a match but didn't: in test_mfc()
260 // we should have had a match but didn't: in test_mfc()
266 // we should have had a match but didn't: in test_mfc()
295 // we should have had a match but didn't: in test_mfc()
[all …]
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetRemoveTester.java77 "multiset.remove(present, 2) didn't return the old count", in testRemove_occurrences_present()
91 "multiset.remove(present, 2) didn't return the old count", in testRemove_some_occurrences_present()
103 assertEquals("multiset.remove(absent, 0) didn't return 0", 0, getMultiset().remove(e3(), 2)); in testRemove_occurrences_absent()
112 "multiset.remove(absent, 2) didn't return 0 or throw an exception", in testRemove_occurrences_unsupported_absent()
123 "multiset.remove(E, 0) didn't return the old count", in testRemove_occurrences_0()
132 fail("multiset.remove(E, -1) didn't throw an exception"); in testRemove_occurrences_negative()
140 "multiset.remove(wrongType, 1) didn't return 0", in testRemove_occurrences_wrongType()
DMultisetCountTester.java45 assertEquals("multiset.count(missing) didn't return 0", 0, getMultiset().count(e3())); in testCount_0()
50 assertEquals("multiset.count(present) didn't return 1", 1, getMultiset().count(e0())); in testCount_1()
56 assertEquals("multiset.count(thriceContained) didn't return 3", 3, getMultiset().count(e0())); in testCount_3()
61 assertEquals("multiset.count(null) didn't return 0", 0, getMultiset().count(null)); in testCount_nullAbsent()
82 "multiset.count(wrongType) didn't return 0", 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()
/external/linux-kselftest/tools/testing/selftests/bpf/verifier/
Dprecise.c48 parent didn't have regs=4 stack=0 marks\
108 parent didn't have regs=4 stack=0 marks\
111 parent didn't have regs=4 stack=0 marks\
158 parent didn't have regs=10 stack=0 marks\
164 parent didn't have regs=1 stack=0 marks",
183 parent didn't have regs=10 stack=0 marks\
189 parent didn't have regs=1 stack=0 marks\
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetRemoveTester.java77 "multiset.remove(present, 2) didn't return the old count", in testRemove_occurrences_present()
91 "multiset.remove(present, 2) didn't return the old count", in testRemove_some_occurrences_present()
103 assertEquals("multiset.remove(absent, 0) didn't return 0", 0, getMultiset().remove(e3(), 2)); in testRemove_occurrences_absent()
112 "multiset.remove(absent, 2) didn't return 0 or throw an exception", in testRemove_occurrences_unsupported_absent()
123 "multiset.remove(E, 0) didn't return the old count", in testRemove_occurrences_0()
132 fail("multiset.remove(E, -1) didn't throw an exception"); in testRemove_occurrences_negative()
140 "multiset.remove(wrongType, 1) didn't return 0", in testRemove_occurrences_wrongType()
DMultisetCountTester.java45 assertEquals("multiset.count(missing) didn't return 0", 0, getMultiset().count(e3())); in testCount_0()
50 assertEquals("multiset.count(present) didn't return 1", 1, getMultiset().count(e0())); in testCount_1()
56 assertEquals("multiset.count(thriceContained) didn't return 3", 3, getMultiset().count(e0())); in testCount_3()
61 assertEquals("multiset.count(null) didn't return 0", 0, getMultiset().count(null)); in testCount_nullAbsent()
82 "multiset.count(wrongType) didn't return 0", 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()

12345678910>>...228