working.filt (12946:70c6625468c3) working.filt (12947:c2abf3dcb3a7)
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"),

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

30 "systemc/misc/gnats/pr-480",
31
32 # These tests rely on implicit FXVAL constructors based on primitive types,
33 # but enabling that makes other operator overloads ambiguous so things
34 # don't compile. It also seems dangerous to change what the headers look
35 # like between the backing implementation and the consuming application.
36 "systemc/datatypes/fx/fast_constructors",
37 "systemc/datatypes/fx/constructors",
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"),

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

30 "systemc/misc/gnats/pr-480",
31
32 # These tests rely on implicit FXVAL constructors based on primitive types,
33 # but enabling that makes other operator overloads ambiguous so things
34 # don't compile. It also seems dangerous to change what the headers look
35 # like between the backing implementation and the consuming application.
36 "systemc/datatypes/fx/fast_constructors",
37 "systemc/datatypes/fx/constructors",
38
39 # These tests uses sensitive_neg and sensitive_pos and overloads which are
40 # deprecated and not worth supporting. The non-deprecated version,
41 # sensitive, is exercised elsewhere.
42 "systemc/kernel/sc_sensitive/test02",
43 "systemc/kernel/sc_sensitive/test03",
38),
39
40])
44),
45
46])