From: NAKAMURA Takumi Date: Wed, 31 Jul 2013 04:56:19 +0000 (+0000) Subject: clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245fca31482d141f17a78ce38eab54d921a820bf;p=clang clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187483 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cross-linux.c b/test/Driver/cross-linux.c index 8eb2dd1439..8eea55514f 100644 --- a/test/Driver/cross-linux.c +++ b/test/Driver/cross-linux.c @@ -93,3 +93,7 @@ // CHECK-MULTI64-X86-64: "-L[[gcc_install]]/../../../../x86_64-unknown-linux/lib" // CHECK-MULTI64-X86-64: "-L[[sysroot]]/lib" // CHECK-MULTI64-X86-64: "-L[[sysroot]]/usr/lib" + +// FIXME: [[gcc_install]] won't match anything on win32...investigating. +// REQUIRES: shell +// REQUIRES: shell-preserves-root