aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-03-13 21:59:33 +0100
committerLars Knoll <lars.knoll@qt.io>2018-04-26 20:26:36 +0000
commit3354628fd9e4c5f2255161a6ca8a5be63ff5bb89 (patch)
treebe0f7da01fffa0367bd87557e8b6f8d1c398883f /.gitmodules
parent3934ec5671769164eb278f4a90d10e0917860c36 (diff)
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 <lars.knoll@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
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