[PATCH] D56053: Tolerate flaky LLD tests on NetBSD

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 23 07:08:29 PST 2018


mgorny added inline comments.


================
Comment at: test/lit.cfg.py:50
+# We don't do this on other platforms because it's slower.
+if platform.system() == 'NetBSD':
+    config.test_retry_attempts = 2
----------------
Could you make it `in ['NetBSD']`, so that it'd be easier to add more platforms if necessary?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56053/new/

https://reviews.llvm.org/D56053





More information about the llvm-commits mailing list