Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 13 of 13) sorted by relevance

/bionic/tests/
Dfortify_test.cpp36 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 …]
Dstack_unwinding_test.cpp32 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
33 ASSERT_EXIT(do_test(), ::testing::ExitedWithCode(42), ""); in TEST()
Dstack_protector_test.cpp125 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
126 ASSERT_EXIT(do_modify_stack_chk_guard(), testing::KilledBySignal(SIGABRT), ""); in TEST()
Datexit_test.cpp94 ASSERT_EXIT(atexit_main(), testing::ExitedWithCode(0), "123456"); in TEST()
Dstdlib_test.cpp161 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
162 ASSERT_EXIT(TestBug57421_main(), ::testing::ExitedWithCode(0), ""); in TEST()
Ddlfcn_test.cpp28 ASSERT_PRED_FORMAT2(::testing::IsSubstring, needle, haystack)
Ddlext_test.cpp54 class DlExtTest : public ::testing::Test {
Dsystem_properties_test.cpp403 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
Dpthread_test.cpp274 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
275 ASSERT_EXIT(TestBug37410::main(), ::testing::ExitedWithCode(0), ""); in TEST()
/bionic/benchmarks/
Dbenchmark.h21 namespace testing {
60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
61 (new ::testing::Benchmark(#f, f))
Dbenchmark_main.cpp32 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap;
58 namespace testing { namespace
205 ::testing::Benchmark* b = it->second; in main()
/bionic/linker/tests/
Dlinker_allocator_test.cpp127 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/
DNOTICE82 The argument reduction and testing for exceptional cases was