Skip to content

Commit

Permalink
[JSTests] update test262 expectations after r232261
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=184267

Reviewed by Saam Barati.

* test262/expectations.yaml:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@232282 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
[email protected] committed May 30, 2018
1 parent a5ca8e9 commit a7edaf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions JSTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2018-05-29 Caitlin Potter <[email protected]>

[JSTests] update test262 expectations after r232261
https://bugs.webkit.org/show_bug.cgi?id=184267

Reviewed by Saam Barati.

* test262/expectations.yaml:

2018-05-29 Caio Lima <[email protected]>

[ESNext][BigInt] Implement support for "<" and ">" relational operation
Expand Down
6 changes: 0 additions & 6 deletions JSTests/test262/expectations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,12 +624,6 @@ test/built-ins/Array/of/return-abrupt-from-data-property.js:
test/built-ins/Array/proto-from-ctor-realm.js:
default: 'Test262Error: Expected SameValue(«», «») to be true'
strict mode: 'Test262Error: Expected SameValue(«», «») to be true'
test/built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked.js:
default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
test/built-ins/Array/prototype/concat/is-concat-spreadable-proxy.js:
default: 'Test262Error: Proxy for an array Expected SameValue(«1», «0») to be true'
strict mode: 'Test262Error: Proxy for an array Expected SameValue(«1», «0») to be true'
test/built-ins/Array/prototype/filter/target-array-with-non-writable-property.js:
default: 'TypeError: Attempted to assign to readonly property.'
strict mode: 'TypeError: Attempted to assign to readonly property.'
Expand Down

0 comments on commit a7edaf9

Please sign in to comment.