diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-24 20:34:49 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-24 20:34:49 +0000 |
commit | ed37a64c4626ad7b84eff64ccccb16fd4aff041f (patch) | |
tree | c21767ca78b61ec34ecc5b6947f09f6757dcadd7 /test/Transforms | |
parent | 1f4096054367cab3acab3a74c719ef6d3090606a (diff) | |
download | external_llvm-ed37a64c4626ad7b84eff64ccccb16fd4aff041f.zip external_llvm-ed37a64c4626ad7b84eff64ccccb16fd4aff041f.tar.gz external_llvm-ed37a64c4626ad7b84eff64ccccb16fd4aff041f.tar.bz2 |
Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8011/builders/llvm-arm-linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/InstCombine/fold-calls.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Transforms/InstCombine/fold-calls.ll b/test/Transforms/InstCombine/fold-calls.ll index b87edb6..fbd09af 100644 --- a/test/Transforms/InstCombine/fold-calls.ll +++ b/test/Transforms/InstCombine/fold-calls.ll @@ -1,8 +1,9 @@ ; RUN: opt -instcombine -S < %s | FileCheck %s -; This test is inexplicably still failing, which suggests a -; bug in the host libm. -; XFAIL: arm-linux +; This test is inexplicably still failing, which suggests a bug in the host +; libm. It appears that sin(inf) returns NaN without setting a floating point +; exception. +; XFAIL: arm-pc-linux-gnu ; This shouldn't fold, because sin(inf) is invalid. ; CHECK: @foo |