Skip to content

Commit b4ae916

Browse files
Enabled test cases in goto-instrument after fixes in the full-slice
Enabled test cases slice01, slice13, and slice16 in the goto-instrument regression suite after fixes related to commits 27227cc and 211cb90.
1 parent 29af567 commit b4ae916

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

regression/goto-instrument/slice01/test.desc

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

+2
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
}
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
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)