Windows buildbot failure.

jahanian fjahanian at apple.com
Wed Jul 17 10:29:43 PDT 2013


Specifically.
Revision 186511

Jump to revision:	   
Author:	rafael
Date:	Wed Jul 17 09:58:25 2013 CDT (2 hours, 27 minutes ago)
Changed paths:	4
Log Message:	
Split openFileForRead into Windows and Unix versions.

This has some advantages:

* Lets us use native, utf16 windows functions.
* Easy to produce good errors on windows about trying to use a
directory when we want a file.
* Simplifies the unix version a bit.
Changed paths:

Path	Details
llvm/trunk/lib/Support/Path.cpp	modified , text changed
llvm/trunk/lib/Support/Unix/Path.inc	modified , text changed
llvm/trunk/lib/Support/Windows/Path.inc	modified , text changed
llvm/trunk/test/Object/directory.ll	modified , text changed


On Jul 17, 2013, at 10:21 AM, jahanian <fjahanian at apple.com> wrote:

> 
> We are suspecting that r186511 is causing numerous test failure on windows.
> A typical case is:
> 
> C:/.../clang-build/185549/bin/Release/clang.EXE -cc1 -internal-isystem C:\...\clang-build\185549\bin\Release\..\lib\clang\3.4\include -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -print-ivar-layout -emit-llvm -o /dev/null C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m > C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout
>   FileCheck -check-prefix LP64 --input-file=C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m
>   --
>   Exit Code: 2
>   Command Output (stdout):
>   --
>   Command 0: "C:/.../clang-build/185549/bin/Release/clang.EXE" "-cc1" "-internal-isystem" "C:\...\clang-build\185549\bin\Release\..\lib\clang\3.4\include" "-fblocks" "-fobjc-gc" "-triple" "x86_64-apple-darwin" "-fobjc-runtime=macosx-fragile-10.5" "-O0" "-print-ivar-layout" "-emit-llvm" "-o" "/dev/null" "C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m"
>   Command 0 Result: 0
>   Command 0 Output:
>   None
> 
>   Command 0 Stderr:
> 
> 
>   Command 1: "FileCheck" "-check-prefix" "LP64" "--input-file=C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout" "C:\...\src\tools\clang\test\CodeGenObjC\block-var-layout.m"
>   Command 1 Result: 2
>   Command 1 Output:
> 
> 
>   Command 1 Stderr:
>   Could not open input file 'C:\...\clang-build\185549\tools\clang\test\CodeGenObjC\Output\block-var-layout.m.tmp-64.layout': The process cannot access the file because it is being used by another process
> 
> - Fariborz
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130717/dc708f98/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: back.png
Type: image/png
Size: 175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130717/dc708f98/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: forward.png
Type: image/png
Size: 174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130717/dc708f98/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: text.png
Type: image/png
Size: 170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130717/dc708f98/attachment-0002.png>


More information about the cfe-commits mailing list