From 7b2ef530dae0e88052013e81980b26468b6229ce Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 13 Apr 2015 00:30:23 +0000 Subject: [PATCH] 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 --- test/PCH/emit-pth.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0