projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127221f
)
Disable test; what it's testing for is wrong.
author
Dale Johannesen
<dalej@apple.com>
Wed, 23 Sep 2009 21:46:36 +0000
(21:46 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Wed, 23 Sep 2009 21:46:36 +0000
(21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82658
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2005-07-20-SqrtNoErrno.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2005-07-20-SqrtNoErrno.c
b/test/FrontendC/2005-07-20-SqrtNoErrno.c
index 3f85f7280196c36d7695ae895d23b1cdf7e63eda..3ca70b9556f86afe79a892ef9f7bd3db8e05a675 100644
(file)
--- a/
test/FrontendC/2005-07-20-SqrtNoErrno.c
+++ b/
test/FrontendC/2005-07-20-SqrtNoErrno.c
@@
-1,4
+1,7
@@
// RUN: %llvmgcc %s -S -o - -fno-math-errno | grep llvm.sqrt
+// llvm.sqrt has undefined behavior on negative inputs, so it is
+// inappropriate to translate C/C++ sqrt to this.
+// XFAIL: *
#include <math.h>
float foo(float X) {