[PATCH] D39038: Mark lld/test/ELF as flaky.
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 22:07:36 PDT 2017
chapuni created this revision.
Herald added a subscriber: emaste.
They rarely fail (IIRC, exit code 139, w/o stack trace) when load is high. At the moment, I'd like to mark them flaky.
It there any other better idea?
FYI, it's the default value in Ubuntu 14.04
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 1029228
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 1029228
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Repository:
rL LLVM
https://reviews.llvm.org/D39038
Files:
lld/trunk/test/ELF/lit.local.cfg
Index: lld/trunk/test/ELF/lit.local.cfg
===================================================================
--- lld/trunk/test/ELF/lit.local.cfg
+++ lld/trunk/test/ELF/lit.local.cfg
@@ -1 +1,2 @@
config.suffixes = ['.test', '.s', '.ll']
+config.test_retry_attempts = 3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39038.119427.patch
Type: text/x-patch
Size: 270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171018/50d5847b/attachment.bin>
More information about the llvm-commits
mailing list