https://github.com/web-platform-tests/wpt
Revision 517c2ff02d79ae13dcd04477f3afee746d7db28e authored by James Graham on 01 February 2018, 22:20:19 UTC, committed by Geoffrey Sneddon on 15 March 2018, 15:09:43 UTC
This puts the main logic for handling testdriver callbacks into the
base class where it can be shared by multiple implemenations. It also
moves most of the interaction onto the Protocol object which can be
implemented on a per-executor basis.
1 parent 168b662
Raw File
Tip revision: 517c2ff02d79ae13dcd04477f3afee746d7db28e authored by James Graham on 01 February 2018, 22:20:19 UTC
Refactor testdriver implemenation.
Tip revision: 517c2ff
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