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

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

Issue 1372603002: [test] Skip test262-es6 tests failing on mac. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], 721 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP],
722 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], 722 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP],
723 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], 723 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP],
724 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], 724 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP],
725 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [SKIP], 725 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [SKIP],
726 }], # ALWAYS 726 }], # ALWAYS
727 727
728 ['system == macos', { 728 ['system == macos', {
729 'intl402/11.3.2_TRP': [FAIL], 729 'intl402/11.3.2_TRP': [FAIL],
730 'intl402/9.2.5_11_g_ii_2': [FAIL], 730 'intl402/9.2.5_11_g_ii_2': [FAIL],
731
732 # BUG(v8:4437).
733 'intl402/Collator/10.1.1_19_c': [SKIP],
734 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP],
735 'intl402/NumberFormat/11.1.1_17': [SKIP],
736 'intl402/NumberFormat/11.1.1_19': [SKIP],
737 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP],
738 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP],
731 }], # system == macos 739 }], # system == macos
732 740
733 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 741 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
734 742
735 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 743 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
736 # compilation of parenthesized function literals. Needs investigation. 744 # compilation of parenthesized function literals. Needs investigation.
737 'language/statements/function/S13.2.1_A1_T1': [SKIP], 745 'language/statements/function/S13.2.1_A1_T1': [SKIP],
738 746
739 # BUG(3251225): Tests that timeout with --nocrankshaft. 747 # BUG(3251225): Tests that timeout with --nocrankshaft.
740 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 748 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
741 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 749 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
742 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 750 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
743 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 751 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
744 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 752 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
745 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 753 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
746 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 754 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
747 ] 755 ]
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