diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2020-01-09 17:28:46 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2020-04-17 23:44:53 -0500 |
commit | 8bb1732258c44e6850618a8f2fbb2927bc01b090 (patch) | |
tree | e4483e94fd5fbceb15fe9e35e3d5a085d3b2b814 /tests/wpt/webgl/tools/import-conformance-tests.py | |
parent | 9dbc6554f087ca3675104fb1bac45b0c442a0158 (diff) | |
download | servo-8bb1732258c44e6850618a8f2fbb2927bc01b090.tar.gz servo-8bb1732258c44e6850618a8f2fbb2927bc01b090.zip |
Update surfman to 0.2 and remove glutin
Diffstat (limited to 'tests/wpt/webgl/tools/import-conformance-tests.py')
-rwxr-xr-x | tests/wpt/webgl/tools/import-conformance-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/webgl/tools/import-conformance-tests.py b/tests/wpt/webgl/tools/import-conformance-tests.py index 9440abab4d0..0f6b203dcc3 100755 --- a/tests/wpt/webgl/tools/import-conformance-tests.py +++ b/tests/wpt/webgl/tools/import-conformance-tests.py @@ -16,6 +16,7 @@ PATCHES = [ ("timeout.patch", None), ("set-zero-timeout.patch", "js/webgl-test-utils.js"), ("compressed-images.patch", "conformance/extensions/webgl-compressed-texture-s3tc.html"), + ("shader-varying-packing-restrictions.patch", "conformance/glsl/misc/shader-varying-packing-restrictions.html"), ] # Fix for 'UnicodeDecodeError: 'ascii' codec can't decode byte' |