[llvm-bugs] [Bug 25963] New: Object/archive-extract-dir.test flaky on Windows
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 29 06:34:28 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25963
Bug ID: 25963
Summary: Object/archive-extract-dir.test flaky on Windows
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Object
Assignee: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
I thought we had a bug for this already, but I can't find it. Similar to bug
24106, I suppose.
-- Testing: 25384 tests, 32 threads --
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.
FAIL: LLVM :: Object/archive-extract-dir.test (19529 of 25384)
******************** TEST 'LLVM :: Object/archive-extract-dir.test' FAILED
********************
Script:
--
mkdir -p
C:\src\chrome\src\third_party\llvm-bootstrap\test\Object\Output\archive-extract-dir.test.tmp
cd
C:\src\chrome\src\third_party\llvm-bootstrap\test\Object\Output\archive-extract-dir.test.tmp
rm -rf foo
echo foo > foo
rm -f test.a
C:/src/chrome/src/third_party/llvm-bootstrap/./bin\llvm-ar.EXE rc
test.a foo
rm foo
mkdir foo
not C:/src/chrome/src/third_party/llvm-bootstrap/./bin\llvm-ar.EXE x test.a foo
2>&1 | C:/src/chrome/src/third_party/llv
m-bootstrap/./bin\FileCheck.EXE
C:\src\chrome\src\third_party\llvm\test\Object\archive-extract-dir.test
--
Exit Code: 1
Command Output (stdout):
--
Command 0: "mkdir" "-p"
"C:\src\chrome\src\third_party\llvm-bootstrap\test\Object\Output\archive-extract-dir.test.tmp"
Command 0 Result: 0
Command 0 Output:
Command 0 Stderr:
Command 1: "rm" "-rf" "foo"
Command 1 Result: 0
Command 1 Output:
Command 1 Stderr:
Command 2: "echo" "foo"
Command 2 Result: 0
Command 2 Output:
None
Command 2 Stderr:
Command 3: "rm" "-f" "test.a"
Command 3 Result: 0
Command 3 Output:
Command 3 Stderr:
Command 4: "C:/src/chrome/src/third_party/llvm-bootstrap/./bin\llvm-ar.EXE"
"rc" "test.a" "foo"
Command 4 Result: 0
Command 4 Output:
Command 4 Stderr:
Command 5: "rm" "foo"
Command 5 Result: 1
Command 5 Output:
Command 5 Stderr:
rm: cannot remove `foo': Permission denied
--
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151229/6076425e/attachment.html>
More information about the llvm-bugs
mailing list