hanchenye-llvm-project/lld/test
Rui Ueyama 6f5ec97dc0 COFF: Attempt to fix a flaky test.
I don't understand why the previous code is pretty flaky and
the new code is at least less flaky, but the original test
occasionally failed on the second run of lib.exe.

My guess was that lib.exe was failing because the output of
the echo command executed immediately before lib.exe was not
flushed to a file, but as far as I can say, the file
descriptor is properly closed in TestRunner.py, so this's
probably not correct. Other theory is that, on Windows, file
output is not guaranteed to be visible to other processes even
if a process flushes file descriptors, but I'd think that's
unlikely. So honestly I don't know the cause yet.

llvm-svn: 246621
2015-09-02 08:10:37 +00:00
..
COFF COFF: Attempt to fix a flaky test. 2015-09-02 08:10:37 +00:00
Driver Remove trailing whitespace characters. 2015-04-27 17:18:04 +00:00
LinkerScript Add PHDR and FILL parsing. 2015-05-28 00:14:58 +00:00
Unit [lit] Python 3. 2014-03-26 00:53:48 +00:00
core Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
darwin Delete unnecessary generality in loadFile. 2015-04-24 15:51:45 +00:00
elf [Mips] Support grouping of multiple consecutive relocations in case of N32 and 64-bit MIPS ABIs 2015-08-28 21:39:21 +00:00
elf2 Merge visibility from all symbols with the same name. 2015-09-01 23:12:52 +00:00
mach-o Update for llvm change. 2015-07-06 19:21:08 +00:00
CMakeLists.txt The LLD tests require 'llvm-lib', ensure that this is built. 2015-07-08 11:40:43 +00:00
lit.cfg Add a big endian testcase. 2015-08-05 23:40:20 +00:00
lit.site.cfg.in [lit] Python 3. 2014-03-26 00:53:48 +00:00