Chromium Code Reviews| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 434 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], | 416 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], |
| 435 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], | 417 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], |
| 436 | 418 |
| 437 # Locale-sensitive case-conversion is not available with i18n off. | 419 # Locale-sensitive case-conversion is not available with i18n off. |
| 438 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], | 420 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], |
| 439 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , | 421 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , |
| 440 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], | 422 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], |
| 441 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], | 423 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], |
| 442 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] , | 424 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] , |
| 443 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], | 425 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], |
| 426 | |
|
Dan Ehrenberg
2016/05/18 23:48:06
Revert irrelevant whitespace change
| |
| 444 }], # no_i18n == True | 427 }], # no_i18n == True |
| 445 | 428 |
| 446 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { | 429 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { |
| 447 | 430 |
| 448 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 431 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 449 # compilation of parenthesized function literals. Needs investigation. | 432 # compilation of parenthesized function literals. Needs investigation. |
| 450 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 433 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
| 451 | 434 |
| 452 # BUG(3251225): Tests that timeout with --nocrankshaft. | 435 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 453 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 436 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 464 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 447 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 465 }], # asan == True | 448 }], # asan == True |
| 466 | 449 |
| 467 ['asan == True or msan == True or tsan == True', { | 450 ['asan == True or msan == True or tsan == True', { |
| 468 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 451 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 469 # The failed allocation causes an asan/msan/tsan error | 452 # The failed allocation causes an asan/msan/tsan error |
| 470 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 453 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 471 }], # asan == True or msan == True or tsan == True | 454 }], # asan == True or msan == True or tsan == True |
| 472 | 455 |
| 473 ] | 456 ] |
| OLD | NEW |