Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 3 of 3) sorted by relevance

/system/testing/gtest_extras/tests/
DOptionsTest.cpp98 EXPECT_FALSE(options.stop_on_error()); in TEST_F()
632 TEST_F(OptionsTest, stop_on_error) { in TEST_F() argument
636 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
642 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
649 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
686 EXPECT_FALSE(options.stop_on_error()); in TEST_F()
931 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
940 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
950 EXPECT_TRUE(options.stop_on_error()); in TEST_F()
/system/testing/gtest_extras/
DOptions.h39 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
DIsolate.cpp811 if (options_.stop_on_error() && options_.num_iterations() > 1) { in Run()