aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-09-08 23:14:32 +0200
committerLars Knoll <lars.knoll@qt.io>2018-09-09 15:52:15 +0000
commitd1885b403196af17e931c24f3c98fc8afd03f005 (patch)
treeaf3f38fb554e74bac66c4879172db1de46dcd39f /tests
parentbcc9aa7daf197e8f2befe215902443d608e07b6a (diff)
Fix a small bug in virtualHasProperty
It should call hasProperty() on the proto if the property wasn't found locally, instead of looping and calling getOwnProperty, as this leads to subtly differences with Proxy objects. Change-Id: I088b0522c621999b7991f9194f46eaa9f6e15206 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/ecmascripttests/TestExpectations1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/ecmascripttests/TestExpectations b/tests/auto/qml/ecmascripttests/TestExpectations
index c164691d2b..a8ae606fc4 100644
--- a/tests/auto/qml/ecmascripttests/TestExpectations
+++ b/tests/auto/qml/ecmascripttests/TestExpectations
@@ -328,7 +328,6 @@ built-ins/Promise/resolve/name.js fails
built-ins/Promise/resolve/prop-desc.js fails
built-ins/Promise/resolve/resolve-from-promise-capability.js fails
built-ins/Promise/resolve/resolve-prms-cstm-then.js fails
-built-ins/Proxy/has/call-object-create.js fails
built-ins/Proxy/ownKeys/return-duplicate-entries-throws.js fails
built-ins/Proxy/ownKeys/return-duplicate-symbol-entries-throws.js fails
built-ins/RegExp/S15.10.2.12_A2_T1.js fails