Skip to content

Commit

Permalink
disable some test262 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 10, 2022
1 parent 408971e commit 19f126a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test262.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,16 @@ const exclude = [
'/ArrayBuffer/prototype/transfer/',
'/Function/prototype/toString/',
'/Object/internals/DefineOwnProperty/',
'/Object/prototype/toString/symbol-tag-non-str-builtin', // conflict with iterators helpers proposal
// conflict with iterators helpers proposal
'/Object/prototype/toString/symbol-tag-non-str-builtin',
'/RegExp/property-escapes/',
'resizable-buffer',
'resize-arraybuffer',
'detached-buffer',
'detach-typedarray',
// we can't implement this behavior on methods 100% proper and compatible with ES3
// in case of application some hacks this line will be removed
'not-a-constructor',
];

module.exports = test => {
Expand Down

0 comments on commit 19f126a

Please sign in to comment.