| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'built-ins/Proxy/revocable/revocation-function-name': [FAIL], | 78 'built-ins/Proxy/revocable/revocation-function-name': [FAIL], |
| 79 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], | 79 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], |
| 80 'language/expressions/assignment/fn-name-lhs-member': [FAIL], | 80 'language/expressions/assignment/fn-name-lhs-member': [FAIL], |
| 81 'language/expressions/class/name': [FAIL], | 81 'language/expressions/class/name': [FAIL], |
| 82 'language/expressions/function/name': [FAIL], | 82 'language/expressions/function/name': [FAIL], |
| 83 'language/expressions/generators/name': [FAIL], | 83 'language/expressions/generators/name': [FAIL], |
| 84 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL], | 84 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL], |
| 85 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL], | 85 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL], |
| 86 'intl402/Collator/prototype/compare/compare-function-name': [FAIL], | 86 'intl402/Collator/prototype/compare/compare-function-name': [FAIL], |
| 87 | 87 |
| 88 # https://bugs.chromium.org/p/v8/issues/detail?id=4778 | |
| 89 'intl402/Collator/prototype/compare/name': [FAIL], | |
| 90 'intl402/DateTimeFormat/prototype/format/name': [FAIL], | |
| 91 'intl402/NumberFormat/prototype/format/name': [FAIL], | |
| 92 | |
| 93 # https://code.google.com/p/v8/issues/detail?id=4251 | 88 # https://code.google.com/p/v8/issues/detail?id=4251 |
| 94 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], | 89 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], |
| 95 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], | 90 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], |
| 96 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | 91 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
| 97 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 92 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 98 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 93 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 99 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 94 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
| 100 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 95 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 101 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 96 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 102 | 97 |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 }], # asan == True | 606 }], # asan == True |
| 612 | 607 |
| 613 ['asan == True or msan == True or tsan == True', { | 608 ['asan == True or msan == True or tsan == True', { |
| 614 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 609 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 615 # The failed allocation causes an asan/msan/tsan error | 610 # The failed allocation causes an asan/msan/tsan error |
| 616 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 611 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 617 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 612 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 618 }], # asan == True or msan == True or tsan == True | 613 }], # asan == True or msan == True or tsan == True |
| 619 | 614 |
| 620 ] | 615 ] |
| OLD | NEW |