Skip to content

Commit

Permalink
Enable test262 tests.
Browse files Browse the repository at this point in the history
Summary: To allow the SandCastle run test262

Reviewed By: avp

Differential Revision: D22618857

fbshipit-source-id: 7d0f6520f6b4664d0f119a6598dc6b95aa9e80da
  • Loading branch information
Huxpro authored and facebook-github-bot committed Jul 28, 2020
1 parent 97fe320 commit 9706e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/testsuite/testsuite_skiplist.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,8 @@
# SpeciesConstructor
"test262/test/built-ins/ArrayBuffer/prototype/slice/species-constructor-is-not-object.js",
"test262/test/built-ins/TypedArray/prototype/map/speciesctor-get-ctor-abrupt.js",
"test262/test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-get-constructor-throws.js",
"test262/test/built-ins/RegExp/prototype/Symbol.matchAll/species-constructor-is-not-object-throws.js",
# t19359477
"mjsunit/regress/regress-3976.js",
"mjsunit/string-replace-gc.js",
Expand Down Expand Up @@ -1680,10 +1682,8 @@
UNSUPPORTED_FEATURES = [
"AggregateError",
"Promise.prototype.finally",
"String.prototype.matchAll",
"String.prototype.replaceAll",
"Symbol.asyncIterator",
"Symbol.matchAll",
"Symbol.species",
"Symbol.prototype.description",
"Symbol.unscopables",
Expand Down

0 comments on commit 9706e9a

Please sign in to comment.