41a7e87e3b
- use %arm, not arm in arch conditions - add arm-remove-xfails.diff: remove XFAILs in testsuite that pass and thereby make check fail OBS-URL: https://build.opensuse.org/request/show/202747 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=282
30 lines
1001 B
Diff
30 lines
1001 B
Diff
Those tests do not fail anymore, and unexpected passes
|
|
actually cause make check to fail. (dmueller@suse.com)
|
|
|
|
--- test/ExecutionEngine/2003-05-06-LivenessClobber.ll
|
|
+++ test/ExecutionEngine/2003-05-06-LivenessClobber.ll
|
|
@@ -1,7 +1,6 @@
|
|
; This testcase should return with an exit code of 1.
|
|
;
|
|
; RUN: not %lli %s
|
|
-; XFAIL: arm
|
|
|
|
@test = global i64 0 ; <i64*> [#uses=1]
|
|
|
|
--- test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
|
|
+++ test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
|
|
@@ -1,5 +1,4 @@
|
|
; RUN: %lli %s > /dev/null
|
|
-; XFAIL: arm
|
|
|
|
; This testcase failed to work because two variable sized allocas confused the
|
|
; local register allocator.
|
|
--- test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
|
|
+++ test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
|
|
@@ -1,5 +1,4 @@
|
|
; RUN: %lli %s > /dev/null
|
|
-; XFAIL: arm
|
|
|
|
; This testcase exposes a bug in the local register allocator where it runs out
|
|
; of registers (due to too many overlapping live ranges), but then attempts to
|