HomeSort by: relevance | last modified time | path
    Searched refs:GTEST_FLAG (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_test_main.cc 19 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test_main.cc 18 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_unit_test_main.cc 22 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_main.cc 53 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_test_main.cc 20 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 160 also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests);
161 break_on_failure_ = GTEST_FLAG(break_on_failure);
162 catch_exceptions_ = GTEST_FLAG(catch_exceptions);
163 color_ = GTEST_FLAG(color);
164 death_test_style_ = GTEST_FLAG(death_test_style);
165 death_test_use_fork_ = GTEST_FLAG(death_test_use_fork);
166 filter_ = GTEST_FLAG(filter);
167 internal_run_death_test_ = GTEST_FLAG(internal_run_death_test);
168 list_tests_ = GTEST_FLAG(list_tests);
169 output_ = GTEST_FLAG(output)
    [all...]
gtest-death-test.cc 150 return !GTEST_FLAG(internal_run_death_test).empty();
154 if (GTEST_FLAG(death_test_style) == "threadsafe")
155 return !GTEST_FLAG(internal_run_death_test).empty();
1363 const bool use_fork = GTEST_FLAG(death_test_use_fork);
1494 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1495 GTEST_FLAG(death_test_style) == "fast") {
1501 if (GTEST_FLAG(death_test_style) == "threadsafe" ||
1502 GTEST_FLAG(death_test_style) == "fast") {
1508 if (GTEST_FLAG(death_test_style) == "threadsafe") {
1510 } else if (GTEST_FLAG(death_test_style) == "fast")
    [all...]
gtest.cc 438 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
449 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
529 const char* const p = GTEST_FLAG(filter).c_str();
534 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
568 if (!GTEST_FLAG(catch_exceptions))
821 static_cast<int>(GTEST_FLAG(stack_trace_depth)),
2444 // exceptions by setting GTEST_FLAG(catch_exceptions), but only before
2452 // if (GTEST_FLAG(catch_exceptions))
2991 const char* const gtest_color = GTEST_FLAG(color).c_str();
3143 if (GTEST_FLAG(repeat) != 1
    [all...]
gtest-printers.cc 428 if (GTEST_FLAG(print_utf8)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test.cc 39 testing::GTEST_FLAG(death_test_style) = "threadsafe";
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 180 // GTEST_FLAG(flag_name) - references the variable corresponding to
2162 #if !defined(GTEST_FLAG)
2163 # define GTEST_FLAG(name) FLAGS_gtest_##name
2164 #endif // !defined(GTEST_FLAG)
2174 # define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name)
2176 GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name)
2178 GTEST_API_ extern ::std::string GTEST_FLAG(name)
2182 GTEST_API_ bool GTEST_FLAG(name) = (default_val)
2184 GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val)
2186 GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val
    [all...]

Completed in 32 milliseconds