aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/testsuite-filter2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testsuite-filter b/scripts/testsuite-filter
index df5004e..ca74378 100755
--- a/scripts/testsuite-filter
+++ b/scripts/testsuite-filter
@@ -161,7 +161,7 @@ def read_sum(sum_files):
current_target = l.split(" ")[-1].strip()
unexpected_result[current_target] = list()
elif l.startswith("FAIL") or l.startswith("XPASS") \
- or l.startswith("ERROR"):
+ or l.startswith("UNRESOLVED") or l.startswith("ERROR"):
unexpected_result[current_target].append(l.strip())
unexpected_results[tool] = unexpected_result
# tool -> variation(target) -> list of unexpected result