| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], | 225 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], |
| 226 'built-ins/TypedArray/prototype/set/detached-buffer': [FAIL], | 226 'built-ins/TypedArray/prototype/set/detached-buffer': [FAIL], |
| 227 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], | 227 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], |
| 228 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], | 228 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], |
| 229 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], | 229 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], |
| 230 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], | 230 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], |
| 231 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], | 231 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], |
| 232 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | 232 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], |
| 233 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], | 233 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], |
| 234 | 234 |
| 235 # https://bugs.chromium.org/p/v8/issues/detail?id=4925 | |
| 236 'built-ins/ThrowTypeError/forbidden-arguments': [FAIL], | |
| 237 'built-ins/ThrowTypeError/forbidden-caller': [FAIL], | |
| 238 | |
| 239 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 235 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
| 240 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 236 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
| 241 | 237 |
| 242 # https://bugs.chromium.org/p/v8/issues/detail?id=4902 | 238 # https://bugs.chromium.org/p/v8/issues/detail?id=4902 |
| 243 'built-ins/TypedArray/prototype/byteLength/prop-desc': [FAIL], | 239 'built-ins/TypedArray/prototype/byteLength/prop-desc': [FAIL], |
| 244 'built-ins/TypedArray/prototype/byteOffset/prop-desc': [FAIL], | 240 'built-ins/TypedArray/prototype/byteOffset/prop-desc': [FAIL], |
| 245 'built-ins/TypedArray/prototype/copyWithin/get-length-ignores-length-prop': [F
AIL], | 241 'built-ins/TypedArray/prototype/copyWithin/get-length-ignores-length-prop': [F
AIL], |
| 246 'built-ins/TypedArray/prototype/every/get-length-ignores-length-prop': [FAIL], | 242 'built-ins/TypedArray/prototype/every/get-length-ignores-length-prop': [FAIL], |
| 247 'built-ins/TypedArray/prototype/every/get-length-uses-internal-arraylength': [
FAIL], | 243 'built-ins/TypedArray/prototype/every/get-length-uses-internal-arraylength': [
FAIL], |
| 248 'built-ins/TypedArray/prototype/fill/get-length-ignores-length-prop': [FAIL], | 244 'built-ins/TypedArray/prototype/fill/get-length-ignores-length-prop': [FAIL], |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 442 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 447 }], # asan == True | 443 }], # asan == True |
| 448 | 444 |
| 449 ['asan == True or msan == True or tsan == True', { | 445 ['asan == True or msan == True or tsan == True', { |
| 450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 446 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 451 # The failed allocation causes an asan/msan/tsan error | 447 # The failed allocation causes an asan/msan/tsan error |
| 452 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 448 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 453 }], # asan == True or msan == True or tsan == True | 449 }], # asan == True or msan == True or tsan == True |
| 454 | 450 |
| 455 ] | 451 ] |
| OLD | NEW |