Searched refs:expected_errors (Results 1 – 6 of 6) sorted by relevance
| /third_party/openssl/test/ |
| D | d2i_test.c | 122 static error_enum expected_errors[] = { in setup_tests() local 155 for (i = 0; i < OSSL_NELEM(expected_errors); i++) { in setup_tests() 156 if (strcmp(expected_errors[i].str, expected_error_string) == 0) { in setup_tests() 157 expected_error = expected_errors[i].code; in setup_tests()
|
| /third_party/node/tools/inspector_protocol/ |
| D | check_protocol_compatibility.py | 384 expected_errors = [ 423 return (errors_match(expected_errors, 459 expected_errors = [] 460 if arg_options.expected_errors: 461 expected_errors_file = open(arg_options.expected_errors, "r") 462 expected_errors = json.loads(expected_errors_file.read())["errors"] 468 if errors[i] not in expected_errors:
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | parser_unittest.cc | 144 void ExpectHasErrors(const char* text, const char* expected_errors) { in ExpectHasErrors() argument 145 ExpectHasEarlyExitErrors(text, expected_errors); in ExpectHasErrors() 151 void ExpectHasEarlyExitErrors(const char* text, const char* expected_errors) { in ExpectHasEarlyExitErrors() argument 155 EXPECT_EQ(expected_errors, error_collector_.text_); in ExpectHasEarlyExitErrors() 161 const char* expected_errors) { in ExpectHasValidationErrors() argument 176 EXPECT_EQ(expected_errors, error_collector_.text_); in ExpectHasValidationErrors()
|
| /third_party/python/Lib/test/ |
| D | test_embed.py | 217 expected_errors = "surrogateescape" 246 errors=expected_errors)
|
| /third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
| D | gstd3d11screencapture.cpp | 151 HRESULT hr, HRESULT * expected_errors = nullptr) in gst_d3d11_screen_capture_return_from_hr() argument 179 if (expected_errors) { in gst_d3d11_screen_capture_return_from_hr() 180 HRESULT* rst = expected_errors; in gst_d3d11_screen_capture_return_from_hr()
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor_unittest.cc | 3654 const std::string& expected_errors) { in BuildFileWithErrors() argument 3661 EXPECT_EQ(expected_errors, error_collector.text_); in BuildFileWithErrors()
|