From 3354628fd9e4c5f2255161a6ca8a5be63ff5bb89 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 13 Mar 2018 21:59:33 +0100 Subject: Update to the latest version of the ecmascript test suite Update test262.py to work with an up to date version of the Ecmascript test suite and update the suite to current master. test262 does also contain tests for experimental features that are not yet part of the standard. As we don't want to test those, test262.py contains a hardcoded list of those features. As this brings in all the ES6/7/8 tests in the test suite, it requires us to add a large list of failing tests to TestExpectations. But like this we can more easily track work towards better ES6 compatibility and make sure we don't introduce regressions. Currently, we pass around 60% of the test suite. Task-number: QTBUG-66950 Change-Id: I6ea75702e6f89e901e4752b73219d2f48ed53c10 Reviewed-by: Lars Knoll --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e6e5650150..e93f38f128 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "tests/auto/qml/ecmascripttests/test262"] path = tests/auto/qml/ecmascripttests/test262 url = ../qtdeclarative-testsuites.git - branch = snapshot-20150317-8f6a508-based + branch = snapshot-20180312-3c69133-based -- cgit v1.2.3