aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-08-10 17:53:42 +0200
committerLars Knoll <lars.knoll@qt.io>2018-08-23 08:13:07 +0000
commitb8009a27242920f40ce9361c0aec619cca864c64 (patch)
treee4db951b3c1112122b11ff93cc32b9b0028c7322 /tests
parent61e67d6f6d7fd49089bf5dbcc5049838d8400603 (diff)
Fix test failures in DataView.prototype methods
Change-Id: Ib9a32f9993c6768c6a55f3192a4f3a8ef05eda8f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/ecmascripttests/TestExpectations82
1 files changed, 0 insertions, 82 deletions
diff --git a/tests/auto/qml/ecmascripttests/TestExpectations b/tests/auto/qml/ecmascripttests/TestExpectations
index cf5c234a0a..212ea08121 100644
--- a/tests/auto/qml/ecmascripttests/TestExpectations
+++ b/tests/auto/qml/ecmascripttests/TestExpectations
@@ -221,88 +221,6 @@ built-ins/DataView/custom-proto-if-object-is-used.js fails
built-ins/DataView/detached-buffer.js fails
built-ins/DataView/newtarget-undefined-throws.js fails
built-ins/DataView/proto-from-ctor-realm.js fails
-built-ins/DataView/prototype/byteLength/detached-buffer.js fails
-built-ins/DataView/prototype/byteOffset/detached-buffer.js fails
-built-ins/DataView/prototype/getFloat32/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getFloat32/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getFloat32/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getFloat32/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getFloat64/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getFloat64/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getFloat64/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getFloat64/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getInt16/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getInt16/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getInt16/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getInt16/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getInt32/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getInt32/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getInt32/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getInt32/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getInt8/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getInt8/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getInt8/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getInt8/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getUint16/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getUint16/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getUint16/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getUint16/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getUint32/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getUint32/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getUint32/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getUint32/toindex-byteoffset.js fails
-built-ins/DataView/prototype/getUint8/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/getUint8/index-is-out-of-range.js fails
-built-ins/DataView/prototype/getUint8/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/getUint8/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setFloat32/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setFloat32/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setFloat32/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setFloat32/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setFloat32/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setFloat32/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setFloat64/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setFloat64/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setFloat64/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setFloat64/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setFloat64/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setInt16/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setInt16/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setInt16/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setInt16/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setInt16/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setInt32/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setInt32/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setInt32/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setInt32/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setInt32/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setInt32/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setInt8/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setInt8/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setInt8/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setInt8/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setInt8/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setInt8/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setUint16/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setUint16/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setUint16/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setUint16/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setUint16/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setUint16/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setUint32/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setUint32/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setUint32/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setUint32/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setUint32/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setUint32/toindex-byteoffset.js fails
-built-ins/DataView/prototype/setUint8/detached-buffer-after-toindex-byteoffset.js fails
-built-ins/DataView/prototype/setUint8/index-check-before-value-conversion.js fails
-built-ins/DataView/prototype/setUint8/index-is-out-of-range.js fails
-built-ins/DataView/prototype/setUint8/negative-byteoffset-throws.js fails
-built-ins/DataView/prototype/setUint8/range-check-after-value-conversion.js fails
-built-ins/DataView/prototype/setUint8/toindex-byteoffset.js fails
built-ins/DataView/toindex-bytelength.js fails
built-ins/DataView/toindex-byteoffset.js fails
built-ins/Date/UTC/infinity-make-day.js fails