Skip to content

Commit 37071e3

Browse files
author
thk123
committed
Mark the two failing bugs as KNOWNBUG
The two tests that fail appear to be real bugs as the conditions appear to be sufficient to conclude the assertion. I also added this folder to the regressions that get run since excluding these two the remainder pass.
1 parent e5bf74b commit 37071e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

regression/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DIRS = ansi-c cbmc cpp goto-instrument goto-instrument-unwind
1+
DIRS = ansi-c cbmc cpp goto-instrument goto-instrument-unwind goto-analyzer
22

33
test:
44
$(foreach var,$(DIRS), $(MAKE) -C $(var) test || exit 1;)

regression/goto-analyzer/intervals2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
intervals2.c
33
--intervals
44
^EXIT=0$

regression/goto-analyzer/intervals4/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
KNOWNBUG
22
intervals4.c
33
--intervals
44
^EXIT=0$

0 commit comments

Comments
 (0)