aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-08-08 14:37:13 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-08-15 14:24:30 +0000
commit2e3d2565aab881d4b86911a59769e777de8a9c9f (patch)
tree918c6a66c3be965669a70edb41663a422586c08f /tests
parentcda5885efab0b9905260e0d48013d1d10644eb29 (diff)
Implement String.prototype.match as per ES7 spec
The implementation is supposed to call arg[Symbol.match]. Change-Id: Ia8028d259e152b1e65eb6b0e817ef60bdc0d37e2 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/ecmascripttests/TestExpectations2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/ecmascripttests/TestExpectations b/tests/auto/qml/ecmascripttests/TestExpectations
index 5fb6bb1cd9..5c2ad1f799 100644
--- a/tests/auto/qml/ecmascripttests/TestExpectations
+++ b/tests/auto/qml/ecmascripttests/TestExpectations
@@ -929,8 +929,6 @@ built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-test.
built-ins/String/prototype/indexOf/position-tointeger-toprimitive.js fails
built-ins/String/prototype/indexOf/position-tointeger.js fails
built-ins/String/prototype/indexOf/searchstring-tostring-toprimitive.js fails
-built-ins/String/prototype/match/invoke-builtin-match.js fails
-built-ins/String/prototype/match/cstm-matcher-invocation.js fails
built-ins/String/prototype/replace/cstm-replace-invocation.js fails
built-ins/String/prototype/replace/this-value-not-obj-coercible.js fails
built-ins/String/prototype/search/cstm-search-invocation.js fails