summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-12-16 02:46:57 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-12-16 02:46:57 +0000
commitcd817ba2effd1c9f2b2760d95941a7f3abc859a2 (patch)
tree1efd639906cbbe6de0437e636c1a62bcb96e3ac6 /lldb/packages/Python/lldbsuite
parent9ce27bba295a8f7039eeb7ea16a899d4120165b9 (diff)
downloadbcm5719-llvm-cd817ba2effd1c9f2b2760d95941a7f3abc859a2.tar.gz
bcm5719-llvm-cd817ba2effd1c9f2b2760d95941a7f3abc859a2.zip
Disable test reruns on arm unless explicitly marked with --rerun-all-issues
Workaround part 2 for: https://llvm.org/bugs/show_bug.cgi?id=25844 llvm-svn: 255747
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/result_formatter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/result_formatter.py b/lldb/packages/Python/lldbsuite/test/result_formatter.py
index f3231cab325..36fe56d42f1 100644
--- a/lldb/packages/Python/lldbsuite/test/result_formatter.py
+++ b/lldb/packages/Python/lldbsuite/test/result_formatter.py
@@ -737,7 +737,8 @@ class ResultsFormatter(object):
key in self.rerun_eligible_tests and
# llvm.org/pr25844 workaround: temporarily prevent
# rerun eligibility when building for Android.
- "aarch64" not in configuration.archs)
+ "aarch64" not in configuration.archs and
+ "arm" not in configuration.archs)
if (test_is_directly_eligible or configuration.rerun_all_issues):
test_filename = result_event.get("test_filename", None)
if test_filename is not None:
OpenPOWER on IntegriCloud