Lines Matching refs:tests
141 # List all tests.
143 if status != 0: util.abort('Failed to list all tests')
157 # Find the AArch64 simulator tests.
158 tests = sorted([t for t in test_list.split() if 'AARCH64_SIM_' in t],
161 for test in tests:
198 # Find the AArch32 tests.
199 tests = sorted(
206 tests = filter(re.compile(args.filter).search, tests)
208 for test in tests: