summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2024-02-15 15:32:37 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2024-02-22 09:28:14 +0000
commit186bf1de9917260643cfc8fedd63d08b0455a79d (patch)
treefc25a18ca76fac7c021d727033d3459e89c6d688 /tcwg_gnu-build.sh
parentae8055a908a7e1c1cc36b3036ac45c929d3ae433 (diff)
tcwg_gnu-build.sh (no_regression_p): Print 'Known failures' header in xfails.xfail
We emit a header for the first two sections of xfails.xfail ('New flaky tests', if any, and 'Known flaky tests'), but not for the 'Known failures' although it is mentioned in the beginning of the file. Add a separator so that this section is easier to find. Change-Id: I3e04676ec660ef310d73e571993c04aa5dcc7aad
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 131b2ba2..b3e4c738 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -292,6 +292,7 @@ EOF
# before adding them to the ResultSet. Still, for uniformity, we
# put fresh flaky entries before older ones.
cat "$flaky_tests" >> "$xfails"
+ echo "# Known failures (from baseline)" >> "$xfails"
cat "$baseline_fails" >> "$xfails"
# Set and save result_expiry_date so that we use the same expiration date