https://github.com/web-platform-tests/wpt
Revision 9b96b146321b9f6cf2391225e3b936e4a68ca5a8 authored by Anne van Kesteren on 08 May 2018, 17:30:48 UTC, committed by Anne van Kesteren on 09 May 2018, 07:00:34 UTC
This also improves checking for the correct exception by a bit.
1 parent da28291
Raw File
Tip revision: 9b96b146321b9f6cf2391225e3b936e4a68ca5a8 authored by Anne van Kesteren on 08 May 2018, 17:30:48 UTC
XHR: reduce try/catch usage
Tip revision: 9b96b14
check_stability.ini
[file detection]
skip_tests: conformance-checkers docs tools
# The vast majority of tests rely on files located within the `resources`
# directory. Because of this, modifications to that directory's contents have
# the potential to introduce instability in a large number of tests.
# Exhaustively validating such changes is highly resource intensive
# (particularly in terms of execution time), making it impractical in most
# cases.
ignore_changes: resources
results_url: https://pulls.web-platform-tests.org/api/stability
back to top