| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 # happens to be thrown for some other reason. | 131 # happens to be thrown for some other reason. |
| 132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], | 132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], |
| 133 | 133 |
| 134 ###### END REGEXP SUBCLASSING SECTION ###### | 134 ###### END REGEXP SUBCLASSING SECTION ###### |
| 135 | 135 |
| 136 # https://code.google.com/p/v8/issues/detail?id=4360 | 136 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 137 'intl402/Collator/10.1.1_1': [FAIL], | 137 'intl402/Collator/10.1.1_1': [FAIL], |
| 138 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 138 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 139 'intl402/NumberFormat/11.1.1_1': [FAIL], | 139 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 140 | 140 |
| 141 # https://code.google.com/p/v8/issues/detail?id=4476 | |
| 142 # The bug is fixed but behind a flag, --icu_case_mapping. | |
| 143 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], | |
| 144 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], | |
| 145 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | |
| 146 | |
| 147 # https://code.google.com/p/v8/issues/detail?id=4477 | |
| 148 # The bug is fixed but behind a flag, --icu_case_mapping. | |
| 149 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | |
| 150 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | |
| 151 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | |
| 152 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], | |
| 153 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL]
, | |
| 154 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], | |
| 155 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], | |
| 156 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL]
, | |
| 157 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], | |
| 158 | |
| 159 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 | 141 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 |
| 160 'language/eval-code/non-definable-function-with-variable': [FAIL], | 142 'language/eval-code/non-definable-function-with-variable': [FAIL], |
| 161 'language/eval-code/non-definable-function-with-function': [FAIL], | 143 'language/eval-code/non-definable-function-with-function': [FAIL], |
| 162 | 144 |
| 163 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 | 145 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 |
| 164 'built-ins/ArrayBuffer/length-is-absent': [FAIL], | 146 'built-ins/ArrayBuffer/length-is-absent': [FAIL], |
| 165 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], | 147 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], |
| 166 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], | 148 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], |
| 167 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla
ssing': [FAIL], | 149 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla
ssing': [FAIL], |
| 168 | 150 |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 446 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 465 }], # asan == True | 447 }], # asan == True |
| 466 | 448 |
| 467 ['asan == True or msan == True or tsan == True', { | 449 ['asan == True or msan == True or tsan == True', { |
| 468 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 469 # The failed allocation causes an asan/msan/tsan error | 451 # The failed allocation causes an asan/msan/tsan error |
| 470 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 452 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 471 }], # asan == True or msan == True or tsan == True | 453 }], # asan == True or msan == True or tsan == True |
| 472 | 454 |
| 473 ] | 455 ] |
| OLD | NEW |