Home
last modified time | relevance | path

Searched refs:subtest (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/conform/
Dconformtest.py685 for subtest in test.subtests:
686 if isinstance(subtest, CompileSubTest):
687 combined_list.append(subtest.text)
688 subtest.run_early = True
706 for subtest in test.subtests:
707 if combined_ok and subtest.run_early:
709 print('PASSCOMBINED: %s' % subtest.name)
712 subtest.run(self)
/glibc-2.36/string/
Dtst-xbzero-opt.c163 struct subtest struct
169 static const struct subtest *cur_subtest; argument
171 static const struct subtest subtests[] =
/glibc-2.36/ChangeLog.old/
DChangeLog.18589 Add subtest to check isolation of multiple loopback addresses.