Home
last modified time | relevance | path

Searched refs:expect_err (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dtest_epoll.rs9 result.expect_err("assertion failed"); in test_epoll_errno()
13 result.expect_err("assertion failed"); in test_epoll_errno()
Dtest_aio.rs88 err.expect_err("assertion failed"); in error()
175 aior.as_mut().submit().expect_err("assertion failed"); in error()
426 aiow.as_mut().submit().expect_err("assertion failed"); in error()
Dtest_socket.rs207 addr.expect_err("assertion failed"); in test_abstract_sun_path_too_long()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_constants_test.cpp68 std::string expect_err; member
82 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetParam().expect_err)); in TEST_P()
/third_party/spirv-tools/test/val/
Dval_constants_test.cpp68 std::string expect_err; member
82 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetParam().expect_err)); in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_constants_test.cpp68 std::string expect_err; member
82 EXPECT_THAT(getDiagnosticString(), HasSubstr(GetParam().expect_err)); in TEST_P()
/third_party/rust/crates/nix/test/
Dtest_unistd.rs104 mkstemp(&env::temp_dir()).expect_err("assertion failed"); in test_mkstemp_directory()
124 mkfifo(&env::temp_dir(), Mode::S_IRUSR).expect_err("assertion failed"); in test_mkfifo_directory()
184 .expect_err("assertion failed"); in test_mkfifoat_directory_none()
203 .expect_err("assertion failed"); in test_mkfifoat_directory()
1217 let err = res.expect_err("assertion failed"); in test_setfsuid()
1309 getpeereid(-1).expect_err("assertion failed"); in test_getpeereid_invalid_fd()
/third_party/rust/crates/nix/src/sys/
Dtermios.rs1223 BaudRate::try_from(999999999).expect_err("assertion failed"); in try_from()
1225 BaudRate::try_from(99).expect_err("assertion failed"); in try_from()
/third_party/rust/crates/rust-openssl/openssl/src/
Dasn1.rs892 .expect_err("parsing invalid OID should fail"); in object_from_str_with_invalid_input()