diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-24 12:14:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-24 12:14:03 +0000 |
commit | 795405f956cb65486432c66c2542d5b648ba9289 (patch) | |
tree | cbfe2dd5c1d2fd5262b869f03387ad80dac3d179 /sysdeps/s390 | |
parent | 80bad0ccaedf2d072435f4f6f0091141ff4bf33a (diff) | |
download | glibc-795405f956cb65486432c66c2542d5b648ba9289.tar glibc-795405f956cb65486432c66c2542d5b648ba9289.tar.gz glibc-795405f956cb65486432c66c2542d5b648ba9289.tar.bz2 glibc-795405f956cb65486432c66c2542d5b648ba9289.zip |
Don't include exceptions in libm-test-ulps test names.
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/fpu/libm-test-ulps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps index 9dace19c17..5667d1b57c 100644 --- a/sysdeps/s390/fpu/libm-test-ulps +++ b/sysdeps/s390/fpu/libm-test-ulps @@ -612,10 +612,10 @@ ifloat: 1 Test "Imaginary part of: cexp (0.75 + 1.25 i) == 0.667537446429131586942201977015932112 + 2.00900045494094876258347228145863909 i": ildouble: 1 ldouble: 1 -Test "Imaginary part of: cexp (1440 + 0x1p-1074 i) == inf + 1.196295853897226111293303155636183216483e302 i plus overflow exception": +Test "Imaginary part of: cexp (1440 + 0x1p-1074 i) == inf + 1.196295853897226111293303155636183216483e302 i": double: 1 idouble: 1 -Test "Imaginary part of: cexp (22730 + 0x1p-16434 i) == inf + 2.435706297811211974162115164702304105374e4924 i plus overflow exception": +Test "Imaginary part of: cexp (22730 + 0x1p-16434 i) == inf + 2.435706297811211974162115164702304105374e4924 i": ildouble: 1 ldouble: 1 Test "Real part of: cexp (50 + 0x1p127 i) == 4.053997150228616856622417636046265337193e21 + 3.232070315463388524466674772633810238819e21 i": |