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

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

Issue 1421413002: Update to ES2015 == semantics for Symbol/SIMD wrappers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: make ordering closer to other clauses Created 5 years, 1 month 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 | « test/mjsunit/harmony/simd.js ('k') | 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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 613 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
614 614
615 # https://code.google.com/p/v8/issues/detail?id=4477 615 # https://code.google.com/p/v8/issues/detail?id=4477
616 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 616 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
617 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , 617 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
618 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], 618 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
619 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], 619 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
620 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] , 620 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
621 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], 621 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
622 622
623 # https://code.google.com/p/v8/issues/detail?id=3788
624 'language/expressions/equals/coerce-symbol-to-prim-return-prim': [FAIL],
625
626 ######################## NEEDS INVESTIGATION ########################### 623 ######################## NEEDS INVESTIGATION ###########################
627 624
628 # These test failures are specific to the intl402 suite and need investigation 625 # These test failures are specific to the intl402 suite and need investigation
629 # to be either marked as bugs with issues filed for them or as deliberate 626 # to be either marked as bugs with issues filed for them or as deliberate
630 # incompatibilities if the test cases turn out to be broken or ambiguous. 627 # incompatibilities if the test cases turn out to be broken or ambiguous.
631 # Some of these are related to v8:4361 in being visible side effects from Intl . 628 # Some of these are related to v8:4361 in being visible side effects from Intl .
632 'intl402/6.2.3': [FAIL], 629 'intl402/6.2.3': [FAIL],
633 'intl402/9.2.1_2': [FAIL], 630 'intl402/9.2.1_2': [FAIL],
634 'intl402/9.2.6_2': [FAIL], 631 'intl402/9.2.6_2': [FAIL],
635 'intl402/Collator/10.1.2.1_4': [FAIL], 632 'intl402/Collator/10.1.2.1_4': [FAIL],
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 767
771 # BUG(3251225): Tests that timeout with --nocrankshaft. 768 # BUG(3251225): Tests that timeout with --nocrankshaft.
772 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 769 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
773 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 770 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
774 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 771 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
775 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 772 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
776 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 773 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
777 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 774 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
778 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 775 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
779 ] 776 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/simd.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698