| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 120 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
| 121 | 121 |
| 122 # https://code.google.com/p/v8/issues/detail?id=4360 | 122 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 123 'intl402/Collator/10.1.1_1': [FAIL], | 123 'intl402/Collator/10.1.1_1': [FAIL], |
| 124 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 124 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 125 'intl402/NumberFormat/11.1.1_1': [FAIL], | 125 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 126 | 126 |
| 127 # https://code.google.com/p/v8/issues/detail?id=4361 | 127 # https://code.google.com/p/v8/issues/detail?id=4361 |
| 128 'intl402/Collator/10.1.1_a': [FAIL], | 128 'intl402/Collator/10.1.1_a': [FAIL], |
| 129 | 129 |
| 130 # https://code.google.com/p/v8/issues/detail?id=4476 | |
| 131 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], | |
| 132 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], | |
| 133 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], | |
| 134 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], | |
| 135 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | |
| 136 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | |
| 137 | |
| 138 # https://code.google.com/p/v8/issues/detail?id=4477 | 130 # https://code.google.com/p/v8/issues/detail?id=4477 |
| 139 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], | 131 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], |
| 140 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL]
, | 132 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL]
, |
| 141 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], | 133 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], |
| 142 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], | 134 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], |
| 143 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL]
, | 135 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL]
, |
| 144 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], | 136 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], |
| 145 | 137 |
| 146 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 | 138 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 |
| 147 'language/eval-code/non-definable-function-with-variable': [FAIL], | 139 'language/eval-code/non-definable-function-with-variable': [FAIL], |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 356 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 365 }], # asan == True | 357 }], # asan == True |
| 366 | 358 |
| 367 ['asan == True or msan == True or tsan == True', { | 359 ['asan == True or msan == True or tsan == True', { |
| 368 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 360 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 369 # The failed allocation causes an asan/msan/tsan error | 361 # The failed allocation causes an asan/msan/tsan error |
| 370 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 362 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 371 }], # asan == True or msan == True or tsan == True | 363 }], # asan == True or msan == True or tsan == True |
| 372 | 364 |
| 373 ] | 365 ] |
| OLD | NEW |