Home
last modified time | relevance | path

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

/bionic/tests/
Dfortify_test.cpp43 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
47 testing::KilledBySignal(SIGABRT), ""); in TEST()
55 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
60 testing::KilledBySignal(SIGABRT), ""); in TEST()
68 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
71 testing::KilledBySignal(SIGABRT), ""); in TEST()
90 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
91 ASSERT_EXIT(vsprintf_helper2("%s", "0123456789"), testing::KilledBySignal(SIGABRT), ""); in TEST()
95 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
96 ASSERT_EXIT(vsprintf_helper2("0123456789"), testing::KilledBySignal(SIGABRT), ""); in TEST()
[all …]
Dstack_unwinding_test.cpp32 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
33 ASSERT_EXIT(do_test(), ::testing::ExitedWithCode(42), ""); in TEST()
Dbenchmark.h21 namespace testing {
60 static ::testing::Benchmark* _benchmark_##f __attribute__((unused)) = \
61 (new ::testing::Benchmark(#f, f))
Dstack_protector_test.cpp121 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
122 ASSERT_EXIT(do_modify_stack_chk_guard(), testing::KilledBySignal(SIGABRT), ""); in TEST()
Dbenchmark_main.cpp30 typedef std::map<std::string, ::testing::Benchmark*> BenchmarkMap;
55 namespace testing { namespace
197 ::testing::Benchmark* b = it->second; in main()
Dpthread_test.cpp163 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
164 ASSERT_EXIT(TestBug37410(), ::testing::ExitedWithCode(0), ""); in TEST()
Ddlfcn_test.cpp28 ASSERT_PRED_FORMAT2(::testing::IsSubstring, needle, haystack)
Dsystem_properties_test.cpp360 ::testing::FLAGS_gtest_death_test_style = "threadsafe"; in TEST()
/bionic/libm/
DNOTICE57 The argument reduction and testing for exceptional cases was