Home
last modified time | relevance | path

Searched refs:Fails (Results 1 – 25 of 156) sorted by relevance

1234567

/external/llvm-project/libc/test/src/signal/
Dsigaddset_test.cpp18 using __llvm_libc::testing::ErrnoSetterMatcher::Fails; in TEST()
20 EXPECT_THAT(__llvm_libc::sigaddset(nullptr, SIGSEGV), Fails(EINVAL)); in TEST()
23 EXPECT_THAT(__llvm_libc::sigaddset(&sigset, -1), Fails(EINVAL)); in TEST()
30 Fails(EINVAL)); in TEST()
31 EXPECT_THAT(__llvm_libc::sigaddset(&sigset, 0), Fails(EINVAL)); in TEST()
Dsigprocmask_test.cpp31 using __llvm_libc::testing::ErrnoSetterMatcher::Fails;
40 EXPECT_THAT(__llvm_libc::sigprocmask(17, &valid, nullptr), Fails(EINVAL)); in TEST_F()
41 EXPECT_THAT(__llvm_libc::sigprocmask(-4, &valid, nullptr), Fails(EINVAL)); in TEST_F()
46 Fails(EFAULT)); in TEST_F()
47 EXPECT_THAT(__llvm_libc::sigprocmask(-4, nullptr, invalid), Fails(EFAULT)); in TEST_F()
Dsigdelset_test.cpp20 using __llvm_libc::testing::ErrnoSetterMatcher::Fails; in TEST()
22 EXPECT_THAT(__llvm_libc::sigdelset(nullptr, SIGUSR1), Fails(EINVAL)); in TEST()
26 EXPECT_THAT(__llvm_libc::sigdelset(&set, -1), Fails(EINVAL)); in TEST()
Dsignal_test.cpp18 using __llvm_libc::testing::ErrnoSetterMatcher::Fails;
25 Fails(EINVAL, (void *)SIG_ERR)); in TEST()
27 Fails(EINVAL, (void *)SIG_ERR)); in TEST()
Dsigaction_test.cpp18 using __llvm_libc::testing::ErrnoSetterMatcher::Fails;
23 EXPECT_THAT(__llvm_libc::sigaction(-1, nullptr, nullptr), Fails(EINVAL)); in TEST()
30 EXPECT_THAT(__llvm_libc::sigaction(SIGKILL, &action, nullptr), Fails(EINVAL)); in TEST()
Dsigfillset_test.cpp19 using __llvm_libc::testing::ErrnoSetterMatcher::Fails; in TEST()
20 EXPECT_THAT(__llvm_libc::sigfillset(nullptr), Fails(EINVAL)); in TEST()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
Dcoverage.txt17 11 YES - Fails on current test impl b/c no CPT implemented
20 14 YES - Fails on current test impl b/c no CS implemented
25 19 YES - Fails on current test impl b/c no XSI implemented
33 27 YES - Fails on current test impl b/c no XSI implemented
/external/llvm-project/libc/test/src/unistd/
Dwrite_test.cpp24 using __llvm_libc::testing::ErrnoSetterMatcher::Fails; in TEST()
26 EXPECT_THAT(__llvm_libc::write(-1, "", 1), Fails(EBADF)); in TEST()
28 Fails(EFAULT)); in TEST()
/external/llvm-project/libc/test/src/sys/mman/linux/
Dmmap_test.cpp17 using __llvm_libc::testing::ErrnoSetterMatcher::Fails;
40 EXPECT_THAT(addr, Fails(EINVAL, MAP_FAILED)); in TEST()
42 EXPECT_THAT(__llvm_libc::munmap(0, 0), Fails(EINVAL)); in TEST()
/external/llvm-project/llvm/unittests/ADT/
DDeltaAlgorithmTest.cpp77 std::set<unsigned> Fails = fixed_set(3, 3, 5, 7); in TEST() local
78 FixedDeltaAlgorithm FDA(Fails); in TEST()
/external/llvm/unittests/ADT/
DDeltaAlgorithmTest.cpp78 std::set<unsigned> Fails = fixed_set(3, 3, 5, 7); in TEST() local
79 FixedDeltaAlgorithm FDA(Fails); in TEST()
/external/llvm-project/flang/include/flang/Parser/
Dinstrumented-parser.h31 bool Fails(const char *at, const MessageFixedText &tag, ParseState &);
60 if (log->Fails(at, tag_, state)) { in Parse()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_xml_output_unittest_.cc59 TEST_F(FailedTest, Fails) { in TEST_F() argument
82 TEST(MixedResultTest, Fails) { in TEST() argument
/external/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc59 TEST_F(FailedTest, Fails) { in TEST_F() argument
91 TEST(MixedResultTest, Fails) { in TEST() argument
/external/llvm-project/libc/test/src/time/
Dmktime_test.cpp16 using __llvm_libc::testing::ErrnoSetterMatcher::Fails;
41 EXPECT_THAT(__llvm_libc::mktime(&tm_data), Fails(EOVERFLOW)); in TEST()
/external/llvm-project/openmp/runtime/cmake/
DLibompMicroTests.cmake15 # - Fails if test-touch.c does not compile or if test-touch.c does not run after compilation
20 # - Fails if TEXTREL is in output of readelf -d libomp.so command
25 # - Fails if stack is executable. Should only be readable and writable. Not executable.
30 # - Fails if finds invalid instruction for Intel(R) MIC Architecture (wasn't compiled with correct…
35 # - Fails if sees a dependence not listed in td_exp variable below
/external/curl/docs/cmdline-opts/
Dftp-ssl-control.d8 authentication, but non-encrypted data transfers for efficiency. Fails the
/external/autotest/client/site_tests/network_NegotiatedLANSpeed/
Dcontrol4 CRITERIA = "Fails if wired network speed is less than 1Gbps."
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
Dcoverage.txt4 1 YES *Fails on the implementation of threads that I'm working
/external/autotest/client/site_tests/platform_FileSize/
Dcontrol6 Fails if any of the following fail:
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorListPopBack.pbtxt5 Fails if the list is empty.
/external/autotest/client/site_tests/platform_FileNum/
Dcontrol6 Fails if any of the following conditions is not met:
/external/autotest/client/site_tests/platform_DaemonsRespawn/
Dcontrol11 Fails if kill daemons are not automatically restarted after they are killed.
/external/autotest/client/site_tests/platform_Fingerprint/
Dcontrol.biod_is_running9 Fails if biod is not running.
/external/autotest/client/site_tests/platform_CleanShutdown/
Dcontrol13 Fails if the stateful partition was not cleanly unmounted on the last shutdown.

1234567