On Jun 6, 2012, at 2:28 PM, Manuel Klimek wrote: > Author: klimek > Date: Wed Jun 6 16:28:13 2012 > New Revision: 158112 > > URL: http://llvm.org/viewvc/llvm-project?rev=158112&view=rev > Log: > Switches the RewriterTestContext away from PathV1. > Now the ToolingTests all work on Windows, and they also clean up their > temporary directory if they don't crash.
It looks like this is causing failures on release builds on darwin: ******************** TEST 'Clang-Unit :: Tooling/Release/ToolingTests/Rewriter.ContinuesOverwritingFilesOnError' FAILED ********************Note: Google Test filter = Rewriter.ContinuesOverwritingFilesOnError [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from Rewriter [ RUN ] Rewriter.ContinuesOverwritingFilesOnError LLVM ERROR: IO failure on output stream. ******************** ******************** TEST 'Clang-Unit :: Tooling/Release/ToolingTests/Rewriter.OverwritesChangedFiles' FAILED ********************Note: Google Test filter = Rewriter.OverwritesChangedFiles [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from Rewriter [ RUN ] Rewriter.OverwritesChangedFiles LLVM ERROR: IO failure on output stream. ******************** I know this isn't much to go on, sorry. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
