Skip to content

Commit

Permalink
Cleanup + regenerate of test262.properties after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bakker committed Jun 21, 2021
1 parent 01ab074 commit 7395bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ public class Test262SuiteTest {
"super",
"String.prototype.matchAll",
"Symbol.matchAll",
// "Symbol.unscopable",
// "Symbol.species",
"tail-call-optimization",
"json-superset",
"hashbang",
Expand Down
12 changes: 3 additions & 9 deletions testsrc/test262.properties
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ built-ins/encodeURIComponent 2/30 (6.67%)
name.js
S15.1.3.4_A5.2.js

built-ins/Error 6/42 (14.29%)
built-ins/Error 5/42 (11.9%)
prototype/toString/called-as-function.js
prototype/toString/invalid-receiver.js
prototype/no-error-data.js
Expand Down Expand Up @@ -793,7 +793,7 @@ built-ins/Math 2/273 (0.73%)

built-ins/NaN 0/6 (0.0%)

built-ins/NativeErrors 66/108 (61.11%)
built-ins/NativeErrors 35/108 (32.41%)
AggregateError/prototype 6/6 (100.0%)
AggregateError 17/17 (100.0%)
EvalError/prototype/not-error-object.js
Expand All @@ -820,7 +820,7 @@ built-ins/Number 9/283 (3.18%)
S9.3.1_A3_T1_U180E.js {unsupported: [u180e]}
S9.3.1_A3_T2_U180E.js {unsupported: [u180e]}

built-ins/Object 161/3150 (5.11%)
built-ins/Object 155/3150 (4.92%)
assign/source-own-prop-desc-missing.js {unsupported: [Proxy]}
assign/source-own-prop-error.js {unsupported: [Proxy]}
assign/source-own-prop-keys-error.js {unsupported: [Proxy]}
Expand Down Expand Up @@ -920,12 +920,6 @@ built-ins/Object 161/3150 (5.11%)
getOwnPropertySymbols/proxy-invariant-duplicate-string-entry.js {unsupported: [Proxy]}
getOwnPropertySymbols/proxy-invariant-not-extensible-absent-string-key.js {unsupported: [Proxy]}
getOwnPropertySymbols/proxy-invariant-not-extensible-extra-string-key.js {unsupported: [Proxy]}
getPrototypeOf/15.2.3.2-2-12.js
getPrototypeOf/15.2.3.2-2-13.js
getPrototypeOf/15.2.3.2-2-14.js
getPrototypeOf/15.2.3.2-2-15.js
getPrototypeOf/15.2.3.2-2-16.js
getPrototypeOf/15.2.3.2-2-17.js
internals/DefineOwnProperty/consistent-value-function-arguments.js
internals/DefineOwnProperty/consistent-value-function-caller.js
internals/DefineOwnProperty/consistent-value-regexp-dollar1.js
Expand Down

0 comments on commit 7395bda

Please sign in to comment.