diff options
Diffstat (limited to 'src/systemc/tests/working.filt')
-rw-r--r-- | src/systemc/tests/working.filt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index 4553a5521..2d3c8861c 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -45,6 +45,12 @@ path in ( # sensitive, is exercised elsewhere. "systemc/kernel/sc_sensitive/test02", "systemc/kernel/sc_sensitive/test03", + + # This test relies on being able to set the time resolution even after it's + # been fixed by telling systemc to ignore the error message. gem5 has no + # facility to ignore the error it raises for the same reason, and it + # wouldn't make sense to add one. + "systemc/kernel/sc_time/test19", ), ]) |