Deleted Added
sdiff udiff text old ( 12935:2dc521e3e4f9 ) new ( 12936:d45fc11ddb86 )
full compact
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"),

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

28
29 # Tests the deprecated sc_string type which we aren't supporting.
30 "systemc/bugs/sc_string_bracket_assign",
31 "systemc/misc/stars/star124010",
32
33 # This test declares a constructor it never defines, so it's not clear how
34 # it would ever work?
35 "systemc/misc/stars/star104726",
36),
37
38])