[llvm-commits] [debuginfo-tests] r132257 - in /debuginfo-tests/trunk: block_var.m blocks.m dbg-arg.ll dbg-declare.ll dbg-declare2.ll local-var.ll local-var2.ll unused-boolean-arg.ll
Renato Golin
renato.golin at arm.com
Sat May 28 07:03:16 PDT 2011
Author: rengolin
Date: Sat May 28 09:03:16 2011
New Revision: 132257
URL: http://llvm.org/viewvc/llvm-project?rev=132257&view=rev
Log:
adding XFAIL and XTARGET to those that require Darwin host
Modified:
debuginfo-tests/trunk/block_var.m
debuginfo-tests/trunk/blocks.m
debuginfo-tests/trunk/dbg-arg.ll
debuginfo-tests/trunk/dbg-declare.ll
debuginfo-tests/trunk/dbg-declare2.ll
debuginfo-tests/trunk/local-var.ll
debuginfo-tests/trunk/local-var2.ll
debuginfo-tests/trunk/unused-boolean-arg.ll
Modified: debuginfo-tests/trunk/block_var.m
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/block_var.m?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/block_var.m (original)
+++ debuginfo-tests/trunk/block_var.m Sat May 28 09:03:16 2011
@@ -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
Modified: debuginfo-tests/trunk/blocks.m
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/blocks.m?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/blocks.m (original)
+++ debuginfo-tests/trunk/blocks.m Sat May 28 09:03:16 2011
@@ -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
Modified: debuginfo-tests/trunk/dbg-arg.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-arg.ll?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-arg.ll (original)
+++ debuginfo-tests/trunk/dbg-arg.ll Sat May 28 09:03:16 2011
@@ -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"
Modified: debuginfo-tests/trunk/dbg-declare.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-declare.ll?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-declare.ll (original)
+++ debuginfo-tests/trunk/dbg-declare.ll Sat May 28 09:03:16 2011
@@ -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 }
Modified: debuginfo-tests/trunk/dbg-declare2.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/dbg-declare2.ll?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/dbg-declare2.ll (original)
+++ debuginfo-tests/trunk/dbg-declare2.ll Sat May 28 09:03:16 2011
@@ -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 }
Modified: debuginfo-tests/trunk/local-var.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/local-var.ll?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/local-var.ll (original)
+++ debuginfo-tests/trunk/local-var.ll Sat May 28 09:03:16 2011
@@ -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"
Modified: debuginfo-tests/trunk/local-var2.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/local-var2.ll?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/local-var2.ll (original)
+++ debuginfo-tests/trunk/local-var2.ll Sat May 28 09:03:16 2011
@@ -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"
Modified: debuginfo-tests/trunk/unused-boolean-arg.ll
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/unused-boolean-arg.ll?rev=132257&r1=132256&r2=132257&view=diff
==============================================================================
--- debuginfo-tests/trunk/unused-boolean-arg.ll (original)
+++ debuginfo-tests/trunk/unused-boolean-arg.ll Sat May 28 09:03:16 2011
@@ -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"
More information about the llvm-commits
mailing list