aboutsummaryrefslogtreecommitdiff
path: root/show-expected-fail-tests.sh
AgeCommit message (Collapse)Author
2022-04-05Add Are We Synapse Yet to GHA (#2321)Till
* Add Are We Synapse Yet to GHA * Better output & add comments
2020-05-04Fix newlines between white/blacklist test names in buildkite annotations (#1003)Andrew Morgan
2020-03-31Fix: show-expected-fail-tests.sh ignores # in whitelist and strips quotes in ↵Alex Chen
test names in output (#943) Signed-off-by: Alex Chen <minecnly@gmail.com>
2020-02-14Add whitelist/blacklist maintenance complainer to buildkite annotations (#870)Andrew Morgan
2020-01-22Add a Sytest blacklist file (#849)Andrew Morgan
2019-07-05Update testfile and fix empty warning in show-expected-fail-tests.sh (#729)Alex Chen
This PR adds the test that matrix-org/sytest#642 will allow to pass to testfile and also contains a minor fix for show-expected-fail-tests.sh so it doesn't show an empty warning. Signed-off-by: Alex Chen minecnly@gmail.com
2019-06-25Fix testfile path hardcoded in show-expected-fail-tests.sh (#719)Alex Chen
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-06-21Refine config and docs for sytest (#714)Alex Chen
This PR adds the "passed but expected fail" tests to testfile, as well as instructions on finding which tests to add for new PRs.