https://github.com/web-platform-tests/wpt
Revision 9085adfbc6ebbed6d4fdea880e46eb433d4df5ef authored by Mike Pennisi on 28 November 2018, 17:41:59 UTC, committed by Mike Pennisi on 28 November 2018, 17:46:14 UTC
Without this change, `./wpt run` does not find an appropriate
pre-generated manifest file and attempts to generate one from scratch.
This causes out-of-memory errors in Taskcluster.
1 parent 725e960
Raw File
Tip revision: 9085adfbc6ebbed6d4fdea880e46eb433d4df5ef authored by Mike Pennisi on 28 November 2018, 17:41:59 UTC
Explicitly download manifest
Tip revision: 9085adf
README.md
This directory contains a number of tests to ensure test running
infrastructure is operating correctly:

 * The tests in assumptions/ are designed to test UA assumptions
   documented in [assumptions.md](/docs/_writing-tests/assumptions.md).

 * The tests in server/ are designed to test the WPT server configuration

 * The tests in expected-fail/ should all fail.
back to top