diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-04 16:45:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-04 16:45:15 +0000 |
commit | b7dab1e4d7265fc75a9890cbce897be3f8e4f044 (patch) | |
tree | 87933456a37cc1c76638744851f0bf35d3d8f247 /math/README.libm-test | |
parent | a7548d41a7459ff85a751ae84b4bd77631833473 (diff) | |
download | glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.tar.gz glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.tar.xz glibc-b7dab1e4d7265fc75a9890cbce897be3f8e4f044.zip |
Remove unused libm-test expected-failure mechanism.
Diffstat (limited to 'math/README.libm-test')
-rw-r--r-- | math/README.libm-test | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/README.libm-test b/math/README.libm-test index 7003e5dc4d..cea0392070 100644 --- a/math/README.libm-test +++ b/math/README.libm-test @@ -78,12 +78,7 @@ Function "yn": idouble: 6.0000 The keywords are float, ifloat, double, idouble, ldouble and ildouble -(the prefix i stands for inline). You can also specify known -failures, e.g.: - -Test "cos (pi/2) == 0": -float: 1 -float: fail +(the prefix i stands for inline). Adding tests to libm-test.inc ============================= |