Searched refs:passed (Results 1 - 9 of 9) sorted by relevance

/gem5/tests/test-progs/pthread/src/
H A Dtest_pthread_create_para.cpp101 bool passed = true; local
104 passed = false;
114 if (!passed || n_worker_threads < 1)
H A Dtest_pthread_create_seq.cpp98 bool passed = true; local
101 passed = false;
112 if (!passed || n_worker_threads < 1)
H A Dtest_pthread_mutex.cpp121 bool passed = true; local
123 passed = false;
129 if (!passed || n_worker_threads < 1)
/gem5/ext/googletest/googletest/test/
H A Dgtest-test-part_test.cc81 EXPECT_TRUE(success.passed());
90 EXPECT_FALSE(nonfatal_failure.passed());
99 EXPECT_FALSE(fatal_failure.passed());
129 // Tests TestPartResult::passed().
131 EXPECT_TRUE(r1_.passed());
132 EXPECT_FALSE(r2_.passed());
133 EXPECT_FALSE(r3_.passed());
H A Dgtest-death-test_test.cc889 int status, bool passed);
937 TestRole role, int status, bool passed) :
938 parent_(parent), role_(role), status_(status), passed_(passed) {
983 int status, bool passed) {
987 passed_ = passed;
936 MockDeathTest(MockDeathTestFactory *parent, TestRole role, int status, bool passed) argument
981 SetParameters(bool create, DeathTest::TestRole role, int status, bool passed) argument
H A Dgtest_unittest.cc112 EXPECT_EQ("event=TestProgramEnd&passed=1\n", *output());
118 EXPECT_EQ("event=TestIterationEnd&passed=1&elapsed_time=0ms\n", *output());
130 EXPECT_EQ("event=TestCaseEnd&passed=1&elapsed_time=0ms\n", *output());
142 EXPECT_EQ("event=TestEnd&passed=1&elapsed_time=0ms\n", *output());
1399 EXPECT_EQ(expected.passed(), actual.passed());
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h90 // Returns true iff the test part passed.
91 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/gem5/src/systemc/tests/
H A Dverify.py357 def passed(self, test): member in class:VerifyPhase
368 print('Passed: {passed:4} - Failed: {failed:4}'.format(
369 passed=total_passed, failed=total_failed))
373 'passed': map(lambda t: t.props, self._passed),
411 help='Don\'t print a list of tests that passed or failed')
421 self.passed(test)
484 self.passed(test)
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s41 # Note, by the way, that a pointer to a function is passed as a
154 # Switch to the stack passed in as fourth argument to the block
155 # routine (%i5) and call the helper routine passed in as the first
157 # block is passed in, so we must derefence it to get the helper's text
254 # the new stack is passed in as an argument, we don't load the EFP
301 # Call the integer blocking routine, passing the arguments passed to us
415 # how many args are being passed. So we give our best guess: 0.

Completed in 45 milliseconds