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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], | 195 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], |
196 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], | 196 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], |
197 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], | 197 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], |
198 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], | 198 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], |
199 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], | 199 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], |
200 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | 200 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], |
201 | 201 |
202 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 202 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
203 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 203 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
204 | 204 |
| 205 # https://bugs.chromium.org/p/v8/issues/detail?id=5535 |
| 206 'built-ins/ThrowTypeError/unique-per-realm-non-simple': [FAIL], |
| 207 'built-ins/ThrowTypeError/unique-per-realm-unmapped-args': [FAIL], |
| 208 'language/arguments-object/10.6-13-b-1-s': [FAIL], |
| 209 'language/arguments-object/10.6-13-b-2-s': [FAIL], |
| 210 'language/arguments-object/10.6-13-b-3-s': [FAIL], |
| 211 'language/arguments-object/10.6-14-1-s': [FAIL], |
| 212 'language/arguments-object/10.6-14-b-1-s': [FAIL], |
| 213 'language/arguments-object/10.6-14-b-4-s': [FAIL], |
| 214 'language/statements/class/strict-mode/arguments-caller': [FAIL], |
| 215 |
205 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 216 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
206 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], | 217 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
207 | 218 |
208 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 219 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
209 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], | 220 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], |
210 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], | 221 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], |
211 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, | 222 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, |
212 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], | 223 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], |
213 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], | 224 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], |
214 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [
FAIL], | 225 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [
FAIL], |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 | 636 |
626 # v8:5487 | 637 # v8:5487 |
627 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], | 638 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], |
628 | 639 |
629 # v8:5401 | 640 # v8:5401 |
630 'language/module-code/namespace/internals/set': [FAIL], | 641 'language/module-code/namespace/internals/set': [FAIL], |
631 'language/module-code/namespace/internals/define-own-property': [FAIL], | 642 'language/module-code/namespace/internals/define-own-property': [FAIL], |
632 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan | 643 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
633 | 644 |
634 ] | 645 ] |
OLD | NEW |