diff options
| author | Renato Golin <renato.golin@arm.com> | 2011-05-28 14:03:16 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@arm.com> | 2011-05-28 14:03:16 +0000 |
| commit | 161505f4804d0594765cfa665d4cec50dad5c01c (patch) | |
| tree | faccbc801e282bc4d13bec9618c00694b0694b57 | |
| parent | e260b2b08a828c0b4a1b53b16e05a9b18aea6a7c (diff) | |
| download | llvm-161505f4804d0594765cfa665d4cec50dad5c01c.zip llvm-161505f4804d0594765cfa665d4cec50dad5c01c.tar.gz llvm-161505f4804d0594765cfa665d4cec50dad5c01c.tar.bz2 | |
adding XFAIL and XTARGET to those that require Darwin host
llvm-svn: 132257
| -rw-r--r-- | debuginfo-tests/block_var.m | 2 | ||||
| -rw-r--r-- | debuginfo-tests/blocks.m | 3 | ||||
| -rw-r--r-- | debuginfo-tests/dbg-arg.ll | 2 | ||||
| -rw-r--r-- | debuginfo-tests/dbg-declare.ll | 2 | ||||
| -rw-r--r-- | debuginfo-tests/dbg-declare2.ll | 2 | ||||
| -rw-r--r-- | debuginfo-tests/local-var.ll | 2 | ||||
| -rw-r--r-- | debuginfo-tests/local-var2.ll | 2 | ||||
| -rw-r--r-- | debuginfo-tests/unused-boolean-arg.ll | 2 |
8 files changed, 17 insertions, 0 deletions
diff --git a/debuginfo-tests/block_var.m b/debuginfo-tests/block_var.m index 59b6a14..ceb2538 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 da505b1..14795a0 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 c9070b8..52f3685 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 9184414..5e1d91f 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 998a6e9..3adb6bf 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 c13c6100..bb69dcd 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 1ae727d..6ebcdd3 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 81fc8a7..77c31f5 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" |
