Home
last modified time | relevance | path

Searched full:failed (Results 1 – 25 of 11131) sorted by relevance

12345678910>>...446

/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 …]
/external/crosvm/devices/src/virtio/vhost/
Dmod.rs27 /// Cloning kill event failed.
29 /// Creating kill event failed.
31 /// Creating tube failed.
33 /// Creating wait context failed.
35 /// Enabling tap interface failed.
37 /// Open tap device failed.
39 /// Setting tap IP failed.
41 /// Setting tap mac address failed.
43 /// Setting tap netmask failed.
45 /// Setting tap interface offload flags failed.
[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/crosvm/devices/src/virtio/vhost/user/
Dmod.rs23 /// Failed to copy config to a buffer.
24 #[error("failed to copy config to a buffer: {0}")]
26 /// Failed to create `base::Event`.
27 #[error("failed to create Event: {0}")]
29 /// Failed to get config.
30 #[error("failed to get config: {0}")]
32 /// Failed to get features.
33 #[error("failed to get features: {0}")]
35 /// Failed to get host address.
36 #[error("failed to get host address: {0}")]
[all …]
/external/googletest/googletest/test/
Dgoogletest-output-test-golden-lin.txt57 [ FAILED ] NonfatalFailureTest.EscapesStringOperands
71 [ FAILED ] NonfatalFailureTest.DiffForLongStrings
82 [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
92 [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
101 [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
117 [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
121 Failed
130 [ FAILED ] SCOPED_TRACETest.AcceptedValues
134 Failed
139 Failed
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh24 check_err $? "Failed to flash with status updates on"
27 check_err $? "Failed to disable status updates"
30 check_err $? "Failed to flash with status updates off"
60 check_err $? "Failed to get $name param value"
64 check_err $? "Failed to get $name debugfs value"
80 check_err $? "Failed to set max_macs param value"
82 check_err $? "Failed to set test1 param value"
101 check_err $? "Failed to get $name region size"
128 check_err $? "Failed to take first dummy region snapshot"
132 check_err $? "Failed to take second dummy region snapshot"
[all …]
/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/crcalc/tests/src/com/hp/creals/
DCRTest.java72 check(one.signum() == 1, "signum(1) failed"); in testCR()
73 check(one.negate().signum() == -1, "signum(-1) failed"); in testCR()
74 check(zero.signum(-100) == 0, "signum(0) failed"); in testCR()
75 check(one.compareTo(two, -10) == -1, "comparison failed"); in testCR()
76 check(two.toString(4).compareTo("2.0000") == 0, "toString failed"); in testCR()
77 check_eq(one.shiftLeft(1),two, "shiftLeft failed"); in testCR()
78 check_eq(two.shiftRight(1),one, "shiftRight failed"); in testCR()
79 check_eq(one.add(one),two, "add failed 1"); in testCR()
80 check_eq(one.max(two),two, "max failed"); in testCR()
81 check_eq(one.min(two),one, "min failed"); in testCR()
[all …]
/external/ltp/testcases/kernel/syscalls/open/
Dopen10.c51 #define FAILED 0 macro
128 tst_resm(TFAIL | TERRNO, "mkdir(%s) failed", DIR_A); in main()
129 local_flag = FAILED; in main()
133 tst_resm(TFAIL | TERRNO, "chown(%s) failed", DIR_A); in main()
134 local_flag = FAILED; in main()
138 tst_resm(TFAIL | TERRNO, "stat(%s) failed", DIR_A); in main()
139 local_flag = FAILED; in main()
146 local_flag = FAILED; in main()
153 local_flag = FAILED; in main()
161 tst_resm(TFAIL | TERRNO, "mkdir(%s) failed", DIR_B); in main()
[all …]
/external/ltp/testcases/kernel/syscalls/creat/
Dcreat08.c62 #define FAILED 0 macro
114 "getpwnam(\"nobody\") failed"); in main()
126 "getgrnam(\"nogroup\") failed"); in main()
132 "getgrnam(\"bin\") failed"); in main()
144 tst_resm(TFAIL, "Creation of %s failed", DIR_A); in main()
145 local_flag = FAILED; in main()
149 tst_resm(TFAIL, "Chown of %s failed", DIR_A); in main()
150 local_flag = FAILED; in main()
154 tst_resm(TFAIL, "Stat of %s failed", DIR_A); in main()
155 local_flag = FAILED; in main()
[all …]
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_image_migrate.cpp54 print_error(err, "Failed on enqueue write of image data."); in init_image()
87 print_error(err, "Failed migrating memory object."); in migrateMemObject()
108 print_error(err, "Failed on restoration enqueue write of image data."); in restoreImage()
118 int failed = 0; in test_image_migrate() local
150 print_error(err, "clGetDeviceInfo(CL_DEVICE_MAX_COMPUTE_UNITS) failed"); in test_image_migrate()
170 log_error("ERROR: Failed to successfully allocate required local buffers.\n"); in test_image_migrate()
171 failed = -1; in test_image_migrate()
193 print_error(err, "clGetDeviceInfo(CL_PARTITION_AFFINITY_DOMAIN) failed"); in test_image_migrate()
213 print_error(err, "Obtaining the number of partions by affinity failed."); in test_image_migrate()
214 failed = 1; in test_image_migrate()
[all …]
Dtest_buffer_migrate.cpp45 print_error(err, "Failed on enqueue write of buffer data."); in init_buffer()
75 print_error(err, "Failed migrating memory object."); in migrateMemObject()
91 print_error(err, "Failed on restoration enqueue write of buffer data."); in restoreBuffer()
101 int failed = 0; in test_buffer_migrate() local
123 print_error(err, "clGetDeviceInfo(CL_DEVICE_MAX_COMPUTE_UNITS) failed"); in test_buffer_migrate()
142 log_error("ERROR: Failed to successfully allocate required local buffers.\n"); in test_buffer_migrate()
143 failed = -1; in test_buffer_migrate()
160 print_error(err, "clGetDeviceInfo(CL_PARTITION_AFFINITY_DOMAIN) failed"); in test_buffer_migrate()
180 print_error(err, "Obtaining the number of partions by affinity failed."); in test_buffer_migrate()
181 failed = 1; in test_buffer_migrate()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties55 CertPathReviewer.ncExtError.title = Name constraint checking failed
56 CertPathReviewer.ncExtError.text = Name constraint checking failed: there was an error processing t…
58 CertPathReviewer.ncExtError.details = Name constraint checking failed: there was an error processin…
61 CertPathReviewer.subjAltNameExtError.title = Name constraint checking failed
62 CertPathReviewer.subjAltNameExtError.text = Name constraint checking failed: there was an error pro…
64 CertPathReviewer.subjAltNameExtError.details = Name constraint checking failed: there was an error …
68 CertPathReviewer.ncSubjectNameError.title = Name constraint checking failed
69 CertPathReviewer.ncSubjectNameError.text = Name constraint checking failed: there was an exception …
70 CertPathReviewer.ncSubjectNameError.summary = Name constraint checking failed: exception extracting…
71 CertPathReviewer.ncSubjectNameError.details = Name constraint checking failed: there was an excepti…
[all …]
/external/tpm2-tss/test/integration/
Dsapi-system-api.int.c41 LOG_ERROR("Invalid prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
48 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
54 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
60 LOG_ERROR("Invalid prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
66 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
73 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
79 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
85 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
91 LOG_ERROR("Prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
98 LOG_ERROR("Invalid prepare test FAILED! Response Code : 0x%x", rc); in test_invoke()
[all …]
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Mapper.cc28 drv_log("Failed to initialize driver.\n"); in CrosGralloc3Mapper()
38 drv_log("Failed to createDescriptor. Bad width: %d.\n", description.width); in createDescriptor()
44 drv_log("Failed to createDescriptor. Bad height: %d.\n", description.height); in createDescriptor()
50 drv_log("Failed to createDescriptor. Bad layer count: %d.\n", description.layerCount); in createDescriptor()
57 drv_log("Failed to createDescriptor. Failed to encodeBufferDescriptorInfo\n"); in createDescriptor()
69 drv_log("Failed to import buffer. Driver is uninitialized.\n"); in importBuffer()
76 drv_log("Failed to importBuffer. Bad handle.\n"); in importBuffer()
83 drv_log("Failed to importBuffer. Handle clone failed.\n"); in importBuffer()
102 drv_log("Failed to freeBuffer. Driver is uninitialized.\n"); in freeBuffer()
108 drv_log("Failed to freeBuffer. Empty handle.\n"); in freeBuffer()
[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/llvm-project/llvm/utils/lit/tests/
Dshtest-shell.py22 # CHECK: *** TEST 'shtest-shell :: cat-error-0.txt' FAILED ***
26 # CHECK: error: command failed with exit status: 1
30 # CHECK: *** TEST 'shtest-shell :: cat-error-1.txt' FAILED ***
34 # CHECK: error: command failed with exit status: 1
38 # CHECK: *** TEST 'shtest-shell :: colon-error.txt' FAILED ***
42 # CHECK: error: command failed with exit status: 127
48 # CHECK: *** TEST 'shtest-shell :: diff-b.txt' FAILED ***
58 # CHECK: error: command failed with exit status: 1
63 # CHECK: *** TEST 'shtest-shell :: diff-encodings.txt' FAILED ***
77 # CHECK: error: command failed with exit status: 1
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_clone_kernel.cpp148 test_error( error, "clCreateImage failed." ); in test_image_arg_shallow_clone()
156 test_error( error, "clCreateSamplerWithProperties failed." ); in test_image_arg_shallow_clone()
160 test_error( error, "clSetKernelArg failed." ); in test_image_arg_shallow_clone()
163 test_error( error, "clEnqueueNDRangeKernel failed." ); in test_image_arg_shallow_clone()
169 test_error( error, "clSetKernelArg failed." ); in test_image_arg_shallow_clone()
173 test_error( error, "clCloneKernel failed." ); in test_image_arg_shallow_clone()
175 test_error( error, "clEnqueueNDRangeKernel failed." ); in test_image_arg_shallow_clone()
179 test_error( error, "clEnqueueReadBuffer failed." ); in test_image_arg_shallow_clone()
183 test_error( error, "clCloneKernel test failed." ); in test_image_arg_shallow_clone()
189 test_error( error, "clCloneKernel test failed." ); in test_image_arg_shallow_clone()
[all …]
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c114 printf("ERROR: Open of device %s failed %d errno = %d\n", in tdrmopen()
148 printf("Failed on drm ioctl DRM(get_magic) test\n"); in main()
155 printf("Failed on drm ioctl DRM(get_status) test\n"); in main()
165 printf("Failed on drm ioctl DRM(irq_busid)\n"); in main()
169 printf("Failed on drm ioctl DRM(get_client)\n"); in main()
173 printf("Failed on drm ioctl DRM(block)\n"); in main()
177 printf("Failed on drm ioctl DRM(unblock)\n"); in main()
181 printf("Failed on drm ioctl DRM(addctx)\n"); in main()
185 printf("Failed on drm ioctl DRM(rmctx)\n"); in main()
189 printf("Failed on drm ioctl DRM(getctx)\n"); in main()
[all …]
/external/llvm/tools/msbuild/
Dinstall.bat47 echo Failed to find MSBuild toolsets directory.
48 goto FAILED
54 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
56 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
58 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
65 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
67 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
69 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
71 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
73 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
[all …]
/external/libxml2/python/tests/
Dreader.py130 print("Failed moveToAttribute(0)")
133 print("Failed to read attribute(0)")
136 print("Failed to read attribute(0) name")
139 print("Failed moveToAttribute(1)")
142 print("Failed to read attribute(1)")
145 print("Failed to read attribute(1) name")
148 print("Failed moveToAttribute(2)")
151 print("Failed to read attribute(2)")
154 print("Failed to read attribute(2) name")
157 print("Failed moveToAttribute(3)")
[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 …]
/external/rust/crates/libloading/src/
Derror.rs25 /// The `dlopen` call failed.
30 /// The `dlopen` call failed and system did not report an error.
32 /// The `dlsym` call failed.
37 /// The `dlsym` call failed and system did not report an error.
39 /// The `dlclose` call failed.
44 /// The `dlclose` call failed and system did not report an error.
46 /// The `LoadLibraryW` call failed.
51 /// The `LoadLibraryW` call failed and system did not report an error.
53 /// The `GetModuleHandleExW` call failed.
58 /// The `GetModuleHandleExW` call failed and system did not report an error.
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderMaxPatchVertices.cpp376 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv() failed for GL_MAX_PATCH_VERTICES_EXT pname!"); in initTest()
380 …GLU_EXPECT_NO_ERROR(gl.getError(), "glPatchParameteriEXT() failed for GL_PATCH_VERTICES_EXT pname!… in initTest()
406 TCU_FAIL("Memory allocation failed!"); in initVertexBufferObjects()
413 TCU_FAIL("Memory allocation failed!"); in initVertexBufferObjects()
431 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers() failed!"); in initVertexBufferObjects()
434 GLU_EXPECT_NO_ERROR(gl.getError(), "glBindBuffer() failed!"); in initVertexBufferObjects()
438 GLU_EXPECT_NO_ERROR(gl.getError(), "glBufferData() failed!"); in initVertexBufferObjects()
446 GLU_EXPECT_NO_ERROR(gl.getError(), "glVertexAttribPointer(fv) failed!"); in initVertexBufferObjects()
449 GLU_EXPECT_NO_ERROR(gl.getError(), "glEnableVertexAttribArray(fv) failed!"); in initVertexBufferObjects()
455 GLU_EXPECT_NO_ERROR(gl.getError(), "glGenBuffers(ARRAY_BUFFER) failed!"); in initVertexBufferObjects()
[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 …]

12345678910>>...446