]> granicus.if.org Git - clang/commitdiff
Remove excessive use of Carbon.h / Cocoa.h in clang tests.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 23:03:07 +0000 (23:03 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 11 Jul 2009 23:03:07 +0000 (23:03 +0000)
 - These kinds of "shotgun" tests are very slow, and do not belong in the
   regression suite. If these kinds of tests are regarded to have value, they
   should be added to the LLVM test-suite.

 - I would actually like to remove all of these tests, but I left Sema/carbon.c
   and SemaObjC/cocoa.m...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75399 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/carbon-pth.c [deleted file]
test/SemaCXX/carbon.cpp [deleted file]
test/SemaObjC/cocoa-pth.m [deleted file]
test/SemaObjCXX/cocoa.mm [deleted file]

diff --git a/test/Sema/carbon-pth.c b/test/Sema/carbon-pth.c
deleted file mode 100644 (file)
index c956d2a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s && 
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
-#ifdef __APPLE__
-#include <Carbon/Carbon.h>
-#endif
-
diff --git a/test/SemaCXX/carbon.cpp b/test/SemaCXX/carbon.cpp
deleted file mode 100644 (file)
index 0e7570f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 %s -fsyntax-only -print-stats
-#ifdef __APPLE__
-#include <Carbon/Carbon.h>
-#endif
-
diff --git a/test/SemaObjC/cocoa-pth.m b/test/SemaObjC/cocoa-pth.m
deleted file mode 100644 (file)
index dc806df..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s && 
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
-#ifdef __APPLE__
-#include <Cocoa/Cocoa.h>
-#endif
-
diff --git a/test/SemaObjCXX/cocoa.mm b/test/SemaObjCXX/cocoa.mm
deleted file mode 100644 (file)
index c061d4e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 %s -print-stats
-#ifdef __APPLE__
-#include <Cocoa/Cocoa.h>
-#endif