| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 27818efad2a333b838c59ed58030d1ec27bd4877..9377ab41645af68313791596e34b7b8a783b15de 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -683,6 +683,14 @@
|
| 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
|
| }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
|
|
|
| +['byteorder == big', {
|
| + # Test failures on big endian platforms due to the way the tests
|
| + # are written
|
| +
|
| + # https://github.com/tc39/test262/issues/757
|
| + 'built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type': [SKIP],
|
| +}],
|
| +
|
| ['asan == True', {
|
| # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with
|
| # asan's --omit-quit flag.
|
|
|