Skip to content

Commit 605aa52

Browse files
PavelKopylakiramenai
authored andcommitted
[EVM] Disable failing LIT tests.
TODO: revise the list after switching to the new stackification algorithm.
1 parent 6c81467 commit 605aa52

File tree

70 files changed

+81
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+81
-20
lines changed

llvm/test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
; Compiling this file produces:
45
; Sparc.cpp:91: failed assertion `(offset - OFFSET) % getStackFrameSizeAlignment() == 0'

llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
;; Date: May 28, 2003.
45
;; From: test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc

llvm/test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
;; Date: May 28, 2003.
45
;; From: test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc

llvm/test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
;; Date: May 28, 2003.
45
;; From: test/Programs/SingleSource/richards_benchmark.c

llvm/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
;; Date: May 28, 2003.
45
;; From: test/Programs/MultiSource/Olden-perimeter/maketree.c

llvm/test/CodeGen/Generic/2003-07-07-BadLongConst.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
@.str_1 = internal constant [42 x i8] c" ui = %u (0x%x)\09\09UL-ui = %lld (0x%llx)\0A\00" ; <ptr> [#uses=1]
45

llvm/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
;; Date: Jul 8, 2003.
45
;; From: test/Programs/MultiSource/Olden-perimeter

llvm/test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
23

34
; Bug: PR31341
45

llvm/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
3+
24
@global_long_1 = linkonce global i64 7 ; <ptr> [#uses=1]
35
@global_long_2 = linkonce global i64 49 ; <ptr> [#uses=1]
46

llvm/test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
; RUN: llc < %s
2+
; UNSUPPORTED: target=evm{{.*}}
3+
24
%struct.TypHeader = type { i32, ptr, [3 x i8], i8 }
35
@.str_67 = external global [4 x i8] ; <ptr> [#uses=1]
46
@.str_87 = external global [17 x i8] ; <ptr> [#uses=1]

0 commit comments

Comments
 (0)