Home
last modified time | relevance | path

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

12345678910>>...431

/third_party/protobuf/conformance/
Dfailure_list_java.txt7 … # Should have failed to parse, but didn…
8 … # Should have failed to parse, but didn…
9 … # Should have failed to parse, but didn…
10 … # Should have failed to parse, but didn…
11 … # Should have failed to parse, but didn…
12 … # Should have failed to parse, but didn…
13 … # Should have failed to parse, but didn…
14 … # Should have failed to parse, but didn…
15 … # Should have failed to parse, but didn…
16 …oted # Should have failed to parse, but didn…
[all …]
Dtext_format_failure_list_python_cpp.txt1 …hanInt64_F.ProtobufOutput # Failed to parse input or …
2 …hanInt64_F.TextFormatOutput # Failed to parse input or …
3 …hanUint64_F.ProtobufOutput # Failed to parse input or …
4 …hanUint64_F.TextFormatOutput # Failed to parse input or …
5 …e_F.ProtobufOutput # Failed to parse input or …
6 …e_F.TextFormatOutput # Failed to parse input or …
7 …e_F.ProtobufOutput # Failed to parse input or …
8 …e_F.TextFormatOutput # Failed to parse input or …
9 …eNoLeadingZero_F.ProtobufOutput # Failed to parse input or …
10 …eNoLeadingZero_F.TextFormatOutput # Failed to parse input or …
[all …]
Dtext_format_failure_list_python_upb.txt4 …hanInt64_F.ProtobufOutput # Failed to parse input or …
5 …hanInt64_F.TextFormatOutput # Failed to parse input or …
6 …hanUint64_F.ProtobufOutput # Failed to parse input or …
7 …hanUint64_F.TextFormatOutput # Failed to parse input or …
8 …e_F.ProtobufOutput # Failed to parse input or …
9 …e_F.TextFormatOutput # Failed to parse input or …
10 …e_F.ProtobufOutput # Failed to parse input or …
11 …e_F.TextFormatOutput # Failed to parse input or …
12 …eNoLeadingZero_F.ProtobufOutput # Failed to parse input or …
13 …eNoLeadingZero_F.TextFormatOutput # Failed to parse input or …
[all …]
Dtext_format_failure_list_python.txt4 …hanInt64_F.ProtobufOutput # Failed to parse input or …
5 …hanInt64_F.TextFormatOutput # Failed to parse input or …
6 …hanUint64_F.ProtobufOutput # Failed to parse input or …
7 …hanUint64_F.TextFormatOutput # Failed to parse input or …
8 …e_F.ProtobufOutput # Failed to parse input or …
9 …e_F.TextFormatOutput # Failed to parse input or …
10 …e_F.ProtobufOutput # Failed to parse input or …
11 …e_F.TextFormatOutput # Failed to parse input or …
12 …eNoLeadingZero_F.ProtobufOutput # Failed to parse input or …
13 …eNoLeadingZero_F.TextFormatOutput # Failed to parse input or …
[all …]
Dfailure_list_cpp.txt10 … # Should have failed to parse, but didn…
11 … # Should have failed to parse, but didn…
12 … # Should have failed to parse, but didn…
13 …g1 # Should have failed to parse, but didn…
14 …g2 # Should have failed to parse, but didn…
16 … # Should have failed to parse, but didn…
19 … # Should have failed to parse, but didn…
20 …l # Should have failed to parse, but didn…
21 …ull # Should have failed to parse, but didn…
22 … # Should have failed to parse, but didn…
[all …]
Dtext_format_failure_list_cpp.txt1 …capeSurrogateFirstOnlyBytes # Should have failed to parse, but didn…
2 …capeSurrogateFirstOnlyString # Should have failed to parse, but didn…
3 …capeSurrogatePairBytes # Should have failed to parse, but didn…
4 …capeSurrogatePairString # Should have failed to parse, but didn…
5 …capeSurrogateSecondOnlyBytes # Should have failed to parse, but didn…
6 …capeSurrogateSecondOnlyString # Should have failed to parse, but didn…
7 …scapeSurrogateFirstOnlyBytes # Should have failed to parse, but didn…
8 …scapeSurrogateFirstOnlyString # Should have failed to parse, but didn…
9 …scapeSurrogatePairBytes # Should have failed to parse, but didn…
10 …scapeSurrogatePairString # Should have failed to parse, but didn…
[all …]
/third_party/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 …]
/third_party/rust/rust/tests/ui/consts/
Dconst-int-unchecked.rs16 //~^ ERROR evaluation of constant value failed
18 //~^ ERROR evaluation of constant value failed
20 //~^ ERROR evaluation of constant value failed
22 //~^ ERROR evaluation of constant value failed
24 //~^ ERROR evaluation of constant value failed
29 //~^ ERROR evaluation of constant value failed
31 //~^ ERROR evaluation of constant value failed
33 //~^ ERROR evaluation of constant value failed
35 //~^ ERROR evaluation of constant value failed
37 //~^ ERROR evaluation of constant value failed
[all …]
/third_party/openhitls/include/tls/
Dhitls_error.h85 HITLS_MEMALLOC_FAIL, /**< Failed to apply for memory. */
102 HITLS_CFG_ERR_LOAD_CERT_FILE, /**< Failed to load the certificate file. */
103 HITLS_CFG_ERR_LOAD_CERT_BUFFER, /**< Failed to load the certificate buffer. */
104 HITLS_CFG_ERR_LOAD_KEY_FILE, /**< Failed to load the key file. */
105 HITLS_CFG_ERR_LOAD_KEY_BUFFER, /**< Failed to load the key buffer. */
106 HITLS_CONFIG_ERR_LOAD_GROUP_INFO, /**< Failed to load the group info. */
107 HITLS_CONFIG_ERR_LOAD_SIGN_SCHEME_INFO, /**< Failed to load the signature scheme info. */
127 HITLS_MSG_HANDLE_VERIFY_FINISHED_FAIL, /**< Failed to verify the finished message. */
128 HITLS_MSG_HANDLE_VERIFY_SIGN_FAIL, /**< Failed to verify the finished message. */
134 HITLS_MSG_VERIFY_COOKIE_ERR, /**< Failed to verify the cookie. */
[all …]
/third_party/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 …]
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
Dmindspore_fuzzer.cpp34 printf("create context failed.\n"); in MSPreparedModelFuzzTest()
41 printf("OH_AI_DeviceInfoCreate failed.\n"); in MSPreparedModelFuzzTest()
49 printf("create model failed.\n"); in MSPreparedModelFuzzTest()
64 printf("OH_AI_ContextGetThreadNum failed.\n"); in MSContextFuzzTest_Null()
71 printf("OH_AI_ContextGetThreadAffinityMode failed.\n"); in MSContextFuzzTest_Null()
78 printf("OH_AI_ContextGetThreadAffinityCoreList failed.\n"); in MSContextFuzzTest_Null()
85 printf("OH_AI_ContextGetEnableParallel failed.\n"); in MSContextFuzzTest_Null()
92 printf("OH_AI_DeviceInfoCreate cpu failed.\n"); in MSContextFuzzTest_Null()
99 printf("OH_AI_DeviceInfoCreate failed.\n"); in MSContextFuzzTest_Null()
106 printf("OH_AI_DeviceInfoGetProvider failed.\n"); in MSContextFuzzTest_Null()
[all …]
Dcontext_c_fuzzer.cpp9 printf("create context failed.\n"); in MSContextFuzzTest_ThreadNum()
20 printf("create model failed.\n"); in MSContextFuzzTest_ThreadNum()
30 printf("create context failed.\n"); in MSContextFuzzTest_ThreadAffinityMode()
41 printf("create model failed.\n"); in MSContextFuzzTest_ThreadAffinityMode()
51 printf("create context failed.\n"); in MSContextFuzzTest_Provider()
56 printf("malloc failed.\n"); in MSContextFuzzTest_Provider()
60 printf("memcpy_s failed."); in MSContextFuzzTest_Provider()
67 printf("OH_AI_DeviceInfoCreate failed.\n"); in MSContextFuzzTest_Provider()
80 printf("create model failed.\n"); in MSContextFuzzTest_Provider()
93 printf("create context failed.\n"); in MSContextFuzzTest_ThreadNum_Add1()
[all …]
/third_party/rust/rust/tests/ui/consts/const-eval/
Dconst-pointer-values-in-various-types.rs27 //~^ ERROR evaluation of constant value failed in main()
30 //~^ ERROR evaluation of constant value failed in main()
33 //~^ ERROR evaluation of constant value failed in main()
36 //~^ ERROR evaluation of constant value failed in main()
39 //~^ ERROR evaluation of constant value failed in main()
42 //~^ ERROR evaluation of constant value failed in main()
46 //~^ ERROR evaluation of constant value failed in main()
49 //~^ ERROR evaluation of constant value failed in main()
52 //~^ ERROR evaluation of constant value failed in main()
55 //~^ ERROR evaluation of constant value failed in main()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dredistribution_operator_infer.cc32 return Status::FAILED; in Init()
43 MS_LOG(ERROR) << "Init constructor failed"; in Init()
44 return Status::FAILED; in Init()
73 if (InsertOperator(CONCAT_BY_AXIS, args) == Status::FAILED) { in MergePartialToFullForReshapeHasMultiDynamicAxis()
74 return Status::FAILED; in MergePartialToFullForReshapeHasMultiDynamicAxis()
90 if (InsertOperator(SPLIT_BY_AXIS, args) == Status::FAILED) { in SegmentFullShapeToPartial()
92 return Status::FAILED; in SegmentFullShapeToPartial()
106 if (InferSplitByAxis() == Status::FAILED) { in InferRedistributionOperator()
107 return Status::FAILED; in InferRedistributionOperator()
112 if (InferPermuteByAxis() == Status::FAILED) { in InferRedistributionOperator()
[all …]
/third_party/musl/libc-test/src/functionalext/string/
Dstrcpy_test.c39 t_error("Long string copy failed\n"); in test_strcpy_longer_string()
47 t_error("Special characters copy failed\n"); in test_strcpy_special_characters()
55 t_error("Single char copy failed\n"); in test_strcpy_single_char()
63 t_error("Mixed case copy failed\n"); in test_strcpy_case_mixed()
71 t_error("Spaces copy failed\n"); in test_strcpy_with_spaces()
79 t_error("Escapes copy failed\n"); in test_strcpy_with_escapes()
87 t_error("Overwrite failed\n"); in test_strcpy_overwrite_old_content()
96 t_error("Embedded null copy failed\n"); in test_strcpy_with_embedded_null()
114 t_error("UTF-8 copy failed\n"); in test_strcpy_utf8()
122 t_error("First assignment failed\n"); in test_strcpy_multiple_assignments()
[all …]
/third_party/python/Python/
DPython-ast.c3624 if (!result) goto failed; in ast2obj_mod()
3626 if (!value) goto failed; in ast2obj_mod()
3628 goto failed; in ast2obj_mod()
3632 if (!value) goto failed; in ast2obj_mod()
3634 goto failed; in ast2obj_mod()
3640 if (!result) goto failed; in ast2obj_mod()
3643 if (!value) goto failed; in ast2obj_mod()
3645 goto failed; in ast2obj_mod()
3651 if (!result) goto failed; in ast2obj_mod()
3653 if (!value) goto failed; in ast2obj_mod()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/rl/
Dgru_grad_data_gpu_kernel.h90 "restore dropout state failed"); in Launch()
99 "launch gru back data kernel failed"); in Launch()
102 "stream synchronize failed."); in Launch()
137 "set dhy_desc_ failed"); in Resize()
140 "set dcy_desc_ failed"); in Resize()
143 "set hx_desc_ failed"); in Resize()
146 "set cx_desc_ failed"); in Resize()
149 "set dhx_desc_ failed"); in Resize()
152 "set dcx_desc_ failed"); in Resize()
154 "set dropout_desc failed"); in Resize()
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dformat_args_unfixable.rs12 println!("error: {}", format!("something failed at {}", Location::caller()));
18 format!("something failed at {}", Location::caller())
26 println!("error: {}", format!("something failed at {}", Location::caller())); in main()
27 println!("{}: {}", error, format!("something failed at {}", Location::caller())); in main()
28 println!("{:?}: {}", error, format!("something failed at {}", Location::caller())); in main()
29 println!("{{}}: {}", format!("something failed at {}", Location::caller())); in main()
30 println!(r#"error: "{}""#, format!("something failed at {}", Location::caller())); in main()
31 println!("error: {}", format!(r#"something failed at "{}""#, Location::caller())); in main()
32 println!("error: {}", format!("something failed at {} {0}", Location::caller())); in main()
33 let _ = format!("error: {}", format!("something failed at {}", Location::caller())); in main()
[all …]
/third_party/liburing/test/
Dlink.c30 fprintf(stderr, "get sqe failed\n"); in test_single_hardlink()
41 fprintf(stderr, "get sqe failed\n"); in test_single_hardlink()
49 fprintf(stderr, "sqe submit failed: %d\n", ret); in test_single_hardlink()
60 fprintf(stderr, "failed to get cqe\n"); in test_single_hardlink()
71 fprintf(stderr, "timeout failed with %d\n", cqe->res); in test_single_hardlink()
75 fprintf(stderr, "nop failed with %d\n", cqe->res); in test_single_hardlink()
102 fprintf(stderr, "get sqe failed\n"); in test_double_hardlink()
113 fprintf(stderr, "get sqe failed\n"); in test_double_hardlink()
124 fprintf(stderr, "get sqe failed\n"); in test_double_hardlink()
132 fprintf(stderr, "sqe submit failed: %d\n", ret); in test_double_hardlink()
[all …]
/third_party/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 …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/nn/
Dlstm_grad_data_gpu_kernel.h77 …HECK_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyRNNDescriptor(rnn_desc_), "destroy rnn_desc failed"); in DestroyResource()
78 …ET_WITH_ERROR_NOTRACE(cudnnDestroyDropoutDescriptor(dropout_desc_), "destroy dropout_desc failed"); in DestroyResource()
79 …_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyTensorDescriptor(dcx_desc_), "destroy dcx_desc_ failed"); in DestroyResource()
80 …_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyTensorDescriptor(dhx_desc_), "destroy dhx_desc_ failed"); in DestroyResource()
81 …HECK_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyFilterDescriptor(w_desc_), "destroy w_desc_ failed"); in DestroyResource()
82 …CK_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyTensorDescriptor(cx_desc_), "destroy cx_desc_ failed"); in DestroyResource()
83 …CK_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyTensorDescriptor(hx_desc_), "destroy hx_desc_ failed"); in DestroyResource()
84 …_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyTensorDescriptor(dcy_desc_), "destroy dcy_desc_ failed"); in DestroyResource()
85 …_CUDNN_RET_WITH_ERROR_NOTRACE(cudnnDestroyTensorDescriptor(dhy_desc_), "destroy dhy_desc_ failed"); in DestroyResource()
91 …_CUDNN_RET_WITH_EXCEPT_NOTRACE(cudnnCreateTensorDescriptor(&dhy_desc_), "create dhy_desc_ failed"); in InitResource()
[all …]
/third_party/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 …]
/third_party/musl/libc-test/src/functionalext/hilog/
Dhilog_level.c61 t_error("LOG_LEVEL_FATAL level LOG_FATAL print failed \n"); in TestFatalLevel()
64 t_error("LOG_LEVEL_FATAL level LOG_ERROR print failed \n"); in TestFatalLevel()
67 t_error("LOG_LEVEL_FATAL level LOG_WARN print failed \n"); in TestFatalLevel()
70 t_error("LOG_LEVEL_FATAL level LOG_INFO print failed \n"); in TestFatalLevel()
73 t_error("LOG_LEVEL_FATAL level LOG_DEBUG print failed \n"); in TestFatalLevel()
85 t_error("LOG_LEVEL_ERROR level LOG_FATAL print failed \n"); in TestErrorLevel()
88 t_error("LOG_LEVEL_ERROR level LOG_ERROR print failed \n"); in TestErrorLevel()
91 t_error("LOG_LEVEL_ERROR level LOG_WARN print failed \n"); in TestErrorLevel()
94 t_error("LOG_LEVEL_ERROR level LOG_INFO print failed \n"); in TestErrorLevel()
97 t_error("LOG_LEVEL_ERROR level LOG_DEBUG print failed \n"); in TestErrorLevel()
[all …]
/third_party/musl/libc-test/src/functional/
Ddlopen.c22 t_error("dlopen(name=%s, mode=%d) failed: %s\n", name, mode, dlerror()); in do_dlopen()
25 t_error("dlclose %s failed : %s \n", name, dlerror()); in do_dlopen()
52 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_LOCAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
57 t_error("dlsym RTLD_LOCAL so(%s) should failed but get succeed.\n", "for_local"); in dlopen_so_used_by_dlsym()
61 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
66 t_error("dlopen(name=%s, mode=%d) failed: %s\n", SO_LOAD_BY_GLOBAL, RTLD_LOCAL, dlerror()); in dlopen_so_used_by_dlsym()
71 t_error("dlsym RTLD_GLOBAL so(%s) should succeed but get failed: %s \n", "for_global", dlerror()); in dlopen_so_used_by_dlsym()
75 t_error("dlclose %s failed : %s \n", SO_LOAD_BY_GLOBAL, dlerror()); in dlopen_so_used_by_dlsym()
83 t_error("dlopen(name=%s, mode=RTLD_NODELETE) failed: %s\n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload()
86 t_error("dlclose %s failed : %s \n", SO_FOR_NO_DELETE, dlerror()); in dlopen_nodelete_and_noload()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/providers/dpico/manager/
Dacl_model_manager.cc42 MS_CHECK_TRUE_MSG_VOID(ret == RET_OK, "unload acl model failed."); in ~AclModelManager()
44 MS_CHECK_TRUE_MSG_VOID(ret == RET_OK, "destroy acl inputs failed."); in ~AclModelManager()
46 MS_CHECK_TRUE_MSG_VOID(ret == RET_OK, "destroy acl outputs failed."); in ~AclModelManager()
58 MS_CHECK_TRUE_MSG(ret == RET_OK, RET_ERROR, "svp acl rt malloc model buffer failed."); in LoadModel()
62 MS_LOG(ERROR) << "svp acl mdl load from mem failed."; in LoadModel()
64 MS_CHECK_TRUE_MSG(ret == SVP_ACL_SUCCESS, RET_ERROR, "AclFree acl_model_ptr_ failed"); in LoadModel()
73 MS_CHECK_TRUE_MSG(acl_model_desc_ != nullptr, RET_ERROR, "create model desc failed."); in CreateModelDesc()
75 MS_CHECK_TRUE_MSG(ret == SVP_ACL_SUCCESS, RET_ERROR, "get model desc failed."); in CreateModelDesc()
85 MS_CHECK_TRUE_MSG(ret == RET_OK, RET_ERROR, "get acl data info failed."); in GetMaxTaskAndWorkBufSize()
87 MS_CHECK_TRUE_MSG(ret == RET_OK, RET_ERROR, "update task buf max size failed."); in GetMaxTaskAndWorkBufSize()
[all …]

12345678910>>...431