Lines Matching defs:tests
45 global test_num, tests, NAME_MAX
47 if test_num > tests:
48 raise ValueError("more binfmt_script tests than expected! (want %d, expected %d)"
49 % (test_num, tests))
104 tests=27
106 print("1..%d" % (tests))
108 ### FAIL (8 tests)
131 ### ok (19 tests)
169 if test_num != tests:
170 raise ValueError("fewer binfmt_script tests than expected! (ran %d, expected %d"
171 % (test_num, tests))