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.
This commit is contained in:
Lucas Cordeiro 2017-03-27 13:09:13 +01:00
parent 29af567cd7
commit b4ae916056
4 changed files with 7 additions and 9 deletions

View File

@ -1,6 +1,6 @@
KNOWNBUG
CORE
main.c
--unwind 2 --full-slice
--unwind 2 --full-slice --add-library
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$

View File

@ -17,7 +17,9 @@ void test (int mode, double d, float result) {
int main (void)
{
#ifdef __GNUC__
// Nearer to 0x1.fffffep+127 than to 0x1.000000p+128
test(FE_UPWARD, 0x1.fffffe0000001p+127, +INFINITY);
#endif
return 1;
}

View File

@ -1,8 +1,6 @@
KNOWNBUG
CORE
main.c
--floatbv --full-slice
--full-slice --add-library
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
--
^warning: ignoring

View File

@ -1,8 +1,6 @@
KNOWNBUG
CORE
main.c
--full-slice --unwind 2
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
--
^warning: ignoring