working.filt (12906:10f43657f384) working.filt (12910:76b4a4e55a37)
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"),

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

18 "systemc/kernel/sc_object_manager/test01",
19 "systemc/kernel/sc_name_gen/test1",
20
21 # Uses sc_elab_and_sim.
22 "systemc/kernel/sc_main_main",
23
24 # Tests the deprecated sc_string type which we aren't supporting.
25 "systemc/bugs/sc_string_bracket_assign",
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"),

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

18 "systemc/kernel/sc_object_manager/test01",
19 "systemc/kernel/sc_name_gen/test1",
20
21 # Uses sc_elab_and_sim.
22 "systemc/kernel/sc_main_main",
23
24 # Tests the deprecated sc_string type which we aren't supporting.
25 "systemc/bugs/sc_string_bracket_assign",
26 "systemc/misc/stars/star124010",
26
27 # This test declares a constructor it never defines, so it's not clear how
28 # it would ever work?
29 "systemc/misc/stars/star104726",
30),
31
32])
27
28 # This test declares a constructor it never defines, so it's not clear how
29 # it would ever work?
30 "systemc/misc/stars/star104726",
31),
32
33])