Searched refs:run_test (Results 1 - 25 of 25) sorted by relevance

/gem5/tests/configs/
H A Dlearning-gem5-p1-simple.py35 def run_test(root): function
H A Dlearning-gem5-p1-two-level.py35 def run_test(root): function
H A Drealview-switcheroo-noncaching-timing.py48 run_test = switcheroo.run_test variable
H A Drealview-switcheroo-atomic.py49 run_test = switcheroo.run_test variable
H A Drealview64-switcheroo-atomic.py50 run_test = switcheroo.run_test variable
H A Drealview-simple-atomic-checkpoint.py46 run_test = checkpoint.run_test variable
H A Drealview64-simple-atomic-checkpoint.py49 run_test = functools.partial(checkpoint.run_test, interval=1.0) variable
H A Dpc-switcheroo-full.py51 run_test = switcheroo.run_test variable
H A Drealview-switcheroo-full.py49 run_test = switcheroo.run_test variable
H A Drealview-switcheroo-o3.py49 run_test = switcheroo.run_test variable
H A Drealview-switcheroo-timing.py49 run_test = switcheroo.run_test variable
H A Drealview64-switcheroo-full.py50 run_test = switcheroo.run_test variable
H A Drealview64-switcheroo-timing.py50 run_test = switcheroo.run_test variable
H A Drealview64-switcheroo-o3.py50 run_test = switcheroo.run_test variable
H A Dtsunami-switcheroo-full.py49 run_test = switcheroo.run_test variable
H A Ddram-lowp.py50 def run_test(root): function
H A Dmemcheck.py54 def run_test(root): function
H A Dcheckpoint.py88 def run_test(root, interval=0.5, max_checkpoints=5): function
H A Dswitcheroo.py76 def run_test(root, switcher=None, freq=1000, verbose=False): function
H A Dgpu-ruby.py70 def run_test(root): function
71 """gpu test requires a specialized run_test implementation to set up the
/gem5/tests/gem5/fs/linux/arm/
H A Drun.py51 def run_test(root): function
52 """Default run_test implementations. Scripts can override it."""
84 run_test(root)
/gem5/tests/legacy-configs/
H A Drun.py54 def run_test(root): function
55 """Default run_test implementations. Scripts can override it."""
121 run_test(root)
/gem5/ext/mcpat/regression/
H A Dregression.py64 def run_test(testdir): function
216 run_test(rootdir)
228 run_test(testdir)
234 run_test(testdir)
/gem5/tests/
H A Drun.py140 def run_test(root): function
141 """Default run_test implementations. Scripts can override it."""
253 run_test(root)
/gem5/src/systemc/tests/
H A Dverify.py161 def run_test(test): function in function:RunPhase.run
188 map(run_test, runnable)
191 map(lambda t: tp.apply_async(run_test, (t,)), runnable)

Completed in 22 milliseconds