| 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/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=4034 | 235 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
| 236 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 236 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
| 237 | 237 |
| 238 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 238 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
| 239 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], | 239 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
| 240 'language/statements/try/early-catch-lex': [FAIL], | |
| 241 'language/statements/try/early-catch-var': [FAIL], | |
| 242 | 240 |
| 243 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 241 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
| 244 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], | 242 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], |
| 245 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], | 243 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], |
| 246 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, | 244 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, |
| 247 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], | 245 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], |
| 248 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], | 246 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], |
| 249 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [
FAIL], | 247 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [
FAIL], |
| 250 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-err
': [FAIL], | 248 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-err
': [FAIL], |
| 251 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-nul
l': [FAIL], | 249 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-nul
l': [FAIL], |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 }], # asan == True | 615 }], # asan == True |
| 618 | 616 |
| 619 ['asan == True or msan == True or tsan == True', { | 617 ['asan == True or msan == True or tsan == True', { |
| 620 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 618 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 621 # The failed allocation causes an asan/msan/tsan error | 619 # The failed allocation causes an asan/msan/tsan error |
| 622 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 620 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 623 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 621 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 624 }], # asan == True or msan == True or tsan == True | 622 }], # asan == True or msan == True or tsan == True |
| 625 | 623 |
| 626 ] | 624 ] |
| OLD | NEW |