forked from OSchip/llvm-project
Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8011/builders/llvm-arm-linux
llvm-svn: 114755
This commit is contained in:
parent
ded5f66813
commit
9d06adcf88
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue