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

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

Issue 1282013002: [es6] Add appropriate ToString call to String.prototype.normalize (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | « src/string.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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 # https://code.google.com/p/v8/issues/detail?id=4346 730 # https://code.google.com/p/v8/issues/detail?id=4346
731 'built-ins/RegExp/prototype/flags/*': [FAIL], 731 'built-ins/RegExp/prototype/flags/*': [FAIL],
732 732
733 # https://code.google.com/p/v8/issues/detail?id=4347 733 # https://code.google.com/p/v8/issues/detail?id=4347
734 'built-ins/RegExp/prototype/global/name': [FAIL], 734 'built-ins/RegExp/prototype/global/name': [FAIL],
735 'built-ins/RegExp/prototype/ignoreCase/name': [FAIL], 735 'built-ins/RegExp/prototype/ignoreCase/name': [FAIL],
736 'built-ins/RegExp/prototype/multiline/name': [FAIL], 736 'built-ins/RegExp/prototype/multiline/name': [FAIL],
737 'built-ins/RegExp/prototype/source/name': [FAIL], 737 'built-ins/RegExp/prototype/source/name': [FAIL],
738 'built-ins/RegExp/prototype/sticky/name': [FAIL], 738 'built-ins/RegExp/prototype/sticky/name': [FAIL],
739 739
740 # https://code.google.com/p/v8/issues/detail?id=4350
741 # Some of these pass when i18n.js is not loaded and fail when it is
742 'built-ins/String/prototype/normalize/return-abrupt-from-form': [PASS, FAIL],
743 'built-ins/String/prototype/normalize/return-abrupt-from-form-as-symbol': [PAS S, FAIL],
744 'built-ins/String/prototype/normalize/return-abrupt-from-this': [FAIL],
745 'built-ins/String/prototype/normalize/return-abrupt-from-this-as-symbol': [FAI L],
746 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [PASS, FAIL],
747
748 # https://code.google.com/p/v8/issues/detail?id=4360 740 # https://code.google.com/p/v8/issues/detail?id=4360
749 'intl402/Collator/10.1.1_1': [FAIL], 741 'intl402/Collator/10.1.1_1': [FAIL],
750 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 742 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
751 'intl402/NumberFormat/11.1.1_1': [FAIL], 743 'intl402/NumberFormat/11.1.1_1': [FAIL],
752 744
753 # https://code.google.com/p/v8/issues/detail?id=4361 745 # https://code.google.com/p/v8/issues/detail?id=4361
754 'intl402/Collator/10.1.1_a': [FAIL], 746 'intl402/Collator/10.1.1_a': [FAIL],
755 747
756 # https://code.google.com/p/v8/issues/detail?id=1972 748 # https://code.google.com/p/v8/issues/detail?id=1972
757 'language/identifiers/val-break-via-escape-hex': [FAIL], 749 'language/identifiers/val-break-via-escape-hex': [FAIL],
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 928
937 # BUG(3251225): Tests that timeout with --nocrankshaft. 929 # BUG(3251225): Tests that timeout with --nocrankshaft.
938 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 930 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
939 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 931 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
940 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 932 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
941 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 933 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
942 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 934 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
943 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 935 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
944 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 936 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
945 ] 937 ]
OLDNEW
« no previous file with comments | « src/string.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698