We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de4538 commit bcc3befCopy full SHA for bcc3bef
regression/cbmc/bounds_check1/test.desc
@@ -3,12 +3,12 @@ main.c
3
--bounds-check --pointer-check
4
^EXIT=10$
5
^SIGNAL=0$
6
-\[\(signed long( long)? int\)i2\]: FAILURE
7
-dest\[\(signed long( long)? int\)j2\]: FAILURE
8
-payload\[\(signed long( long)? int\)[kl]2\]: FAILURE
+\[\(.*\)i2\]: FAILURE
+dest\[\(.*\)j2\]: FAILURE
+payload\[\(.*\)[kl]2\]: FAILURE
9
\*\* 10 of 72 failed
10
--
11
^warning: ignoring
12
-\[\(signed long( long)? int\)i\]: FAILURE
13
-dest\[\(signed long( long)? int\)j\]: FAILURE
14
-payload\[\(signed long( long)? int\)[kl]\]: FAILURE
+\[\(.*\)i\]: FAILURE
+dest\[\(.*\)j\]: FAILURE
+payload\[\(.*\)[kl]\]: FAILURE
0 commit comments