working.filt (13266:98fa4585d1c0) working.filt (13326:fc7933f477ae)
1not any([
2
3# The sc_elab_and_sim mechanism is purposefully not supported.
4name == "sc_elab_and_sim",
5
6# The wif trace format is deprecated, and probably would take a non-trivial
7# amount of work to support.
8path.startswith("systemc/tracing/wif_trace"),

--- 37 unchanged lines hidden (view full) ---

46 "systemc/kernel/sc_sensitive/test02",
47 "systemc/kernel/sc_sensitive/test03",
48
49 # This test relies on being able to set the time resolution even after it's
50 # been fixed by telling systemc to ignore the error message. gem5 has no
51 # facility to ignore the error it raises for the same reason, and it
52 # wouldn't make sense to add one.
53 "systemc/kernel/sc_time/test19",
1not any([
2
3# The sc_elab_and_sim mechanism is purposefully not supported.
4name == "sc_elab_and_sim",
5
6# The wif trace format is deprecated, and probably would take a non-trivial
7# amount of work to support.
8path.startswith("systemc/tracing/wif_trace"),

--- 37 unchanged lines hidden (view full) ---

46 "systemc/kernel/sc_sensitive/test02",
47 "systemc/kernel/sc_sensitive/test03",
48
49 # This test relies on being able to set the time resolution even after it's
50 # been fixed by telling systemc to ignore the error message. gem5 has no
51 # facility to ignore the error it raises for the same reason, and it
52 # wouldn't make sense to add one.
53 "systemc/kernel/sc_time/test19",
54
55 # This test is for a mechanism to change to a non-standard signal write
56 # checking behavior using an environment variable which we don't intent to
57 # support at this time.
58 "systemc/communication/sc_signal/check_writer/test16",
54),
55
56])
59),
60
61])