diff options
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' |