aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-06-19 12:07:40 +0200
committerLars Knoll <lars.knoll@qt.io>2018-06-25 07:36:44 +0000
commit3823e9b94f849f8344b81250fac708ac2eaccd16 (patch)
treeffe4ce6f2df01889501b4c4e45b8241d02d973f5 /tests
parent4094ce77af45427613e823a2a4d3c6087230d35a (diff)
Support preventExtensions in Proxy handlers
Change-Id: I03aaacc260bdb46eb09c597598a45fbb25d6d7b6 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/ecmascripttests/TestExpectations7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/auto/qml/ecmascripttests/TestExpectations b/tests/auto/qml/ecmascripttests/TestExpectations
index a1019b2fdc..320396dfcc 100644
--- a/tests/auto/qml/ecmascripttests/TestExpectations
+++ b/tests/auto/qml/ecmascripttests/TestExpectations
@@ -867,12 +867,7 @@ built-ins/Proxy/ownKeys/return-type-throws-undefined.js fails
built-ins/Proxy/ownKeys/trap-is-not-callable-realm.js fails
built-ins/Proxy/ownKeys/trap-is-not-callable.js fails
built-ins/Proxy/ownKeys/trap-is-undefined.js fails
-built-ins/Proxy/preventExtensions/call-parameters.js fails
-built-ins/Proxy/preventExtensions/null-handler.js fails
-built-ins/Proxy/preventExtensions/return-false.js fails
-built-ins/Proxy/preventExtensions/return-true-target-is-extensible.js fails
built-ins/Proxy/preventExtensions/trap-is-not-callable-realm.js fails
-built-ins/Proxy/preventExtensions/trap-is-not-callable.js fails
built-ins/Proxy/proxy-no-prototype.js fails
built-ins/Proxy/revocable/revocation-function-name.js fails
built-ins/Proxy/revocable/revocation-function-nonconstructor.js fails
@@ -882,6 +877,7 @@ built-ins/Proxy/setPrototypeOf/call-parameters.js fails
built-ins/Proxy/setPrototypeOf/internals-call-order.js fails
built-ins/Proxy/setPrototypeOf/not-extensible-target-not-same-target-prototype.js fails
built-ins/Proxy/setPrototypeOf/not-extensible-target-same-target-prototype.js fails
+built-ins/Proxy/setPrototypeOf/return-abrupt-from-target-getprototypeof.js fails
built-ins/Proxy/setPrototypeOf/toboolean-trap-result-false.js fails
built-ins/Proxy/setPrototypeOf/toboolean-trap-result-true-target-is-extensible.js fails
built-ins/Proxy/setPrototypeOf/trap-is-not-callable-realm.js fails
@@ -891,7 +887,6 @@ built-ins/Reflect/construct/newtarget-is-not-constructor-throws.js fails
built-ins/Reflect/construct/return-with-newtarget-argument.js fails
built-ins/Reflect/get/return-value-from-receiver.js fails
built-ins/Reflect/ownKeys/return-on-corresponding-order.js fails
-built-ins/Reflect/preventExtensions/return-boolean-from-proxy-object.js fails
built-ins/Reflect/set/creates-a-data-descriptor.js fails
built-ins/Reflect/set/different-property-descriptors.js fails
built-ins/Reflect/set/receiver-is-not-object.js fails