Home
last modified time | relevance | path

Searched refs:EXPECT_FALSE (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc436 EXPECT_FALSE(success); in TestIdentityFunctionMultiplePatching()
505 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()
516 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode1, override)); in TEST()
517 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode2, override)); in TEST()
518 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode3, override)); in TEST()
519 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode4, override)); in TEST()
520 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode5, override)); in TEST()
521 EXPECT_FALSE(TestFunctionPatching(kUnpatchableCode6, override)); in TEST()
528 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST()
529 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override)); in TEST()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_suppressions_test.cc47 EXPECT_FALSE(MyMatch("foo", "baz")); in TEST()
48 EXPECT_FALSE(MyMatch("foobarbaz", "foobar")); in TEST()
49 EXPECT_FALSE(MyMatch("foobarbaz", "barbaz")); in TEST()
50 EXPECT_FALSE(MyMatch("foo*bar", "foobaz")); in TEST()
51 EXPECT_FALSE(MyMatch("foo*bar", "foo_baz")); in TEST()
52 EXPECT_FALSE(MyMatch("^foobar", "prefix_foobar")); in TEST()
53 EXPECT_FALSE(MyMatch("foobar$", "foobar_postfix")); in TEST()
54 EXPECT_FALSE(MyMatch("^foobar$", "prefix_foobar")); in TEST()
55 EXPECT_FALSE(MyMatch("^foobar$", "foobar_postfix")); in TEST()
56 EXPECT_FALSE(MyMatch("foo^bar", "foobar")); in TEST()
[all …]
H A Dsanitizer_deadlock_detector_test.cc70 EXPECT_FALSE(s.insert(node).second); in RunBasicTest()
79 EXPECT_FALSE(d.onLock(&dtls, n1)); in RunBasicTest()
80 EXPECT_FALSE(d.onLock(&dtls, n2)); in RunBasicTest()
84 EXPECT_FALSE(d.onLock(&dtls, n2)); in RunBasicTest()
105 EXPECT_FALSE(d.onLock(&dtls, n1)); in RunBasicTest()
106 EXPECT_FALSE(d.onLock(&dtls, n2)); in RunBasicTest()
110 EXPECT_FALSE(d.onLock(&dtls, n2)); in RunBasicTest()
111 EXPECT_FALSE(d.onLock(&dtls, n3)); in RunBasicTest()
115 EXPECT_FALSE(d.onLock(&dtls, n3)); in RunBasicTest()
181 EXPECT_FALSE(d.onLock(&dtls, l2)); in RunRemoveNodeTest()
[all …]
H A Dsanitizer_posix_test.cc58 EXPECT_FALSE(destructor_executed); in TEST()
70 EXPECT_FALSE(IsAccessibleMemoryRange(mem, page_size + 1)); in TEST()
72 EXPECT_FALSE(IsAccessibleMemoryRange(mem + page_size - 1, 2)); in TEST()
73 EXPECT_FALSE(IsAccessibleMemoryRange(mem + 2 * page_size - 1, 1)); in TEST()
75 EXPECT_FALSE(IsAccessibleMemoryRange(mem, 3 * page_size)); in TEST()
76 EXPECT_FALSE(IsAccessibleMemoryRange(0x0, 2)); in TEST()
H A Dsanitizer_bvgraph_test.cc181 EXPECT_FALSE(g.isReachable(f0, target)); in Test_isReachable()
182 EXPECT_FALSE(g.isReachable(f1, target)); in Test_isReachable()
183 EXPECT_FALSE(g.isReachable(f2, target)); in Test_isReachable()
184 EXPECT_FALSE(g.isReachable(f3, target)); in Test_isReachable()
189 EXPECT_FALSE(g.isReachable(f0, target)); in Test_isReachable()
190 EXPECT_FALSE(g.isReachable(f1, target)); in Test_isReachable()
191 EXPECT_FALSE(g.isReachable(f2, target)); in Test_isReachable()
192 EXPECT_FALSE(g.isReachable(f3, target)); in Test_isReachable()
197 EXPECT_FALSE(g.isReachable(f2, target)); in Test_isReachable()
198 EXPECT_FALSE(g.isReachable(f3, target)); in Test_isReachable()
[all …]
H A Dsanitizer_common_test.cc147 EXPECT_FALSE(vector1 != vector2); in TEST()
150 EXPECT_FALSE(vector1 == vector2); in TEST()
155 EXPECT_FALSE(vector1 != vector2); in TEST()
158 EXPECT_FALSE(vector1 == vector2); in TEST()
362 EXPECT_FALSE(GetRandom(nullptr, 32, blocking)); in TEST()
363 EXPECT_FALSE(GetRandom(buffer_1, 0, blocking)); in TEST()
364 EXPECT_FALSE(GetRandom(buffer_1, 512, blocking)); in TEST()
H A Dsanitizer_bitvector_test.cc85 EXPECT_FALSE(bv.empty()); in TestBitVector()
86 EXPECT_FALSE(bv.getBit(4)); in TestBitVector()
87 EXPECT_FALSE(bv.getBit(6)); in TestBitVector()
90 EXPECT_FALSE(bv.getBit(5)); in TestBitVector()
H A Dsanitizer_atomic_test.cc103 EXPECT_FALSE(atomic_compare_exchange_strong((T*)&var, &old_val, new_val, in CheckAtomicCompareExchange()
113 EXPECT_FALSE(atomic_compare_exchange_weak((T*)&var, &old_val, new_val, in CheckAtomicCompareExchange()
H A Dsanitizer_linux_test.cc228 EXPECT_FALSE(LibraryNameIs("", "")); in TEST()
244 EXPECT_FALSE(LibraryNameIs(full_name, wrong_names[m])) in TEST()
H A Dsanitizer_flags_test.cc176 EXPECT_FALSE(cf.heap_profile); in TEST()
H A Dsanitizer_libc_test.cc51 EXPECT_FALSE(__sanitizer::mem_is_zero(x + beg, end - beg)); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h137 EXPECT_FALSE(EC) << EC.message();
142 EXPECT_FALSE(llvm::sys::fs::remove_directories(Path.str())); in ~TempDir()
183 EXPECT_FALSE(EC); in TempLink()
187 EXPECT_FALSE(llvm::sys::fs::remove(Path.str())); in ~TempLink()
227 EXPECT_FALSE(EC);
231 EXPECT_FALSE(OS.error());
237 EXPECT_FALSE(llvm::sys::fs::remove(Path.str())); in ~TempFile()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_interface_test.cc45 EXPECT_FALSE(__sanitizer_get_ownership(wild_addr)); in TEST()
48 EXPECT_FALSE(__sanitizer_get_ownership(array + kArraySize / 2)); in TEST()
54 EXPECT_FALSE(__sanitizer_get_ownership(NULL)); in TEST()
60 EXPECT_FALSE(__sanitizer_get_ownership(array)); in TEST()
159 EXPECT_FALSE(__asan_address_is_poisoned(ptr + offset))
337 EXPECT_FALSE(first_poisoned); in TEST()
339 EXPECT_FALSE(first_poisoned); in TEST()
405 EXPECT_FALSE(__sanitizer_get_ownership(&pointers)); in TEST()
406 EXPECT_FALSE(__sanitizer_get_ownership((void*)0x1234)); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp532 EXPECT_FALSE(ParseOneDictionaryEntry("", &U)); in TEST()
533 EXPECT_FALSE(ParseOneDictionaryEntry(" ", &U)); in TEST()
534 EXPECT_FALSE(ParseOneDictionaryEntry("\t ", &U)); in TEST()
535 EXPECT_FALSE(ParseOneDictionaryEntry(" \" ", &U)); in TEST()
536 EXPECT_FALSE(ParseOneDictionaryEntry(" zz\" ", &U)); in TEST()
537 EXPECT_FALSE(ParseOneDictionaryEntry(" \"zz ", &U)); in TEST()
538 EXPECT_FALSE(ParseOneDictionaryEntry(" \"\" ", &U)); in TEST()
545 EXPECT_FALSE(ParseOneDictionaryEntry("\"\\\"", &U)); in TEST()
560 EXPECT_FALSE(ParseDictionaryFile("zzz\n", &Units)); in TEST()
561 EXPECT_FALSE(ParseDictionaryFile("", &Units)); in TEST()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2527 EXPECT_FALSE(oldact.sa_flags & SA_SIGINFO); in TEST()
2534 EXPECT_FALSE(oldact.sa_flags & SA_SIGINFO); in TEST()
4580 EXPECT_FALSE(__sanitizer_get_ownership(wild_addr)); in TEST()
4583 EXPECT_FALSE(__sanitizer_get_ownership(array + 50)); in TEST()
4587 EXPECT_FALSE(__sanitizer_get_ownership(NULL)); in TEST()
4591 EXPECT_FALSE(__sanitizer_get_ownership(array)); in TEST()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1971 #define EXPECT_FALSE(condition) \ macro