diff options
-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 59b6a143245..ceb25384d31 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 da505b1ed5d..14795a0a562 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 c9070b81547..52f36858e79 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 91844146270..5e1d91f0f18 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 998a6e9eed4..3adb6bff880 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 c13c6100d9f..bb69dcd4967 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 1ae727d3f38..6ebcdd33da9 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 81fc8a72a73..77c31f5e755 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" |