From 8582d18d2ffb0556727acf57c46e0129af027e06 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 24 Aug 2018 12:01:15 +0200 Subject: [PATCH] Fix import-conformance-tests.py --- tests/wpt/mozilla/meta/MANIFEST.json | 2 +- tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 86cf8a862e2..e2e81119810 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -99166,7 +99166,7 @@ "testharness" ], "webgl/tools/import-conformance-tests.py": [ - "970c36cecac1e391866040b77a0cea91154e6084", + "55e183f9a5b2269ec75345786039cdb7f1106c0b", "support" ], "webgl/tools/js-test-pre.patch": [ diff --git a/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py b/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py index 970c36cecac..55e183f9a5b 100755 --- a/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py +++ b/tests/wpt/mozilla/tests/webgl/tools/import-conformance-tests.py @@ -19,7 +19,7 @@ PATCHES_1X = [ # Patches for conformance tests 2.0.x PATCHES_2X = [ ("js-test-pre2.patch", "js/js-test-pre.js"), - ("unit.patch", "conformance/more/unit.js") + ("unit.patch", "conformance/more/unit.js"), ("unit2.patch", "conformance/more/unit.js") ]