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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 | 375 |
376 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 | 376 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 |
377 'language/eval-code/non-definable-function-with-variable': [FAIL], | 377 'language/eval-code/non-definable-function-with-variable': [FAIL], |
378 'language/eval-code/non-definable-function-with-function': [FAIL], | 378 'language/eval-code/non-definable-function-with-function': [FAIL], |
379 | 379 |
380 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 | 380 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 |
381 'built-ins/ArrayBuffer/length-is-absent': [FAIL], | 381 'built-ins/ArrayBuffer/length-is-absent': [FAIL], |
382 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], | 382 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], |
383 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], | 383 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], |
384 | 384 |
385 # https://bugs.chromium.org/p/v8/issues/detail?id=4630 | |
386 'language/statements/generators/invoke-as-constructor': [FAIL], | |
387 'language/expressions/generators/invoke-as-constructor': [FAIL], | |
388 'language/expressions/object/method-definition/generator-invoke-ctor': [FAIL], | |
389 | |
390 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 | 385 # https://bugs.chromium.org/p/v8/issues/detail?id=4633 |
391 'built-ins/Promise/reject-function-name': [FAIL], | 386 'built-ins/Promise/reject-function-name': [FAIL], |
392 'built-ins/Promise/resolve-function-name': [FAIL], | 387 'built-ins/Promise/resolve-function-name': [FAIL], |
393 'built-ins/Promise/all/resolve-element-function-name': [FAIL], | 388 'built-ins/Promise/all/resolve-element-function-name': [FAIL], |
394 'built-ins/Promise/executor-function-name': [FAIL], | 389 'built-ins/Promise/executor-function-name': [FAIL], |
395 'built-ins/Promise/all/capability-executor-not-callable': [FAIL], | 390 'built-ins/Promise/all/capability-executor-not-callable': [FAIL], |
396 'built-ins/Promise/reject/capability-executor-not-callable': [FAIL], | 391 'built-ins/Promise/reject/capability-executor-not-callable': [FAIL], |
397 'built-ins/Promise/race/capability-executor-not-callable': [FAIL], | 392 'built-ins/Promise/race/capability-executor-not-callable': [FAIL], |
398 'built-ins/Promise/prototype/then/capability-executor-not-callable': [FAIL], | 393 'built-ins/Promise/prototype/then/capability-executor-not-callable': [FAIL], |
399 'built-ins/Promise/resolve/capability-executor-not-callable': [FAIL], | 394 'built-ins/Promise/resolve/capability-executor-not-callable': [FAIL], |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], | 722 'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP], |
728 'built-ins/encodeURI*': [SKIP], | 723 'built-ins/encodeURI*': [SKIP], |
729 'intl402/9.2.2': [SKIP], | 724 'intl402/9.2.2': [SKIP], |
730 'language/statements/let/fn-name-arrow': [SKIP], | 725 'language/statements/let/fn-name-arrow': [SKIP], |
731 'language/statements/let/fn-name-cover': [SKIP], | 726 'language/statements/let/fn-name-cover': [SKIP], |
732 'language/statements/let/fn-name-fn': [SKIP], | 727 'language/statements/let/fn-name-fn': [SKIP], |
733 'language/statements/let/fn-name-gen': [SKIP], | 728 'language/statements/let/fn-name-gen': [SKIP], |
734 }], # ignition == True and (arch == arm or arch == arm64) | 729 }], # ignition == True and (arch == arm or arch == arm64) |
735 | 730 |
736 ] | 731 ] |
OLD | NEW |