gecko-dev/testing/web-platform/tests/css/tools
Sam Sneddon 9580da6cd1 Bug 1539608 [wpt PR 16059] - Close files opened in w3ctestlib, a=testonly
Automatic update from web-platform-tests
Close files opened in w3ctestlib (#16059)

This causes problems with PyPy as without refcounting it doesn't
close files so quickly, and you run out of file descriptors on macOS.
--

wpt-commits: 5225e2c276b7e738ef4f9dd0cf6544fa64ef06d9
wpt-pr: 16059
2019-04-24 11:31:01 +01:00
..
apiclient
w3ctestlib Bug 1539608 [wpt PR 16059] - Close files opened in w3ctestlib, a=testonly 2019-04-24 11:31:01 +01:00
build.py
META.yml
README.md

This directory contains the CSS build system.

It is recommended that it is run with ../build-css-testsuites.sh, as this ensures all dependencies are installed. Note that it is not required to build the testsuites to run tests; you can just run tests as with any other web-platform-tests tests (see ../../docs/).

The build system is formed of build.py in this directory, the w3ctestlib package in w3ctestlib/, and the apiclient package in apiclient/apiclient/. Note that apiclient exists as a separate upstream project at https://hg.csswg.org/dev/apiclient/, and that ideally any changes here should make it upstream.