[cfe-commits] r173419 - in /cfe/trunk/test: Analysis/html-diags-multifile.c Modules/global_index.m PCH/modified-header-error.c

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 24 22:02:11 PST 2013


Author: chapuni
Date: Fri Jan 25 00:02:11 2013
New Revision: 173419

URL: http://llvm.org/viewvc/llvm-project?rev=173419&view=rev
Log:
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.

Modified:
    cfe/trunk/test/Analysis/html-diags-multifile.c
    cfe/trunk/test/Modules/global_index.m
    cfe/trunk/test/PCH/modified-header-error.c

Modified: cfe/trunk/test/Analysis/html-diags-multifile.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/html-diags-multifile.c?rev=173419&r1=173418&r2=173419&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/html-diags-multifile.c (original)
+++ cfe/trunk/test/Analysis/html-diags-multifile.c Fri Jan 25 00:02:11 2013
@@ -2,7 +2,6 @@
 // RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir
 // RUN: ls %t.dir | grep report | count 0
 // RUN: rm -fR %t.dir
-// REQUIRES: shell
 
 // This tests that we do not currently emit HTML diagnostics for reports that
 // cross file boundaries.

Modified: cfe/trunk/test/Modules/global_index.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/global_index.m?rev=173419&r1=173418&r2=173419&view=diff
==============================================================================
--- cfe/trunk/test/Modules/global_index.m (original)
+++ cfe/trunk/test/Modules/global_index.m Fri Jan 25 00:02:11 2013
@@ -7,7 +7,6 @@
 // RUN: ls %t|grep modules.idx
 // Run and use the global module index
 // RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fdisable-module-hash -fmodules -fmodules-global-index -F %S/Inputs %s -verify -print-stats 2>&1 | FileCheck %s
-// REQUIRES: shell
 
 // expected-no-diagnostics
 @import DependsOnModule;

Modified: cfe/trunk/test/PCH/modified-header-error.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-header-error.c?rev=173419&r1=173418&r2=173419&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-header-error.c (original)
+++ cfe/trunk/test/PCH/modified-header-error.c Fri Jan 25 00:02:11 2013
@@ -9,4 +9,3 @@
 #include "header2.h"
 
 // CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built
-// REQUIRES: shell





More information about the cfe-commits mailing list