Searched refs:testing (Results 1 – 13 of 13) sorted by relevance
/bionic/tests/ |
D | fortify_test.cpp | 36 class DEATHTEST : public testing::Test { 63 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 67 testing::KilledBySignal(SIGABRT), ""); in TEST_F() 75 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 80 testing::KilledBySignal(SIGABRT), ""); in TEST_F() 88 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 92 testing::KilledBySignal(SIGABRT), ""); in TEST_F() 100 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() 105 testing::KilledBySignal(SIGABRT), ""); in TEST_F() 113 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST_F() [all …]
|
D | stack_unwinding_test.cpp | 32 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 33 ASSERT_EXIT(do_test(), ::testing::ExitedWithCode(42), ""); in TEST()
|
D | stack_protector_test.cpp | 125 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 126 ASSERT_EXIT(do_modify_stack_chk_guard(), testing::KilledBySignal(SIGABRT), ""); in TEST()
|
D | atexit_test.cpp | 94 ASSERT_EXIT(atexit_main(), testing::ExitedWithCode(0), "123456"); in TEST()
|
D | stdlib_test.cpp | 161 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 162 ASSERT_EXIT(TestBug57421_main(), ::testing::ExitedWithCode(0), ""); in TEST()
|
D | dlfcn_test.cpp | 28 ASSERT_PRED_FORMAT2(::testing::IsSubstring, needle, haystack)
|
D | dlext_test.cpp | 54 class DlExtTest : public ::testing::Test {
|
D | system_properties_test.cpp | 403 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
|
D | pthread_test.cpp | 274 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 275 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), ""); in TEST()
|
/bionic/benchmarks/ |
D | benchmark.h | 21 namespace testing { 60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \ 61 (new ::testing::Benchmark(#f, f))
|
D | benchmark_main.cpp | 32 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap; 58 namespace testing { namespace 205 ::testing::Benchmark* b = it->second; in main()
|
/bionic/linker/tests/ |
D | linker_allocator_test.cpp | 127 testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST() 128 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page"); in TEST()
|
/bionic/libm/ |
D | NOTICE | 82 The argument reduction and testing for exceptional cases was
|