Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Side by Side Diff: test/test262/test262.status

Issue 1648243003: [regexp] Change test262 expectation for noi18n build. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: move Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 15 matching lines...) Expand all
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 [ 28 [
29 [ALWAYS, { 29 [ALWAYS, {
30 ############################### BUGS ################################### 30 ############################### BUGS ###################################
31 31
32 # BUG(v8:3455) 32 # BUG(v8:3455)
33 'intl402/11.2.3_b': [FAIL], 33 'intl402/11.2.3_b': [FAIL],
34 'intl402/12.2.3_b': [FAIL], 34 'intl402/12.2.3_b': [FAIL],
35 35
36 # Unicode canonicalization is not available with i18n turned off.
37 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]],
38
39 ###################### NEEDS INVESTIGATION ####################### 36 ###################### NEEDS INVESTIGATION #######################
40 37
41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. 38 # Possibly same cause as S8.5_A2.1, below: floating-point tests.
42 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], 39 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK],
43 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], 40 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK],
44 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], 41 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK],
45 42
46 # This is an incompatibility between ES5 and V8 on enumerating 43 # This is an incompatibility between ES5 and V8 on enumerating
47 # shadowed elements in a for..in loop. 44 # shadowed elements in a for..in loop.
48 # https://code.google.com/p/v8/issues/detail?id=705 45 # https://code.google.com/p/v8/issues/detail?id=705
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 475
479 # BUG(v8:4437). 476 # BUG(v8:4437).
480 'intl402/Collator/10.1.1_19_c': [SKIP], 477 'intl402/Collator/10.1.1_19_c': [SKIP],
481 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP], 478 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP],
482 'intl402/NumberFormat/11.1.1_17': [SKIP], 479 'intl402/NumberFormat/11.1.1_17': [SKIP],
483 'intl402/NumberFormat/11.1.1_19': [SKIP], 480 'intl402/NumberFormat/11.1.1_19': [SKIP],
484 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP], 481 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP],
485 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP], 482 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP],
486 }], # system == macos 483 }], # system == macos
487 484
488 ['no_i18n == True and mode == debug', { 485 ['no_i18n == True', {
486 # Unicode canonicalization is not available with i18n turned off.
487 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP],
488
489 # Unicode regexp case mapping is not available with i18n turned off.
490 'language/literals/regexp/u-case-mapping': [SKIP],
491
489 # BUG(v8:4437). 492 # BUG(v8:4437).
490 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], 493 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP],
491 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP], 494 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP],
492 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP], 495 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP],
493 }], # no_i18n == True and mode == debug 496 }], # no_i18n == True
494 497
495 498
496 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { 499 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', {
497 500
498 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 501 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
499 # compilation of parenthesized function literals. Needs investigation. 502 # compilation of parenthesized function literals. Needs investigation.
500 'language/statements/function/S13.2.1_A1_T1': [SKIP], 503 'language/statements/function/S13.2.1_A1_T1': [SKIP],
501 504
502 # BUG(3251225): Tests that timeout with --nocrankshaft. 505 # BUG(3251225): Tests that timeout with --nocrankshaft.
503 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 506 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 684 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
682 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 685 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
683 'intl402/9.2.2': [SKIP], 686 'intl402/9.2.2': [SKIP],
684 'language/statements/let/fn-name-arrow': [SKIP], 687 'language/statements/let/fn-name-arrow': [SKIP],
685 'language/statements/let/fn-name-cover': [SKIP], 688 'language/statements/let/fn-name-cover': [SKIP],
686 'language/statements/let/fn-name-fn': [SKIP], 689 'language/statements/let/fn-name-fn': [SKIP],
687 'language/statements/let/fn-name-gen': [SKIP], 690 'language/statements/let/fn-name-gen': [SKIP],
688 }], # ignition == True and (arch == arm or arch == arm64) 691 }], # ignition == True and (arch == arm or arch == arm64)
689 692
690 ] 693 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698