blob: d8859d54462cf4d78ebf258e238102f5bfbf8c1f (
plain)
1
2
3
4
5
6
7
8
9
|
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/arm/scratch/alisai01/m5/src/python/m5/main.py", line 359, in main
exec filecode in scope
File "tests/run.py", line 78, in <module>
execfile(joinpath(tests_root, category, name, 'test.py'))
File "tests/quick/30.eio-mp/test.py", line 29, in <module>
process = EioProcess(file = binpath('anagram', 'anagram-vshort.eio.gz'))
NameError: name 'EioProcess' is not defined
|