Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 3238) sorted by relevance

12345678910>>...130

/external/tcpdump/tests/
Dcrypto.sh10 failed=`cat .failed`
16 failed=`expr $failed + 1`
17 echo $failed >.failed
25 failed=`expr $failed + 1`
26 echo $failed >.failed
34 failed=`expr $failed + 1`
35 echo $failed >.failed
53 failed=`expr $failed + 1`
54 echo $failed >.failed
62 failed=`expr $failed + 1`
[all …]
DTESTrun.sh6 failed=0
21 failed=`cat .failed`
36 failed=`expr $failed + 1`
37 echo $failed >.failed
43 failed=`cat .failed`
47 echo $failed >.failed
62 printf "%4u tests failed\n" $failed
69 exit $failed
/external/python/cpython2/Python/
DPython-ast.c2146 if (!result) goto failed; in ast2obj_mod()
2148 if (!value) goto failed; in ast2obj_mod()
2150 goto failed; in ast2obj_mod()
2155 if (!result) goto failed; in ast2obj_mod()
2157 if (!value) goto failed; in ast2obj_mod()
2159 goto failed; in ast2obj_mod()
2164 if (!result) goto failed; in ast2obj_mod()
2166 if (!value) goto failed; in ast2obj_mod()
2168 goto failed; in ast2obj_mod()
2173 if (!result) goto failed; in ast2obj_mod()
[all …]
/external/e2fsprogs/lib/uuid/
Dtst_uuid.c80 int failed = 0; in main() local
95 failed++; in main()
112 failed++; in main()
117 failed++; in main()
135 failed++; in main()
140 failed++; in main()
153 failed++; in main()
160 failed++; in main()
166 failed++; in main()
173 failed++; in main()
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.type.type.conversion.all.frag88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv…
89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv…
93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con…
97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver…
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.type.type.conversion.all.frag88 …float2 var17 = float2x2(zeros4);// Compilation failed because: error X3017: cannot implicitly conv…
89 …float2 var18 = float2x3(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
91 …float2 var20 = float3x2(zeros6);// Compilation failed because: error X3017: cannot implicitly conv…
92 …float2 var21 = float3x3(zeros9);// Compilation failed because: error X3017: cannot implicitly conv…
93 …float2 var22 = float3x4(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
94 …float2 var23 = float4x2(zeros8);// Compilation failed because: error X3017: cannot implicitly conv…
95 …float2 var24 = float4x3(zeros12);// Compilation failed because: error X3017: cannot implicitly con…
96 …float2 var25 = float4x4(zeros16);// Compilation failed because: error X3017: cannot implicitly con…
97 …float3 var27 = float2(zeros2);// Compilation failed because: error X3017: cannot implicitly conver…
[all …]
/external/python/cpython3/Python/
DPython-ast.c3388 if (!result) goto failed; in ast2obj_mod()
3390 if (!value) goto failed; in ast2obj_mod()
3392 goto failed; in ast2obj_mod()
3396 if (!value) goto failed; in ast2obj_mod()
3398 goto failed; in ast2obj_mod()
3404 if (!result) goto failed; in ast2obj_mod()
3406 if (!value) goto failed; in ast2obj_mod()
3408 goto failed; in ast2obj_mod()
3414 if (!result) goto failed; in ast2obj_mod()
3416 if (!value) goto failed; in ast2obj_mod()
[all …]
/external/testng/src/test/java/test/
DJUnitTest1.java33 String[] failed = { in methodsThatStartWithTest() local
37 verifyTests("Failed", failed, getFailedTests()); in methodsThatStartWithTest()
47 String[] failed = { in methodsWithSetup() local
51 verifyTests("Failed", failed, getFailedTests()); in methodsWithSetup()
62 String[] failed = { in testSuite() local
66 verifyTests("Failed", failed, getFailedTests()); in testSuite()
76 String[] failed = { in testNewInstance() local
80 verifyTests("Failed", failed, getFailedTests()); in testNewInstance()
89 String[] failed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
97 verifyTests("Failed", failed, getFailedTests()); in setUpFailingShouldCauseMethodsToBeSkipped()
[all …]
DTest1.java28 String[] failed = { in includedGroups() local
31 verifyTests("Failed", failed, getFailedTests()); in includedGroups()
48 String[] failed = { in groupsOfGroupsSimple() local
51 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsSimple()
71 String[] failed = { in groupsOfGroupsWithIndirections() local
74 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsWithIndirections()
87 String[] failed = { in groupsOfGroupsWithCycle() local
90 verifyTests("Failed", failed, getFailedTests()); in groupsOfGroupsWithCycle()
103 String[] failed = { in excludedGroups() local
107 verifyTests("Failed", failed, getFailedTests()); in excludedGroups()
[all …]
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java526 if (state.failed) return ; in compilationUnit()
539 if (state.failed) return ; in compilationUnit()
576 if (state.failed) return ; in compilationUnit()
616 if (state.failed) return ; in compilationUnit()
669 match(input,PACKAGE,FOLLOW_PACKAGE_in_packageDeclaration167); if (state.failed) return ; in packageDeclaration()
675 if (state.failed) return ; in packageDeclaration()
677 match(input,SEMI,FOLLOW_SEMI_in_packageDeclaration179); if (state.failed) return ; in packageDeclaration()
739 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration()
748 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration()
757 if (state.backtracking>0) {state.failed=true; return ;} in importDeclaration()
[all …]
/external/testng/src/test/java/test/pkg/
DPackageTest.java26 String[] failed = { in stringSingle() local
29 verifyTests("Failed", failed, getFailedTests()); in stringSingle()
46 String[] failed = { in packageWithRegExp1() local
49 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp1()
59 String[] failed = { in packageWithRegExp2() local
62 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp2()
72 String[] failed = { in packageWithRegExp3() local
75 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp3()
85 String[] failed = { in packageWithRegExp4() local
88 verifyTests("Failed", failed, getFailedTests()); in packageWithRegExp4()
[all …]
/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java59 String[] failed = { in commandLineNegativePriorityAllGroups() local
62 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineNegativePriorityAllGroups()
73 String[] failed = { in commandLineNegativePriorityGroup2() local
76 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineNegativePriorityGroup2()
88 String[] failed = { in commandLineLessThanPriorityTest1Test() local
91 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineLessThanPriorityTest1Test()
103 String[] failed = { in commandLineGreaterThanPriorityTest1Test2() local
106 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineGreaterThanPriorityTest1Test2()
117 String[] failed = { in commandLineLessThanPriorityAllTests() local
120 verifyTests("Failed", failed, tla.getFailedTests()); in commandLineLessThanPriorityAllTests()
[all …]
DMethodSelectorTest.java17 String[] failed = { in negativePriorityAllGroups() local
20 verifyTests("Failed", failed, getFailedTests()); in negativePriorityAllGroups()
31 String[] failed = { in negativePriorityGroup2() local
34 verifyTests("Failed", failed, getFailedTests()); in negativePriorityGroup2()
46 String[] failed = { in lessThanPriorityTest1Test() local
49 verifyTests("Failed", failed, getFailedTests()); in lessThanPriorityTest1Test()
61 String[] failed = { in greaterThanPriorityTest1Test2() local
64 verifyTests("Failed", failed, getFailedTests()); in greaterThanPriorityTest1Test2()
76 String[] failed = { in lessThanPriorityAllTests() local
79 verifyTests("Failed", failed, getFailedTests()); in lessThanPriorityAllTests()
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_image_migrate.cpp118 int failed = 0; in test_image_migrate() local
171 failed = -1; in test_image_migrate()
214 failed = 1; in test_image_migrate()
225 failed = 1; in test_image_migrate()
233 failed = 1; in test_image_migrate()
242 failed = 1; in test_image_migrate()
260 failed = 1; in test_image_migrate()
268 failed = 1; in test_image_migrate()
287 failed = 1; in test_image_migrate()
298 failed = 1; in test_image_migrate()
[all …]
Dtest_buffer_migrate.cpp101 int failed = 0; in test_buffer_migrate() local
143 failed = -1; in test_buffer_migrate()
181 failed = 1; in test_buffer_migrate()
192 failed = 1; in test_buffer_migrate()
200 failed = 1; in test_buffer_migrate()
209 failed = 1; in test_buffer_migrate()
227 failed = 1; in test_buffer_migrate()
243 failed = 1; in test_buffer_migrate()
254 failed = 1; in test_buffer_migrate()
259 failed = 1; in test_buffer_migrate()
[all …]
/external/toolchain-utils/debug_info_test/
Dcheck_cus.py29 failed = set()
32 failed.add(c.__module__)
34 return failed
47 failed = set()
59 failed = failed.union(check_compile_unit(dso_path, producer, comp_path))
69 failed = failed.union(check_compile_unit(dso_path, producer, comp_path))
71 if failed:
72 print('%s failed check: %s' % (dso_path, ' '.join(failed)))
/external/squashfs-tools/squashfs-tools/
Dlzo_wrapper.c92 goto failed; in lzo_options()
99 goto failed; in lzo_options()
107 failed: in lzo_options()
142 goto failed; in lzo_options_post()
149 failed: in lzo_options_post()
223 goto failed; in lzo_extract_options()
236 goto failed; in lzo_extract_options()
244 goto failed; in lzo_extract_options()
251 goto failed; in lzo_extract_options()
258 failed: in lzo_extract_options()
[all …]
Dgzip_wrapper.c73 goto failed; in gzip_options()
80 goto failed; in gzip_options()
89 goto failed; in gzip_options()
96 goto failed; in gzip_options()
107 goto failed; in gzip_options()
128 goto failed; in gzip_options()
137 failed: in gzip_options()
239 goto failed; in gzip_extract_options()
248 goto failed; in gzip_extract_options()
256 goto failed; in gzip_extract_options()
[all …]
Dxz_wrapper.c76 goto failed; in xz_options()
97 goto failed; in xz_options()
108 goto failed; in xz_options()
116 goto failed; in xz_options()
126 goto failed; in xz_options()
139 goto failed; in xz_options()
148 failed: in xz_options()
177 goto failed; in xz_options_post()
185 goto failed; in xz_options_post()
202 goto failed; in xz_options_post()
[all …]
Dlz4_wrapper.c116 goto failed; in lz4_extract_options()
123 goto failed; in lz4_extract_options()
134 goto failed; in lz4_extract_options()
139 failed: in lz4_extract_options()
168 goto failed; in lz4_check_options()
175 goto failed; in lz4_check_options()
180 failed: in lz4_check_options()
193 goto failed; in lz4_display_options()
200 goto failed; in lz4_display_options()
209 goto failed; in lz4_display_options()
[all …]
/external/catch2/include/internal/
Dcatch_totals.cpp15 diff.failed = failed - other.failed; in operator -()
22 failed += other.failed; in operator +=()
28 return passed + failed + failedButOk; in total()
31 return failed == 0 && failedButOk == 0; in allPassed()
34 return failed == 0; in allOk()
52 if( diff.assertions.failed > 0 ) in delta()
53 ++diff.testCases.failed; in delta()
/external/testng/src/test/java/test/dependent/
DImplicitGroupInclusionTest.java18 String[] failed = { in verifyImplicitGroupInclusion() local
22 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion()
36 String[] failed = { in verifyImplicitGroupInclusion2() local
40 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion2()
54 String[] failed = { in verifyImplicitGroupInclusion4() local
58 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion4()
73 String[] failed = { in verifyImplicitGroupInclusion3() local
77 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitGroupInclusion3()
91 String[] failed = { in verifyImplicitMethodInclusion() local
95 verifyTests("Failed", failed, getFailedTests()); in verifyImplicitMethodInclusion()
/external/dagger2/javatests/dagger/internal/codegen/
DMapMultibindingValidationTest.java66 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
78 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
97 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
112 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
127 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
135 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
145 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
156 assertThat(compilation).failed(); in duplicateMapKeys_UnwrappedMapKey()
198 assertThat(compilation).failed(); in duplicateMapKeys_WrappedMapKey()
256 assertThat(compilation).failed(); in inconsistentMapKeyAnnotations()
[all …]
DMembersInjectionValidationTest.java51 assertThat(compilation).failed(); in membersInjectDependsOnUnboundedType()
74 assertThat(compilation).failed(); in membersInjectPrimitive()
95 assertThat(compilation).failed(); in membersInjectArray()
117 assertThat(compilation).failed(); in membersInjectorOfArray()
139 assertThat(compilation).failed(); in membersInjectRawType()
159 assertThat(compilation).failed(); in qualifiedMembersInjector()
182 assertThat(compilation).failed(); in qualifiedMembersInjectionMethod()
205 assertThat(compilation).failed(); in qualifiedMembersInjectionMethodParameter()
236 assertThat(compilation).failed(); in staticFieldInjection()
270 assertThat(compilation).failed(); in missingMembersInjectorForKotlinProperty()
[all …]
/external/e2fsprogs/tests/t_quota_2off/
Dscript11 echo "mke2fs -O quota failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
19 echo "tune2fs -O ^quota failed" > $test_name.failed
20 echo "$test_name: $test_description: failed"
30 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
31 echo "$test_name: $test_description: failed"

12345678910>>...130