tree: e53651b49daad0b66f37683d66ab73d0f85a91fe
  1. assumptions/
  2. channels/
  3. crashtests/
  4. expected-fail/
  5. metadata/
  6. reftest/
  7. resources/
  8. server/
  9. testdriver/
  10. testharness/
  11. webdriver/
  12. window/
  13. DIR_METADATA
  14. META.yml
  15. OWNERS
  16. README.md
  17. reftest-wait-ref.html
  18. reftest-wait.html
third_party/blink/web_tests/external/wpt/infrastructure/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.

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

  • The tests in expected-fail/ should all fail.

To update the expectations stored in metadata/, you want to use the wpt tool with an invocation such as ./wpt update-expectations --metadata infrastructure/metadata --manifest MANIFEST.json [wptreport.json] with one or more wptreport.json files.