]> granicus.if.org Git - clang/commitdiff
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Jan 2013 06:02:11 +0000 (06:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Jan 2013 06:02:11 +0000 (06:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173419 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 611dd072635bc1117d289a052d80bfa29ac1c81a..6e89faefc5bd7216c3bee89856ec23194bdc1bb9 100644 (file)
@@ -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.
index 0c8fca0cfd63b8ff9baf252da04ce6dca213105d..53bee03c41e3967f868167b3f7cd94207f021bdf 100644 (file)
@@ -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;
index ef9249447a1568cb5da0764a892f6e5878b1ffda..6335fb1b45395ed8bc3886f3d155735ce5fdbbb5 100644 (file)
@@ -9,4 +9,3 @@
 #include "header2.h"
 
 // CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built
-// REQUIRES: shell