aboutsummaryrefslogtreecommitdiff
path: root/show-expected-fail-tests.sh
AgeCommit message (Collapse)Author
2022-09-27Use /usr/bin/env bash in shebangs to make them universal (#2735)Dov Alperin
Some systems (like nixos) don't have bash living at `/bin/bash` so using `/usr/bin/env bash` we can make these scripts universal. ### Pull Request Checklist <!-- Please read docs/CONTRIBUTING.md before submitting your pull request --> * [X] I have added added tests for PR _or_ I have justified why this PR doesn't need tests. * [x] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/main/docs/CONTRIBUTING.md#sign-off) Signed-off-by: `Dov Alperin <git@dov.dev>` Signed-off-by: `Dov Alperin <git@dov.dev>`
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.