Skip to content

Commit

Permalink
Updated test262 after implementing new Array/TypedArray methods
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabergia committed Aug 8, 2024
1 parent 9f888a5 commit cd22eaa
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions tests/testsrc/test262.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ harness 22/115 (19.13%)
isConstructor.js {unsupported: [Reflect.construct]}
nativeFunctionMatcher.js

built-ins/Array 471/3055 (15.42%)
built-ins/Array 441/3055 (14.44%)
fromAsync 94/94 (100.0%)
from/calling-from-valid-1-noStrict.js non-strict Spec pretty clearly says this should be undefined
from/elements-deleted-after.js Checking to see if length changed, but spec says it should not
Expand Down Expand Up @@ -116,48 +116,18 @@ built-ins/Array 471/3055 (15.42%)
prototype/findIndex/resizable-buffer.js
prototype/findIndex/resizable-buffer-grow-mid-iteration.js
prototype/findIndex/resizable-buffer-shrink-mid-iteration.js
prototype/findLastIndex/array-altered-during-loop.js
prototype/findLastIndex/call-with-boolean.js
prototype/findLastIndex/callbackfn-resize-arraybuffer.js
prototype/findLastIndex/length.js
prototype/findLastIndex/maximum-index.js
prototype/findLastIndex/name.js
prototype/findLastIndex/not-a-constructor.js {unsupported: [Reflect.construct]}
prototype/findLastIndex/predicate-call-parameters.js
prototype/findLastIndex/predicate-call-this-non-strict.js non-strict
prototype/findLastIndex/predicate-call-this-strict.js strict
prototype/findLastIndex/predicate-called-for-each-array-property.js
prototype/findLastIndex/predicate-not-called-on-empty-array.js
prototype/findLastIndex/prop-desc.js
prototype/findLastIndex/resizable-buffer.js
prototype/findLastIndex/resizable-buffer-grow-mid-iteration.js
prototype/findLastIndex/resizable-buffer-shrink-mid-iteration.js
prototype/findLastIndex/return-abrupt-from-predicate-call.js
prototype/findLastIndex/return-abrupt-from-property.js
prototype/findLastIndex/return-abrupt-from-this-length.js
prototype/findLastIndex/return-index-predicate-result-is-true.js
prototype/findLastIndex/return-negative-one-if-predicate-returns-false-value.js
prototype/findLast/array-altered-during-loop.js
prototype/findLast/call-with-boolean.js
prototype/findLast/callbackfn-resize-arraybuffer.js
prototype/findLast/length.js
prototype/findLast/maximum-index.js
prototype/findLast/name.js
prototype/findLast/not-a-constructor.js {unsupported: [Reflect.construct]}
prototype/findLast/predicate-call-parameters.js
prototype/findLast/predicate-call-this-non-strict.js non-strict
prototype/findLast/predicate-call-this-strict.js strict
prototype/findLast/predicate-called-for-each-array-property.js
prototype/findLast/predicate-not-called-on-empty-array.js
prototype/findLast/prop-desc.js
prototype/findLast/resizable-buffer.js
prototype/findLast/resizable-buffer-grow-mid-iteration.js
prototype/findLast/resizable-buffer-shrink-mid-iteration.js
prototype/findLast/return-abrupt-from-predicate-call.js
prototype/findLast/return-abrupt-from-property.js
prototype/findLast/return-abrupt-from-this-length.js
prototype/findLast/return-found-value-predicate-result-is-true.js
prototype/findLast/return-undefined-if-predicate-returns-false-value.js
prototype/find/callbackfn-resize-arraybuffer.js
prototype/find/not-a-constructor.js {unsupported: [Reflect.construct]}
prototype/find/predicate-call-this-strict.js strict
Expand Down Expand Up @@ -2476,7 +2446,7 @@ built-ins/ThrowTypeError 8/14 (57.14%)
unique-per-realm-non-simple.js
unique-per-realm-unmapped-args.js

built-ins/TypedArray 1078/1386 (77.78%)
built-ins/TypedArray 1064/1386 (76.77%)
from/arylk-get-length-error.js
from/arylk-to-length-error.js
from/from-array-mapper-detaches-result.js
Expand Down Expand Up @@ -2654,20 +2624,13 @@ built-ins/TypedArray 1078/1386 (77.78%)
prototype/findLastIndex/length.js
prototype/findLastIndex/name.js
prototype/findLastIndex/not-a-constructor.js {unsupported: [Reflect.construct]}
prototype/findLastIndex/predicate-call-changes-value.js
prototype/findLastIndex/predicate-call-parameters.js
prototype/findLastIndex/predicate-call-this-non-strict.js non-strict
prototype/findLastIndex/predicate-call-this-strict.js strict
prototype/findLastIndex/predicate-may-detach-buffer.js
prototype/findLastIndex/predicate-not-called-on-empty-array.js
prototype/findLastIndex/prop-desc.js
prototype/findLastIndex/resizable-buffer.js
prototype/findLastIndex/resizable-buffer-grow-mid-iteration.js
prototype/findLastIndex/resizable-buffer-shrink-mid-iteration.js
prototype/findLastIndex/return-abrupt-from-predicate-call.js
prototype/findLastIndex/return-abrupt-from-this-out-of-bounds.js
prototype/findLastIndex/return-index-predicate-result-is-true.js
prototype/findLastIndex/return-negative-one-if-predicate-returns-false-value.js
prototype/findLastIndex/this-is-not-object.js
prototype/findLastIndex/this-is-not-typedarray-instance.js
prototype/findLast/callbackfn-resize.js
Expand All @@ -2678,20 +2641,13 @@ built-ins/TypedArray 1078/1386 (77.78%)
prototype/findLast/length.js
prototype/findLast/name.js
prototype/findLast/not-a-constructor.js {unsupported: [Reflect.construct]}
prototype/findLast/predicate-call-changes-value.js
prototype/findLast/predicate-call-parameters.js
prototype/findLast/predicate-call-this-non-strict.js non-strict
prototype/findLast/predicate-call-this-strict.js strict
prototype/findLast/predicate-may-detach-buffer.js
prototype/findLast/predicate-not-called-on-empty-array.js
prototype/findLast/prop-desc.js
prototype/findLast/resizable-buffer.js
prototype/findLast/resizable-buffer-grow-mid-iteration.js
prototype/findLast/resizable-buffer-shrink-mid-iteration.js
prototype/findLast/return-abrupt-from-predicate-call.js
prototype/findLast/return-abrupt-from-this-out-of-bounds.js
prototype/findLast/return-found-value-predicate-result-is-true.js
prototype/findLast/return-undefined-if-predicate-returns-false-value.js
prototype/findLast/this-is-not-object.js
prototype/findLast/this-is-not-typedarray-instance.js
prototype/find/callbackfn-resize.js
Expand Down

0 comments on commit cd22eaa

Please sign in to comment.