Deleted Added
sdiff udiff text old ( 13050:7a026b534292 ) new ( 13266:98fa4585d1c0 )
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"),

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

40 "systemc/datatypes/fx/fast_constructors",
41 "systemc/datatypes/fx/constructors",
42
43 # These tests uses sensitive_neg and sensitive_pos and overloads which are
44 # deprecated and not worth supporting. The non-deprecated version,
45 # sensitive, is exercised elsewhere.
46 "systemc/kernel/sc_sensitive/test02",
47 "systemc/kernel/sc_sensitive/test03",
48),
49
50])