summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 3fb809698f..3d273cb647 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -232,6 +232,7 @@ class TestRun:
self.unexpected_passes = []
self.unexpected_failures = []
self.unexpected_stat_failures = []
+ self.fragile_results = []
# List of all metrics measured in this test run.
# [(change, PerfStat)] where change is one of the MetricChange
@@ -253,6 +254,9 @@ class TestOptions:
# skip this test?
self.skip = False
+ # the test is known to be fragile in these ways
+ self.fragile_ways = []
+
# skip these ways
self.omit_ways = []