diff options
author | Gabe Black <gabeblack@google.com> | 2018-12-12 15:47:07 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-01-09 01:36:48 +0000 |
commit | 7a58945b6603dbe4f891fffea17754cbd9654eef (patch) | |
tree | 2f5be9ca8b58da7f99395093797e3cba353ee19b | |
parent | 96ce18b82815b7996d2d9f39cf4ba567b153aba5 (diff) | |
download | gem5-7a58945b6603dbe4f891fffea17754cbd9654eef.tar.xz |
systemc: Exclude some failing systemc TLM tests in working.filt.
These are known to fail and are undiagnosed, and so are not "working"
and shouldn't be in included when using the working.filt filter file.
Change-Id: I46e9f880bd4095085e4217ac6bec950cb2af9536
Reviewed-on: https://gem5-review.googlesource.com/c/15066
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
-rw-r--r-- | src/systemc/tests/working.filt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index 49ab3aaab..999a3da68 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -15,6 +15,10 @@ path.startswith("systemc/kernel/phase_callbacks/"), path in ( + # Fails with undiagnosed output differences. + "tlm/bus", + "tlm/bus_dmi", + # Uses sc_elab_and_sim. "systemc/kernel/sc_main_main", |