Skip to content

Commit 9ff6e69

Browse files
Merge pull request #432 from thk123/tests/intervals-failing
Mark the two failing bugs in regressions/goto-analyzer as KNOWNBUG
2 parents 9eeeb86 + 37071e3 commit 9ff6e69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

regression/Makefile

+1-1
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

+1-1
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

+1-1
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)