Author: chapuni
Date: Sun Apr 12 19:30:23 2015
New Revision: 234718
URL: http://llvm.org/viewvc/llvm-project?rev=234718&view=rev
Log:
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.
Modified:
cfe/trunk/test/PCH/emit-pth.c
Modified: cfe/trunk/test/PCH/emit-pth.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/emit-pth.c?rev=234718&r1=234717&r2=234718&view=diff
==============================================================================
--- cfe/trunk/test/PCH/emit-pth.c (original)
+++ cfe/trunk/test/PCH/emit-pth.c Sun Apr 12 19:30:23 2015
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits