Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8011...
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Sep 2010 20:34:49 +0000 (20:34 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 24 Sep 2010 20:34:49 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114755 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/fold-calls.ll

index b87edb69c661190196d81ce66c379073b18cc911..fbd09affcb562b248803964dab21403124453757 100644 (file)
@@ -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