Searched refs:ASSERT_NE (Results 1 - 7 of 7) sorted by relevance

/gem5/src/base/
H A Daddr_range_map.test.cc54 ASSERT_NE(i, r.end());
57 ASSERT_NE(i, r.end());
67 ASSERT_NE(i, r.end());
H A Dfiber.test.cc109 ASSERT_NE(expectedIt, expected.end());
H A Dcoroutine.test.cc248 ASSERT_NE(result, wrong);
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc1163 ASSERT_NE(INVALID_HANDLE_VALUE, handle);
1177 ASSERT_NE(INVALID_HANDLE_VALUE, handle);
H A Dgtest_unittest.cc3218 ASSERT_NE(a_++, b_++);
3268 // Tests that when ASSERT_NE fails, it evaluates its arguments exactly
3720 // Tests ASSERT_NE.
3721 TEST(AssertionTest, ASSERT_NE) {
3722 ASSERT_NE(6, 7);
3723 EXPECT_FATAL_FAILURE(ASSERT_NE('a', 'a'),
3943 ASSERT_NE(kCaseA, kCaseB);
4256 ASSERT_NE(1, 2) << "This should succeed.";
4975 EXPECT_FATAL_FAILURE(ASSERT_NE(UnprintableChar('x'), UnprintableChar('x')),
H A Dgtest-printers_test.cc861 ASSERT_NE(isdigit(static_cast<unsigned char>(result[i])), 0);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1960 # define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2) macro

Completed in 27 milliseconds