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

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

Issue 1369113002: [test] Skip test on noi18n. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 731
732 # BUG(v8:4437). 732 # BUG(v8:4437).
733 'intl402/Collator/10.1.1_19_c': [SKIP], 733 'intl402/Collator/10.1.1_19_c': [SKIP],
734 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP], 734 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP],
735 'intl402/NumberFormat/11.1.1_17': [SKIP], 735 'intl402/NumberFormat/11.1.1_17': [SKIP],
736 'intl402/NumberFormat/11.1.1_19': [SKIP], 736 'intl402/NumberFormat/11.1.1_19': [SKIP],
737 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP], 737 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP],
738 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP], 738 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP],
739 }], # system == macos 739 }], # system == macos
740 740
741 ['no_i18n == True and mode == debug', {
742 # BUG(v8:4437).
743 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP],
744 }], # no_i18n == True and mode == debug
745
746
741 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 747 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
742 748
743 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 749 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
744 # compilation of parenthesized function literals. Needs investigation. 750 # compilation of parenthesized function literals. Needs investigation.
745 'language/statements/function/S13.2.1_A1_T1': [SKIP], 751 'language/statements/function/S13.2.1_A1_T1': [SKIP],
746 752
747 # BUG(3251225): Tests that timeout with --nocrankshaft. 753 # BUG(3251225): Tests that timeout with --nocrankshaft.
748 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 754 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
749 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 755 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
750 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 756 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
751 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 757 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
752 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 758 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
753 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 759 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
754 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 760 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
755 ] 761 ]
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