Skip to content

Commit ea8d1cf

Browse files
authored
Merge pull request #3616 from tautschnig/vs-move-tests
Move regression tests of the C front-end to a suitable folder [blocks: #2310, #3627]
2 parents 99659b3 + 25de48d commit ea8d1cf

File tree

19 files changed

+52
-37
lines changed

19 files changed

+52
-37
lines changed

regression/cbmc/builtin_is/test.desc

Lines changed: 0 additions & 7 deletions
This file was deleted.

regression/cbmc/builtin_va_copy_lvalue/test.desc

Lines changed: 0 additions & 7 deletions
This file was deleted.

regression/cbmc/builtin_va_end_lvalue/test.desc

Lines changed: 0 additions & 7 deletions
This file was deleted.

regression/cbmc/builtin_va_start_lvalue/test.desc

Lines changed: 0 additions & 7 deletions
This file was deleted.

regression/cbmc/builtin_va_start_two/test.desc

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
main.c
3+
4+
^EXIT=1$
5+
^SIGNAL=0$
6+
expected to have two float/double arguments
7+
--
8+
--
9+
The C front-end should catch the problem during type checking, and not leave it
10+
to goto-program conversion to detect the problem.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
main.c
3+
4+
^EXIT=1$
5+
^SIGNAL=0$
6+
argument expected to be lvalue
7+
--
8+
--
9+
The C front-end should catch the problem during type checking, and not leave it
10+
to goto-program conversion to detect the problem.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.c
33

4-
^EXIT=6$
4+
^EXIT=1$
55
^SIGNAL=0$
66
wrong number of function arguments
77
--
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
main.c
3+
4+
^EXIT=1$
5+
^SIGNAL=0$
6+
argument expected to be lvalue
7+
--
8+
--
9+
The C front-end should catch the problem during type checking, and not leave it
10+
to goto-program conversion to detect the problem.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.c
33

4-
^EXIT=6$
4+
^EXIT=1$
55
^SIGNAL=0$
66
wrong number of function arguments
77
--
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
main.c
3+
4+
^EXIT=1$
5+
^SIGNAL=0$
6+
argument expected to be lvalue
7+
--
8+
--
9+
The C front-end should catch the problem during type checking, and not leave it
10+
to goto-program conversion to detect the problem.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
main.c
3+
4+
^EXIT=1$
5+
^SIGNAL=0$
6+
expected to have two arguments
7+
--
8+
--
9+
The C front-end should catch the problem during type checking, and not leave it
10+
to goto-program conversion to detect the problem.

0 commit comments

Comments
 (0)