Home
last modified time | relevance | path

Searched refs:should_run (Results 1 - 12 of 12) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc145 EXPECT_TRUE(test_suite->should_run()); in TEST()
156 EXPECT_FALSE(tests[0]->should_run()); in TEST()
162 EXPECT_TRUE(tests[1]->should_run()); in TEST()
168 EXPECT_TRUE(tests[2]->should_run()); in TEST()
174 EXPECT_TRUE(tests[3]->should_run()); in TEST()
184 EXPECT_TRUE(test_suite->should_run()); in TEST()
195 EXPECT_TRUE(tests[0]->should_run()); in TEST()
206 EXPECT_FALSE(test_suite->should_run()); in TEST()
216 EXPECT_FALSE(test_info->should_run()); in TEST()
241 EXPECT_TRUE(test_suites[0]->should_run());
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
H A Dmod.rs14 should_run: fn(&BindgenOptions) -> bool,
23 should_run: |options| options.$pass,
36 let require_syn = PASSES.iter().any(|pass| (pass.should_run)(options));
53 if (pass.should_run)(options) {
/third_party/gn/src/util/test/
H A Dgn_test.cc37 bool should_run; member
138 tests[i].should_run = TestMatchesFilter(tests[i].name, test_filter); in main()
139 if (tests[i].should_run) { in main()
164 if (!tests[i].should_run) in main()
/third_party/skia/tests/
H A Dskia_test.cpp133 static bool should_run(const char* testName, bool isGPUTest, bool isGraphiteTest) { in should_run() function
228 if (should_run(test.fName, test.fNeedsGpu, test.fNeedsGraphite)) { in main()
244 if (!should_run(test.fName, test.fNeedsGpu, test.fNeedsGraphite)) { in main()
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc111 bool should_run = false; in ShouldRun() local
114 should_run = true; in ShouldRun()
117 return should_run; in ShouldRun()
/third_party/skia/tools/calmbench/
H A Dab.py212 should_run = not args.noinit and not (name == args.b and args.skip_b)
214 should_run = True # always run for suspects
216 if should_run:
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h597 bool should_run() const { return should_run_; } in should_run() function in testing::TestInfo
712 bool should_run() const { return should_run_; } in should_run() function in testing::TestSuite
777 // Sets the should_run member.
816 return test_info->should_run() && test_info->result()->Passed(); in TestPassed()
821 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
826 return test_info->should_run() && test_info->result()->Failed(); in TestFailed()
847 return test_info->should_run(); in ShouldRunTest()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h589 bool should_run() const { return should_run_; } in should_run() function in testing::TestInfo
704 bool should_run() const { return should_run_; } in should_run() function in testing::TestSuite
769 // Sets the should_run member.
808 return test_info->should_run() && test_info->result()->Passed(); in TestPassed()
813 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
818 return test_info->should_run() && test_info->result()->Failed(); in TestFailed()
839 return test_info->should_run(); in ShouldRunTest()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h751 bool should_run() const { return should_run_; } in should_run() function in testing::TestInfo
862 bool should_run() const { return should_run_; } in should_run() function in testing::TestSuite
925 // Sets the should_run member.
961 return test_info->should_run() && test_info->result()->Passed(); in TestPassed()
966 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
971 return test_info->should_run() && test_info->result()->Failed(); in TestFailed()
992 return test_info->should_run(); in ShouldRunTest()
/third_party/googletest/googletest/src/
H A Dgtest.cc427 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed()
432 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed()
438 return test_suite->should_run(); in ShouldRunTestSuite()
3541 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) {
3546 if (!test_info.should_run() || !test_info.result()->Failed()) {
3566 if (!test_suite.should_run()) {
3590 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) {
3595 if (!test_info.should_run() || !test_info.result()->Skipped()) {
4235 test_info.should_run() ? "run" : "notrun");
4237 test_info.should_run()
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest.cc435 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed()
440 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed()
446 return test_suite->should_run(); in ShouldRunTestSuite()
3554 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) {
3559 if (!test_info.should_run() || !test_info.result()->Failed()) {
3579 if (!test_suite.should_run()) {
3603 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) {
3608 if (!test_info.should_run() || !test_info.result()->Skipped()) {
4255 test_info.should_run() ? "run" : "notrun");
4257 test_info.should_run()
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc369 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed()
374 return test_suite->should_run() && test_suite->Failed(); in TestSuiteFailed()
380 return test_suite->should_run(); in ShouldRunTestSuite()
3297 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests()
3302 if (!test_info.should_run() || !test_info.result()->Failed()) { in PrintFailedTests()
3322 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) { in PrintSkippedTests()
3327 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests()
3812 test_info.should_run() ? "run" : "notrun"); in OutputXmlTestInfo()
3814 test_info.should_run() in OutputXmlTestInfo()
4187 test_info.should_run() in OutputJsonTestInfo()
[all...]

Completed in 30 milliseconds