XFAIL tests that require an additional LLVM patch to work

llvm-svn: 247338
This commit is contained in:
Tobias Grosser 2015-09-10 21:32:29 +00:00
parent 29dc0f7075
commit 34b11fc197
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,10 @@
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-scops -analyze < %s | FileCheck %s
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-ast -analyze < %s | FileCheck %s --check-prefix=AST
;
; This only works after the post-dominator tree has been fixed.
;
; XFAIL: *
;
; void exception() __attribute__((noreturn));
;
; void foo(long n, float A[100]) {

View File

@ -1,6 +1,9 @@
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-scops -analyze < %s | FileCheck %s
; RUN: opt %loadPolly -polly-detect-unprofitable -polly-ast -analyze < %s | FileCheck %s --check-prefix=AST
;
; This only works after the post-dominator tree has fixed.
; XFAIL: *
;
; void exception() __attribute__((noreturn));
;
; void foo(long n, float A[100]) {