<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Object/archive-extract-dir.test flaky on Windows"
href="https://llvm.org/bugs/show_bug.cgi?id=25963">25963</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Object/archive-extract-dir.test flaky on Windows
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Object
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nicolasweber@gmx.de
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>I thought we had a bug for this already, but I can't find it. Similar to <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Object/archive-update.test flakily fails on Windows"
href="show_bug.cgi?id=24106">bug
24106</a>, 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
--</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>