]> granicus.if.org Git - clang/commitdiff
Suppress clang/test/PCH/emit-pth.c on win32, for now while investigating.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Apr 2015 00:30:23 +0000 (00:30 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Apr 2015 00:30:23 +0000 (00:30 +0000)
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

index 7f863cf1d4f341a12b58bc6afcc5caaae7118087..63144b278e8d540b2a8f8d9ff67bb9d2ca063dfe 100644 (file)
@@ -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