Searched refs:testgroups (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_main.c | 425 struct testgroup_t testgroups[] = { variable 494 tinytest_skip(testgroups, "http/connection_retry"); in main() 495 tinytest_skip(testgroups, "http/https_connection_retry"); in main() 496 tinytest_skip(testgroups, "http/read_on_write_error"); in main() 521 if (tinytest_main(argc,argv,testgroups)) in main()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_main.c | 425 struct testgroup_t testgroups[] = { variable 494 tinytest_skip(testgroups, "http/connection_retry"); in main() 495 tinytest_skip(testgroups, "http/https_connection_retry"); in main() 496 tinytest_skip(testgroups, "http/read_on_write_error"); in main() 521 if (tinytest_main(argc,argv,testgroups)) in main()
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 657 self.testgroups = {} 683 for key in sorted(self.testgroups.keys()): 684 s += '%s%s' % (self.testgroups[key].__str__(), '\n') 706 if dirname not in self.testgroups: 716 self.testgroups[dirname] = testgroup 717 self.testgroups[dirname].tests = sorted(filenames) 722 for group in list(self.testgroups.keys()): 724 del self.testgroups[group] 727 g = self.testgroups[group] 802 self.testgroups[section] = testgroup [all …]
|