Home
last modified time | relevance | path

Searched refs:Passed (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc233 EXPECT_TRUE(unit_test->Passed()); in TearDown()
246 EXPECT_TRUE(test_suites[0]->Passed()); in TearDown()
265 EXPECT_TRUE(test_suites[2]->Passed()); in TearDown()
279 EXPECT_TRUE(tests[1]->result()->Passed()); in TearDown()
287 EXPECT_TRUE(tests[2]->result()->Passed()); in TearDown()
295 EXPECT_TRUE(tests[3]->result()->Passed()); in TearDown()
311 EXPECT_TRUE(tests[0]->result()->Passed()); in TearDown()
H A Dgoogletest-test-part-test.cc132 TEST_F(TestPartResultTest, Passed) { in TEST_F() argument
H A Dgoogletest-death-test-test.cc981 bool Passed(bool exit_status_ok) override { in Passed() function in __anon8e9e0cc60111::MockDeathTest
H A Dgtest_unittest.cc1478 TEST_F(TestResultTest, Passed) { in TEST_F() argument
1479 ASSERT_TRUE(r0->Passed()); in TEST_F()
1480 ASSERT_TRUE(r1->Passed()); in TEST_F()
1481 ASSERT_FALSE(r2->Passed()); in TEST_F()
/freebsd/contrib/kyua/integration/
H A Dcmd_report_test.sh180 ===> Passed tests
293 ===> Passed tests
313 ===> Passed tests
334 ===> Passed tests
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h581 bool Passed() const { return !Failed(); } in Passed() function
1160 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); in OnTestProgramEnd()
1174 SendLn("event=TestIterationEnd&passed=" + FormatBool(unit_test.Passed()) + in OnTestIterationEnd()
1188 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_suite.Passed()) + in OnTestSuiteEnd()
1199 FormatBool((test_info.result())->Passed()) + "&elapsed_time=" + in OnTestEnd()
H A Dgtest-death-test.cc421 bool Passed(bool status_ok) override;
576 bool DeathTestImpl::Passed(bool status_ok) { in Passed() function in testing::internal::DeathTestImpl
H A Dgtest.cc452 return test_suite->should_run() && test_suite->Passed(); in TestSuitePassed()
3542 if (test_info.result()->Passed()) { in OnTestEnd()
3686 if (!unit_test.Passed()) { in OnTestIterationEnd()
3693 if (unit_test.Passed()) { in OnTestIterationEnd()
3798 if (unit_test.Passed()) { in OnTestIterationEnd()
5349 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest
6091 if (!Passed()) { in RunAllTests()
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h68 Passed, enumerator
84 case Type::Passed: in typeToStr()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h153 virtual bool Passed(bool exit_status_ok) = 0;
235 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/freebsd/sbin/newfs/
H A DMakefile17 echo All Tests Passed
/freebsd/contrib/expat/tests/
H A Dxmltest.log.expected9 Passed: 1801
/freebsd/contrib/googletest/googletest/samples/
H A Dsample9_unittest.cc54 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED"); in OnTestProgramEnd()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h415 bool Passed() const { return !Skipped() && !Failed(); } in Passed() function
731 bool Passed() const { return !Failed(); } in Passed() function
808 return test_info->should_run() && test_info->result()->Passed(); in TestPassed()
1209 bool Passed() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp32 return remarks::Type::Passed; in toRemarkType()
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp43 if (io.mapTag("!Passed", (Remark->RemarkType == Type::Passed))) in mapping()
H A DYAMLRemarkParser.cpp248 .Case("!Passed", remarks::Type::Passed) in parseType()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md750 ##### Passed {#TestSuite::Passed}
752 `bool TestSuite::Passed() const`
1011 ##### Passed {#UnitTest::Passed}
1013 `bool UnitTest::Passed() const`
1321 ##### Passed {#TestResult::Passed}
1323 `bool TestResult::Passed() const`
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md92 and calls diverse other components as shown in the Passed to column in
99 | Type | Name | Passed to | ACK eliciting | I | H |…
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp67 clEnumValN(Type::Passed, "passed", "PASSED"),
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md142 1/1 Test #1: HelloTest.BasicAssertions ........ Passed 0.00 sec
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m255 * Passed the timebase value on the BSP as of shortly before the call.
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod241 printf("Passed in message is: %s\n", msg);
349 Passed in message is: Hello world!
/freebsd/share/mk/
H A Dbsd.README188 LDFLAGS Additional linker flags. Passed to the linker via CC,
/freebsd/contrib/tzdata/
H A Dnorthamerica774 # The following is from "Laws of the Territory of Hawaii Passed by the
3126 # Ordinances of British Honduras Passed in the Year 1927, p 19-20
3130 # Ordinances of British Honduras Passed in the Year 1942, p 31-32
3134 # Ordinances of British Honduras Passed in the Year 1945, p 49-50
3138 # Ordinances of British Honduras Passed in the Year 1947, p 1-2

12