From 161505f4804d0594765cfa665d4cec50dad5c01c Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Sat, 28 May 2011 14:03:16 +0000 Subject: [PATCH] adding XFAIL and XTARGET to those that require Darwin host llvm-svn: 132257 --- debuginfo-tests/block_var.m | 2 ++ debuginfo-tests/blocks.m | 3 +++ debuginfo-tests/dbg-arg.ll | 2 ++ debuginfo-tests/dbg-declare.ll | 2 ++ debuginfo-tests/dbg-declare2.ll | 2 ++ debuginfo-tests/local-var.ll | 2 ++ debuginfo-tests/local-var2.ll | 2 ++ debuginfo-tests/unused-boolean-arg.ll | 2 ++ 8 files changed, 17 insertions(+) diff --git a/debuginfo-tests/block_var.m b/debuginfo-tests/block_var.m index 59b6a1432457..ceb25384d31a 100644 --- a/debuginfo-tests/block_var.m +++ b/debuginfo-tests/block_var.m @@ -1,6 +1,8 @@ // RUN: %clang -O0 -g %s -c -o %t.o // RUN: %clang %t.o -o %t.out -framework Foundation // RUN: %test_debuginfo %s %t.out +// XFAIL: * +// XTARGET: darwin // DEBUGGER: break 22 // DEBUGGER: r diff --git a/debuginfo-tests/blocks.m b/debuginfo-tests/blocks.m index da505b1ed5d7..14795a0a562e 100644 --- a/debuginfo-tests/blocks.m +++ b/debuginfo-tests/blocks.m @@ -1,7 +1,10 @@ // RUN: %clang -O0 -g %s -c -o %t.o // RUN: %clang %t.o -o %t.out -framework Foundation // RUN: %test_debuginfo %s %t.out +// XFAIL: * +// XTARGET: darwin // Radar 9279956 + // DEBUGGER: break 28 // DEBUGGER: r // DEBUGGER: p m2 diff --git a/debuginfo-tests/dbg-arg.ll b/debuginfo-tests/dbg-arg.ll index c9070b815472..52f36858e79f 100644 --- a/debuginfo-tests/dbg-arg.ll +++ b/debuginfo-tests/dbg-arg.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin ; Radar 8412415 target triple = "x86_64-apple-darwin10.0.0" diff --git a/debuginfo-tests/dbg-declare.ll b/debuginfo-tests/dbg-declare.ll index 918441462700..5e1d91f0f18f 100644 --- a/debuginfo-tests/dbg-declare.ll +++ b/debuginfo-tests/dbg-declare.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin target triple = "x86_64-apple-darwin" %struct.XYZ = type { i32, i32, i32, i32, i32 } diff --git a/debuginfo-tests/dbg-declare2.ll b/debuginfo-tests/dbg-declare2.ll index 998a6e9eed4d..3adb6bff880d 100644 --- a/debuginfo-tests/dbg-declare2.ll +++ b/debuginfo-tests/dbg-declare2.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -mllvm -fast-isel=false -mllvm -regalloc=default -g %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin target triple = "x86_64-apple-darwin" %struct.XYZ = type { i32, i32, i32, i32, i32 } diff --git a/debuginfo-tests/local-var.ll b/debuginfo-tests/local-var.ll index c13c6100d9f0..bb69dcd4967e 100644 --- a/debuginfo-tests/local-var.ll +++ b/debuginfo-tests/local-var.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin target triple = "x86_64-apple-darwin10.0.0" diff --git a/debuginfo-tests/local-var2.ll b/debuginfo-tests/local-var2.ll index 1ae727d3f389..6ebcdd33da95 100644 --- a/debuginfo-tests/local-var2.ll +++ b/debuginfo-tests/local-var2.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -O0 -mllvm -fast-isel=false -g %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin target triple = "x86_64-apple-darwin10.0.0" diff --git a/debuginfo-tests/unused-boolean-arg.ll b/debuginfo-tests/unused-boolean-arg.ll index 81fc8a72a73a..77c31f5e7557 100644 --- a/debuginfo-tests/unused-boolean-arg.ll +++ b/debuginfo-tests/unused-boolean-arg.ll @@ -2,6 +2,8 @@ ; RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o ; RUN: %clang -arch x86_64 %t.o -o %t.out ; RUN: %test_debuginfo %s %t.out +; XFAIL: * +; XTARGET: darwin ; Radar 9422775 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"