Searched defs:verifiers (Results 1 - 10 of 10) sorted by relevance
/gem5/tests/gem5/memory/ |
H A D | test.py | 37 verifiers=(), # No need for verfiers this will return non-zero on fail variable 57 verifiers=(), # No need for verfiers this will return non-zero on fail variable 65 verifiers=(), # No need for verfiers this will return non-zero on fail variable
|
/gem5/tests/gem5/learning_gem5/ |
H A D | part1_test.py | 35 verifiers = (), variable 43 verifiers = (), variable
|
H A D | part2_test.py | 37 verifiers = (get_verifier('simple'),), variable 45 verifiers =(get_verifier('hello_goodbye'),), variable 53 verifiers =(verifier.MatchStdoutNoPerf(joinpath(ref_path, 'hello')),), variable 61 verifiers =(verifier.MatchStdoutNoPerf(joinpath(ref_path, 'hello')),), variable
|
H A D | part3_test.py | 40 verifiers = (verifier.MatchStdoutNoPerf(joinpath(ref_path, 'threads')),), variable 49 verifiers = (verifier.MatchStdout(joinpath(ref_path, 'test')),), variable
|
/gem5/util/ |
H A D | git-pre-commit.py | 84 verifiers = [ v(ui, opts, base=repo_base) for v in all_verifiers ] variable
|
H A D | style.py | 144 verifiers=verifiers, variable 129 if args.checker else None variable [all...] |
/gem5/tests/gem5/fs/linux/arm/ |
H A D | test.py | 94 verifiers=(), # Add basic stat verifiers variable 106 verifiers=(), # TODO: Add basic stat verifiers variable
|
/gem5/tests/gem5/m5_util/ |
H A D | test_exit.py | 49 verifiers=[a], variable
|
/gem5/tests/gem5/hello_se/ |
H A D | test_hello_se.py | 50 verifiers = ( variable 57 verifiers=verifiers, variable
|
/gem5/tests/gem5/cpu_tests/ |
H A D | test.py | 51 verifiers = ( variable 62 verifiers=verifiers, variable
|
Completed in 9 milliseconds