]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips64: update exp file for test_math
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 13 Jan 2017 16:29:15 +0000 (16:29 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 13 Jan 2017 16:29:15 +0000 (16:29 +0000)
Leave the old exp file that covers cases in which __addtf3 and __subtf3
did not take into account rounding modes. New exp file is the same file
that already exists in mips32 folder, so we just create a symbolic link
to it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16201

none/tests/mips64/Makefile.am
none/tests/mips64/test_math.stdout.exp [changed from file to symlink]
none/tests/mips64/test_math.stdout.exp-older-gcc [new file with mode: 0644]

index baee14ad7718f8f59e0ea791479891957c35b75a..179ca981a8c862d8f5039d5b0fc8df3f0235dbad 100644 (file)
@@ -55,7 +55,8 @@ EXTRA_DIST = \
        test_block_size.vgtest \
        test_fcsr.stdout.exp test_fcsr.stderr.exp \
        test_fcsr.vgtest \
-       test_math.stdout.exp test_math.stderr.exp test_math.vgtest \
+       test_math.stdout.exp test_math.stdout.exp-older-gcc \
+       test_math.stderr.exp test_math.vgtest \
        unaligned_load.stdout.exp-BE unaligned_load.stdout.exp-LE \
        unaligned_load.stderr.exp unaligned_load.vgtest \
        unaligned_load_store.stdout.exp-LE unaligned_load_store.stdout.exp-BE \
deleted file mode 100644 (file)
index 2a0e71fd2ffa8e59667af12b5a506e7043bc1552..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,55 +0,0 @@
-fesetround(FE_UPWARD)
-lrint(1234.01): 1235
-lrintf(1234.01f): 1235
-lrintl(1234.01): 1234
-fesetround(FE_TOWARDZERO)
-lrint(1234.01): 1234
-lrintf(1234.01f): 1234
-lrintl(1234.01): 1234
-fesetround(FE_UPWARD)
-llrint(1234.01): 1235
-llrintf(1234.01f): 1235
-llrintf(1234.01f): 1234
-fesetround(FE_TOWARDZERO)
-llrint(1234.01): 1234
-llrintf(1234.01f): 1234
-llrintl(1234.01): 1234
-fesetround(FE_UPWARD)
-feclearexcept(FE_ALL_EXCEPT)
-rint(1234.0): 1234.000000
-(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
-rint(1234.01): 1235.000000
-(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 4
-feclearexcept(FE_ALL_EXCEPT)
-rintf(1234.0f): 1234.000000
-(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
-rintf(1234.01f): 1235.000000
-(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 4
-feclearexcept(FE_ALL_EXCEPT)
-rintl(1234.0): 1234.000000
-(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
-rintl(1234.01): 1234.000000
-(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
-fesetround(FE_TOWARDZERO)
-rint(1234.01): 1234.000000
-rintf(1234.01f): 1234.000000
-rintl(1234.01): 1234.000000
-fesetround(FE_UPWARD)
-feclearexcept(FE_ALL_EXCEPT)
-nearbyint(1234.0): 1234.000000
-nearbyint(1234.01): 1235.000000
-feclearexcept(FE_ALL_EXCEPT)
-nearbyintf(1234.0f): 1234.000000
-nearbyintf(1234.01f): 1235.000000
-feclearexcept(FE_ALL_EXCEPT)
-nearbyintl(1234.0f): 1234.000000
-nearbyintl(1234.01f): 1234.000000
-fesetround(FE_TOWARDZERO)
-nearbyint(1234.01): 1234.000000
-nearbyintf(1234.01f): 1234.000000
-nearbyintl(1234.01): 1234.000000
-log(M_E): 1.000000
-tgamma(5.0): 24.000000
-cbrt(27.0): 3.000000
-feclearexcept(FE_ALL_EXCEPT): 0
-raised: 32
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..dc887d9561d1d58e873d484635088c0563b04b28
--- /dev/null
@@ -0,0 +1 @@
+../mips32/test_math.stdout.exp
\ No newline at end of file
diff --git a/none/tests/mips64/test_math.stdout.exp-older-gcc b/none/tests/mips64/test_math.stdout.exp-older-gcc
new file mode 100644 (file)
index 0000000..2a0e71f
--- /dev/null
@@ -0,0 +1,55 @@
+fesetround(FE_UPWARD)
+lrint(1234.01): 1235
+lrintf(1234.01f): 1235
+lrintl(1234.01): 1234
+fesetround(FE_TOWARDZERO)
+lrint(1234.01): 1234
+lrintf(1234.01f): 1234
+lrintl(1234.01): 1234
+fesetround(FE_UPWARD)
+llrint(1234.01): 1235
+llrintf(1234.01f): 1235
+llrintf(1234.01f): 1234
+fesetround(FE_TOWARDZERO)
+llrint(1234.01): 1234
+llrintf(1234.01f): 1234
+llrintl(1234.01): 1234
+fesetround(FE_UPWARD)
+feclearexcept(FE_ALL_EXCEPT)
+rint(1234.0): 1234.000000
+(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
+rint(1234.01): 1235.000000
+(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 4
+feclearexcept(FE_ALL_EXCEPT)
+rintf(1234.0f): 1234.000000
+(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
+rintf(1234.01f): 1235.000000
+(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 4
+feclearexcept(FE_ALL_EXCEPT)
+rintl(1234.0): 1234.000000
+(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
+rintl(1234.01): 1234.000000
+(fetestexcept(FE_ALL_EXCEPT) & FE_INEXACT): 0
+fesetround(FE_TOWARDZERO)
+rint(1234.01): 1234.000000
+rintf(1234.01f): 1234.000000
+rintl(1234.01): 1234.000000
+fesetround(FE_UPWARD)
+feclearexcept(FE_ALL_EXCEPT)
+nearbyint(1234.0): 1234.000000
+nearbyint(1234.01): 1235.000000
+feclearexcept(FE_ALL_EXCEPT)
+nearbyintf(1234.0f): 1234.000000
+nearbyintf(1234.01f): 1235.000000
+feclearexcept(FE_ALL_EXCEPT)
+nearbyintl(1234.0f): 1234.000000
+nearbyintl(1234.01f): 1234.000000
+fesetround(FE_TOWARDZERO)
+nearbyint(1234.01): 1234.000000
+nearbyintf(1234.01f): 1234.000000
+nearbyintl(1234.01): 1234.000000
+log(M_E): 1.000000
+tgamma(5.0): 24.000000
+cbrt(27.0): 3.000000
+feclearexcept(FE_ALL_EXCEPT): 0
+raised: 32