Searched refs:suite (Results 1 – 7 of 7) sorted by relevance
/hafnium-2.8-rc0/test/inc/test/ |
A D | hftest.h | 23 #define SET_UP(suite) HFTEST_SET_UP(suite) argument 28 #define TEAR_DOWN(suite) HFTEST_TEAR_DOWN(suite) argument 33 #define TEST(suite, test) HFTEST_TEST(suite, test, false) argument 38 #define TEST_LONG_RUNNING(suite, test) HFTEST_TEST(suite, test, true) argument
|
A D | hftest_impl.h | 38 HFTEST_STR(.hftest.suite.suite_name .1set_up) 40 HFTEST_STR(.hftest.suite.suite_name .1tear_down) 42 HFTEST_STR(.hftest.suite.suite_name .2test.test_name) 71 .suite = #suite_name, \ 87 .suite = #suite_name, \ 103 .suite = #suite_name, \ 159 const char *suite; member
|
/hafnium-2.8-rc0/test/hftest/ |
A D | common.c | 68 const char *suite = NULL; in hftest_json() local 77 if (test->suite != suite) { in hftest_json() 85 suite = test->suite; in hftest_json() 88 HFTEST_LOG(" \"name\": \"%s\",", test->suite); in hftest_json() 177 if (memiter_iseq(&suite_name, test->suite)) { in hftest_run()
|
A D | hftest.py | 760 def get_log_name(self, suite, test): argument 768 log_name += suite["name"] + "." + test["name"] 772 def run_test(self, suite, test, suite_xml): argument 781 test_xml.set("classname", suite["name"]) 791 log_name = self.get_log_name(suite, test) 818 def run_suite(self, suite, xml): argument 822 if not self.suite_re.match(suite["name"]): 825 print(" SUITE", suite["name"]) 827 suite_xml.set("name", suite["name"]) 841 suite["tests"], [all …]
|
/hafnium-2.8-rc0/docs/ |
A D | Testing.md | 73 Test declarations name the test and the suite that the test is part of. 77 descriptors from the same suite are grouped together for easier parsing.
|
A D | ChangeLog.md | 268 Hafnium CI test suite.
|
/hafnium-2.8-rc0/build/image/ |
A D | image.ld | 81 * means they are stored sorted by the name of the test suite and then
|
Completed in 10 milliseconds