tests: Removed SPARC Insttests from .testignore
[gem5.git] / tests / gem5 / insttest_se / test.py
index 878d978b920c166eff21ef4458e3ae20bdadeeb9..4009d69f05947aabf19e84bcd64c6be679912910 100644 (file)
@@ -34,10 +34,11 @@ from testlib import *
 test_progs = {
     'sparc': ('insttest',)
 }
-#o3-timing  simple-atomic  simple-timing
+
 cpu_types = {
     'sparc' : ('AtomicSimpleCPU', 'TimingSimpleCPU')
 }
+
 supported_os = {
     'sparc' : ('linux',)
 }