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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | 230 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], |
231 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], | 231 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], |
232 | 232 |
233 # https://bugs.chromium.org/p/v8/issues/detail?id=4925 | 233 # https://bugs.chromium.org/p/v8/issues/detail?id=4925 |
234 'built-ins/ThrowTypeError/forbidden-arguments': [FAIL], | 234 'built-ins/ThrowTypeError/forbidden-arguments': [FAIL], |
235 'built-ins/ThrowTypeError/forbidden-caller': [FAIL], | 235 'built-ins/ThrowTypeError/forbidden-caller': [FAIL], |
236 | 236 |
237 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 237 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
238 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 238 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
239 | 239 |
240 # https://bugs.chromium.org/p/v8/issues/detail?id=4902 | |
241 'built-ins/TypedArray/prototype/byteLength/prop-desc': [FAIL], | |
242 'built-ins/TypedArray/prototype/byteOffset/prop-desc': [FAIL], | |
243 'built-ins/TypedArray/prototype/copyWithin/get-length-ignores-length-prop': [F
AIL], | |
244 'built-ins/TypedArray/prototype/every/get-length-ignores-length-prop': [FAIL], | |
245 'built-ins/TypedArray/prototype/every/get-length-uses-internal-arraylength': [
FAIL], | |
246 'built-ins/TypedArray/prototype/fill/get-length-ignores-length-prop': [FAIL], | |
247 'built-ins/TypedArray/prototype/find/get-length-ignores-length-prop': [FAIL], | |
248 'built-ins/TypedArray/prototype/findIndex/get-length-ignores-length-prop': [FA
IL], | |
249 'built-ins/TypedArray/prototype/indexOf/get-length-uses-internal-arraylength':
[FAIL], | |
250 'built-ins/TypedArray/prototype/lastIndexOf/get-length-uses-internal-arrayleng
th': [FAIL], | |
251 'built-ins/TypedArray/prototype/length/prop-desc': [FAIL], | |
252 'built-ins/TypedArray/prototype/some/get-length-uses-internal-arraylength': [F
AIL], | |
253 | |
254 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 240 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
255 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], | 241 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
256 'language/statements/try/early-catch-lex': [FAIL], | 242 'language/statements/try/early-catch-lex': [FAIL], |
257 'language/statements/try/early-catch-var': [FAIL], | 243 'language/statements/try/early-catch-var': [FAIL], |
258 | 244 |
259 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 245 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
260 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close': [F
AIL], | 246 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close': [F
AIL], |
261 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-err'
: [FAIL], | 247 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-err'
: [FAIL], |
262 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-null
': [FAIL], | 248 'language/expressions/assignment/destructuring/array-elem-iter-rtrn-close-null
': [FAIL], |
263 'language/expressions/assignment/destructuring/array-elem-iter-thrw-close': [F
AIL], | 249 'language/expressions/assignment/destructuring/array-elem-iter-thrw-close': [F
AIL], |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 430 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
445 }], # asan == True | 431 }], # asan == True |
446 | 432 |
447 ['asan == True or msan == True or tsan == True', { | 433 ['asan == True or msan == True or tsan == True', { |
448 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 434 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
449 # The failed allocation causes an asan/msan/tsan error | 435 # The failed allocation causes an asan/msan/tsan error |
450 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 436 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
451 }], # asan == True or msan == True or tsan == True | 437 }], # asan == True or msan == True or tsan == True |
452 | 438 |
453 ] | 439 ] |
OLD | NEW |