From: NAKAMURA Takumi Date: Mon, 13 Apr 2015 00:30:23 +0000 (+0000) Subject: Suppress clang/test/PCH/emit-pth.c on win32, for now while investigating. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b2ef530dae0e88052013e81980b26468b6229ce;p=clang Suppress clang/test/PCH/emit-pth.c on win32, for now while investigating. MSVCRT's _lseek(SEEK_CUR) doesn't return -1 for raw_ostream::SupportSeeking. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234718 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/emit-pth.c b/test/PCH/emit-pth.c index 7f863cf1d4..63144b278e 100644 --- a/test/PCH/emit-pth.c +++ b/test/PCH/emit-pth.c @@ -5,3 +5,6 @@ // RUN: FileCheck %s // CHECK: PTH requires a seekable file for output! + +// MSVCRT's _lseek(SEEK_CUR) doesn't return -1 for raw_ostream::SupportSeeking. +// REQUIRES: shell