[all-commits] [llvm/llvm-project] 57b731: [llvm-exegesis] Add retry count to subprocess tests
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Sep 12 13:25:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57b731e615d1d90f6bba1d273c4d93771df9d772
https://github.com/llvm/llvm-project/commit/57b731e615d1d90f6bba1d273c4d93771df9d772
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s
M llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s
M llvm/test/tools/llvm-exegesis/X86/latency/subprocess-abnormal-exit-code.s
M llvm/test/tools/llvm-exegesis/X86/latency/subprocess-segfault.s
M llvm/test/tools/llvm-exegesis/X86/latency/subprocess.s
Log Message:
-----------
[llvm-exegesis] Add retry count to subprocess tests
These tests are still relatively flaky on certain buildbots and on some
developer machines. This patch hopefully reduces the noise produced by
these tests in those environments by setting the retry count to 2 so
that they will hopefully flaky pass rather than just fail while I
perform more investigation.
More information about the All-commits
mailing list