diff options
author | Gabe Black <gabeblack@google.com> | 2018-10-07 01:01:30 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-10-16 01:09:38 +0000 |
commit | 6f261e67cc4f14574bead592bdb61b545d1438b6 (patch) | |
tree | 937a7c361dbb7a52213fba50aa327973bf5e5d6c /src/systemc | |
parent | 4e951d414e1ffc8e17aa4935b2a6421f4fbc1e22 (diff) | |
download | gem5-6f261e67cc4f14574bead592bdb61b545d1438b6.tar.xz |
systemc: Mark a test as expected to fail.
This test expects to exit with an error.
Change-Id: Id0b1ae4967ad0b8a356c7a04ed5fe9eb2f3c6641
Reviewed-on: https://gem5-review.googlesource.com/c/13324
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc')
-rw-r--r-- | src/systemc/tests/systemc/bugs/constructor_throw/expected_returncode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/tests/systemc/bugs/constructor_throw/expected_returncode b/src/systemc/tests/systemc/bugs/constructor_throw/expected_returncode new file mode 100644 index 000000000..d00491fd7 --- /dev/null +++ b/src/systemc/tests/systemc/bugs/constructor_throw/expected_returncode @@ -0,0 +1 @@ +1 |