aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-08-22 11:57:36 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-08-29 06:54:07 +0000
commit16f18f68e37661f45047c913b9e6f9068dbc88a9 (patch)
tree6710ac3fa656a3d8f7579a01ede6af8592d4b09a /tests/auto/qml/ecmascripttests
parenta7fc82e2e95657e048e43fe438d07b63349c38cd (diff)
Fix scoping of the default export
Default export variables should follow lexical scope and live therefore in the dead temporal zone (15.2.3.8). Change-Id: I959a1dc1cdd430825d6d207138efaef23394bd04 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/qml/ecmascripttests')
-rw-r--r--tests/auto/qml/ecmascripttests/TestExpectations3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qml/ecmascripttests/TestExpectations b/tests/auto/qml/ecmascripttests/TestExpectations
index 5f422766b7..fd372abaf1 100644
--- a/tests/auto/qml/ecmascripttests/TestExpectations
+++ b/tests/auto/qml/ecmascripttests/TestExpectations
@@ -1051,9 +1051,6 @@ language/global-code/script-decl-var.js fails
language/identifiers/other_id_continue.js fails
language/identifiers/other_id_start-escaped.js fails
language/identifiers/other_id_start.js fails
-language/module-code/instn-named-bndng-dflt-expr.js strictFails
-language/module-code/instn-named-bndng-dflt-named.js strictFails
-language/module-code/instn-named-bndng-dflt-star.js strictFails
language/module-code/namespace/internals/delete-exported-uninit.js strictFails
language/module-code/namespace/internals/enumerate-binding-uninit.js strictFails
language/module-code/namespace/internals/get-own-property-str-found-uninit.js strictFails