Skip to content

Commit a79ea27

Browse files
author
Daniel Kroening
authored
Merge pull request #700 from lucasccordeiro/fix-full-slice-04
Enabled test cases in goto-instrument after fixes in the full-slice
2 parents b1d0666 + b4ae916 commit a79ea27

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

regression/goto-instrument/slice01/test.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
KNOWNBUG
1+
CORE
22
main.c
3-
--unwind 2 --full-slice
3+
--unwind 2 --full-slice --add-library
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

regression/goto-instrument/slice13/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ void test (int mode, double d, float result) {
1717

1818
int main (void)
1919
{
20+
#ifdef __GNUC__
2021
// Nearer to 0x1.fffffep+127 than to 0x1.000000p+128
2122
test(FE_UPWARD, 0x1.fffffe0000001p+127, +INFINITY);
23+
#endif
2224
return 1;
2325
}
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
KNOWNBUG
1+
CORE
22
main.c
3-
--floatbv --full-slice
3+
--full-slice --add-library
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
7-
--
8-
^warning: ignoring
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
KNOWNBUG
1+
CORE
22
main.c
33
--full-slice --unwind 2
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
7-
--
8-
^warning: ignoring

0 commit comments

Comments
 (0)