Searched refs:ASSERT_FALSE (Results 1 - 14 of 14) sorted by relevance

/gem5/src/base/
H A Dinifile.test.cc106 ASSERT_FALSE(ret);
109 ASSERT_FALSE(ret);
H A Dcircular_queue.test.cc208 ASSERT_FALSE(it_1 == it_2);
209 ASSERT_FALSE(it_1 > it_2);
210 ASSERT_FALSE(it_1 >= it_2);
H A Dfiber.test.cc67 ASSERT_FALSE(fiber.started());
H A Dsat_counter.test.cc91 ASSERT_FALSE(counter.isSaturated());
108 ASSERT_FALSE(counter.isSaturated());
H A Dcoroutine.test.cc62 ASSERT_FALSE(coro.started());
H A Daddr_range.test.cc105 ASSERT_FALSE(range[(i + j) % intlvSize].contains(addr));
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc719 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(NULL)),
722 ASSERT_FALSE(ValidateRegex("a\\")),
724 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("a\\")),
726 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("\\n\\")),
728 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("\\s\\hb")),
730 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^^")),
732 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(".*^b")),
734 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("$$")),
736 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^$a")),
738 EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRege
[all...]
H A Dgtest_stress_test.cc99 ASSERT_FALSE(false) << "This shouldn't fail.";
H A Dgtest-param-test_test.cc134 ASSERT_FALSE(it == generator.end())
156 ASSERT_FALSE(it == generator.end())
294 ASSERT_FALSE(it == gen.end());
297 ASSERT_FALSE(++it == gen.end());
327 ASSERT_FALSE(it == gen.end());
330 ASSERT_FALSE(++it == gen.end());
H A Dgtest_unittest.cc1417 ASSERT_FALSE(r2->Passed());
1422 ASSERT_FALSE(r0->Failed());
1423 ASSERT_FALSE(r1->Failed());
2143 // EXPECT/ASSERT_FALSE handles such functions correctly.
3635 // Tests ASSERT_FALSE.
3636 TEST(AssertionTest, ASSERT_FALSE) {
3637 ASSERT_FALSE(2 < 1); // NOLINT
3638 EXPECT_FATAL_FAILURE(ASSERT_FALSE(2 > 1),
3644 // Tests ASSERT_FALSE(predicate) for predicates returning AssertionResult.
3646 ASSERT_FALSE(ResultIsEve
[all...]
H A Dgtest_output_test_.cc148 ASSERT_FALSE(HasFatalFailure()); // This should succeed.
H A Dgtest-death-test_test.cc480 ASSERT_FALSE(pthread_flag);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2308 ASSERT_FALSE(result);
2346 ASSERT_FALSE(result);
2478 ASSERT_FALSE(result);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
290 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
1868 #define ASSERT_FALSE(condition) \ macro

Completed in 61 milliseconds