Skip to content

Commit

Permalink
tests: update test262.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc committed Aug 14, 2023
1 parent 71011db commit e507850
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions testsrc/test262.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a configuration file for Test262SuiteTest.java. See ./README.md for more info about this file

built-ins/Array 188/2670 (7.04%)
built-ins/Array 179/2670 (6.7%)
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
from/iter-map-fn-this-non-strict.js non-strict Error propagation needs work in general
Expand Down Expand Up @@ -72,7 +72,18 @@ built-ins/Array 188/2670 (7.04%)
prototype/filter/target-array-with-non-writable-property.js {unsupported: [Symbol.species]}
prototype/findIndex/predicate-call-this-strict.js strict
prototype/find/predicate-call-this-strict.js strict
prototype/flatMap 21/21 (100.0%)
prototype/flatMap/array-like-objects.js
prototype/flatMap/array-like-objects-poisoned-length.js
prototype/flatMap/proxy-access-count.js
prototype/flatMap/target-array-non-extensible.js {unsupported: [Symbol.species]}
prototype/flatMap/target-array-with-non-configurable-property.js {unsupported: [Symbol.species]}
prototype/flatMap/target-array-with-non-writable-property.js {unsupported: [Symbol.species]}
prototype/flatMap/this-value-ctor-non-object.js
prototype/flatMap/this-value-ctor-object-species.js {unsupported: [Symbol.species]}
prototype/flatMap/this-value-ctor-object-species-bad-throws.js {unsupported: [Symbol.species]}
prototype/flatMap/this-value-ctor-object-species-custom-ctor.js {unsupported: [Symbol.species]}
prototype/flatMap/this-value-ctor-object-species-custom-ctor-poisoned-throws.js {unsupported: [Symbol.species]}
prototype/flatMap/thisArg-argument.js strict
prototype/flat/non-object-ctor-throws.js
prototype/flat/proxy-access-count.js
prototype/flat/target-array-non-extensible.js {unsupported: [Symbol.species]}
Expand Down Expand Up @@ -159,7 +170,7 @@ built-ins/Array 188/2670 (7.04%)
prototype/toLocaleString/primitive_this_value.js strict
prototype/toLocaleString/primitive_this_value_getter.js strict
prototype/unshift/throws-with-string-receiver.js
prototype/methods-called-as-functions.js {unsupported: [Symbol.species, Array.prototype.flatMap]}
prototype/methods-called-as-functions.js {unsupported: [Symbol.species]}
prototype/Symbol.iterator.js Expects a particular string value
Symbol.species 4/4 (100.0%)
proto-from-ctor-realm-one.js {unsupported: [Reflect]}
Expand Down

0 comments on commit e507850

Please sign in to comment.