XTARGET was removed, update debug-info tests.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 20 Oct 2012 01:38:50 +0000 (01:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 20 Oct 2012 01:38:50 +0000 (01:38 +0000)
llvm-svn: 166362

debuginfo-tests/block_var.m
debuginfo-tests/blocks.m
debuginfo-tests/dbg-arg.ll
debuginfo-tests/dbg-declare.ll
debuginfo-tests/dbg-declare2.ll
debuginfo-tests/foreach.m
debuginfo-tests/local-var.ll
debuginfo-tests/local-var2.ll
debuginfo-tests/unused-boolean-arg.ll

index a1c94c8..3675269 100644 (file)
@@ -1,8 +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
+
+// REQUIRES: system-darwin
 
 // DEBUGGER: break 24
 // DEBUGGER: r
index 8461041..30472ed 100644 (file)
@@ -1,8 +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
+
+// REQUIRES: system-darwin
 // Radar 9279956
 
 // DEBUGGER: break 31
index 52f3685..bfa1f8d 100644 (file)
@@ -2,8 +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
+;
+; REQUIRES: system-darwin
 ; Radar 8412415
 
 target triple = "x86_64-apple-darwin10.0.0"
index b520c68..84b1514 100644 (file)
@@ -2,8 +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
+;
+; REQUIRES: system-darwin
 
 target triple = "x86_64-apple-darwin" 
 %struct.XYZ = type { i32, i32, i32, i32, i32 }
index f8155b8..ec0d03b 100644 (file)
@@ -2,8 +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
+;
+; REQUIRES: system-darwin
 
 target triple = "x86_64-apple-darwin"
 %struct.XYZ = type { i32, i32, i32, i32, i32 }
index 96a0d0c..50e6af9 100644 (file)
@@ -1,8 +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
+//
+// REQUIRES: system-darwin
 // Radar 8757124
 
 // DEBUGGER: break 25
index ecec8c7..2db4734 100644 (file)
@@ -2,8 +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
+;
+; REQUIRES: system-darwin
 
 target triple = "x86_64-apple-darwin10.0.0"
 
index 37c7a31..6f159f3 100644 (file)
@@ -2,8 +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
+;
+; REQUIRES: system-darwin
 
 target triple = "x86_64-apple-darwin10.0.0"
 
index 77c31f5..165ab77 100644 (file)
@@ -2,8 +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
+;
+; REQUIRES: system-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"