jenkins-bot has submitted this change and it was merged. Change subject: Remember the output of failing (blacklisted) tests ......................................................................
Remember the output of failing (blacklisted) tests * The raw outputs of failing tests are saved in the blacklist and if a test fails, and is expected to, will be used for comparison to track improvements and regressions. * Comment in whitelist suggests that it should be used when our selser output is correct but failing due to limitations in the test setup. * Reduce some code duplications in parserTests.js * Also, some cleanup from when selser.changes.json was removed. Bug: 50316 Bug: 51718 Change-Id: I46eab7ca7c4c58e43997abedcaa944a1e7c17064 --- M js/tests/parserTests-blacklist.js M js/tests/parserTests-whitelist.js M js/tests/parserTests.js M js/tests/runtests.sh 4 files changed, 1,770 insertions(+), 1,764 deletions(-) Approvals: Subramanya Sastry: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/85952 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I46eab7ca7c4c58e43997abedcaa944a1e7c17064 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Arlolra <[email protected]> Gerrit-Reviewer: Arlolra <[email protected]> Gerrit-Reviewer: Cscott <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
