Searched defs:test_info (Results 1 – 11 of 11) sorted by relevance
/netbsd/external/ibm-public/postfix/dist/src/util/ |
H A D | split_qnameval.c | 126 struct test_info { in main() struct 127 const char *input; in main() 128 const char *expect_result; in main() 129 const char *expect_key; in main() 130 const char *expect_value; in main() 132 static const struct test_info test_info[] = { in main() local
|
/netbsd/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | driver.c | 27 typedef struct test_info { struct 28 const char *test_case_name; 29 int (*test_fn) (void); 30 int (*param_test_fn)(int idx); 31 int num; 34 int subtest:1;
|
H A D | tests.c | 110 void test_info(const char *file, int line, const char *desc, ...) in test_info() function
|
/netbsd/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | driver.c | 30 typedef struct test_info { struct 31 const char *test_case_name; 32 int (*test_fn) (void); 33 int (*param_test_fn)(int idx); 34 int num; 37 int subtest:1;
|
H A D | tests.c | 110 void test_info(const char *file, int line, const char *desc, ...) in test_info() function
|
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest.h | 797 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 960 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 965 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() 970 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 976 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 981 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 986 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 991 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 675 TestInfo* test_info) { in AddTestInfo() 1170 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 1174 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
|
H A D | gtest.cc | 2586 TestInfo* const test_info = in MakeAndRegisterTestInfo() local 2789 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo() 3083 static void PrintFullTestCommentIfPresent(const TestInfo& test_info) { in PrintFullTestCommentIfPresent() 3212 void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { in OnTestStart() 3236 void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { in OnTestEnd() 3301 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintFailedTests() local 3326 const TestInfo& test_info = *test_suite.GetTestInfo(j); in PrintSkippedTests() local 3784 const TestInfo& test_info) { in OutputXmlTestInfo() 4163 const TestInfo& test_info) { in OutputJsonTestInfo() 5509 TestInfo* const test_info = test_suite->test_info_list()[j]; in FilterTests() local [all …]
|
/netbsd/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 875 def find_arg_in_test(test_info, get_arg_to_check, arg_string, is_global): argument 898 def dump_input_lines(output_lines, test_info, prefix_set, comment_string): argument
|
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 791 const TestInfo* const test_info = in RegisterUseByOnCallOrExpectCall() local
|
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 532 std::shared_ptr<TestInfo> test_info = *test_it; in RegisterTests() local
|