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

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

Issue 207823003: Rename A64 port to ARM64 port (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: retry Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/test262/test262.status » ('j') | 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'js1_5/decompilation/regress-373678': [PASS, FAIL], 821 'js1_5/decompilation/regress-373678': [PASS, FAIL],
822 'js1_5/decompilation/regress-375639': [PASS, FAIL], 822 'js1_5/decompilation/regress-375639': [PASS, FAIL],
823 'js1_5/decompilation/regress-375882': [PASS, FAIL], 823 'js1_5/decompilation/regress-375882': [PASS, FAIL],
824 'js1_5/decompilation/regress-376564': [PASS, FAIL], 824 'js1_5/decompilation/regress-376564': [PASS, FAIL],
825 'js1_5/decompilation/regress-383721': [PASS, FAIL], 825 'js1_5/decompilation/regress-383721': [PASS, FAIL],
826 'js1_5/decompilation/regress-406555': [PASS, FAIL], 826 'js1_5/decompilation/regress-406555': [PASS, FAIL],
827 'js1_5/decompilation/regress-460870': [PASS, FAIL], 827 'js1_5/decompilation/regress-460870': [PASS, FAIL],
828 }], # ALWAYS 828 }], # ALWAYS
829 829
830 830
831 ['arch == arm or arch == a64', { 831 ['arch == arm or arch == arm64', {
832 832
833 # BUG(3251229): Times out when running new crankshaft test script. 833 # BUG(3251229): Times out when running new crankshaft test script.
834 'ecma_3/RegExp/regress-311414': [SKIP], 834 'ecma_3/RegExp/regress-311414': [SKIP],
835 'ecma/Date/15.9.5.8': [SKIP], 835 'ecma/Date/15.9.5.8': [SKIP],
836 'ecma/Date/15.9.5.10-2': [SKIP], 836 'ecma/Date/15.9.5.10-2': [SKIP],
837 'ecma/Date/15.9.5.11-2': [SKIP], 837 'ecma/Date/15.9.5.11-2': [SKIP],
838 'ecma/Date/15.9.5.12-2': [SKIP], 838 'ecma/Date/15.9.5.12-2': [SKIP],
839 'js1_5/Array/regress-99120-02': [SKIP], 839 'js1_5/Array/regress-99120-02': [SKIP],
840 'js1_5/extensions/regress-371636': [SKIP], 840 'js1_5/extensions/regress-371636': [SKIP],
841 'js1_5/Regress/regress-203278-1': [SKIP], 841 'js1_5/Regress/regress-203278-1': [SKIP],
842 'js1_5/Regress/regress-404755': [SKIP], 842 'js1_5/Regress/regress-404755': [SKIP],
843 'js1_5/Regress/regress-451322': [SKIP], 843 'js1_5/Regress/regress-451322': [SKIP],
844 844
845 845
846 # BUG(1040): Allow this test to timeout. 846 # BUG(1040): Allow this test to timeout.
847 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], 847 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS],
848 }], # 'arch == arm or arch == a64' 848 }], # 'arch == arm or arch == arm64'
849 849
850 850
851 ['arch == a64', { 851 ['arch == arm64', {
852 # BUG(v8:3152): Runs out of stack in debug mode. 852 # BUG(v8:3152): Runs out of stack in debug mode.
853 'js1_5/extensions/regress-355497': [FAIL_OK, ['mode == debug', SKIP]], 853 'js1_5/extensions/regress-355497': [FAIL_OK, ['mode == debug', SKIP]],
854 }], # 'arch == a64' 854 }], # 'arch == arm64'
855 855
856 856
857 ['arch == mipsel', { 857 ['arch == mipsel', {
858 858
859 # BUG(3251229): Times out when running new crankshaft test script. 859 # BUG(3251229): Times out when running new crankshaft test script.
860 'ecma_3/RegExp/regress-311414': [SKIP], 860 'ecma_3/RegExp/regress-311414': [SKIP],
861 'ecma/Date/15.9.5.8': [SKIP], 861 'ecma/Date/15.9.5.8': [SKIP],
862 'ecma/Date/15.9.5.10-2': [SKIP], 862 'ecma/Date/15.9.5.10-2': [SKIP],
863 'ecma/Date/15.9.5.11-2': [SKIP], 863 'ecma/Date/15.9.5.11-2': [SKIP],
864 'ecma/Date/15.9.5.12-2': [SKIP], 864 'ecma/Date/15.9.5.12-2': [SKIP],
865 'js1_5/Array/regress-99120-02': [SKIP], 865 'js1_5/Array/regress-99120-02': [SKIP],
866 'js1_5/extensions/regress-371636': [SKIP], 866 'js1_5/extensions/regress-371636': [SKIP],
867 'js1_5/Regress/regress-203278-1': [SKIP], 867 'js1_5/Regress/regress-203278-1': [SKIP],
868 'js1_5/Regress/regress-404755': [SKIP], 868 'js1_5/Regress/regress-404755': [SKIP],
869 'js1_5/Regress/regress-451322': [SKIP], 869 'js1_5/Regress/regress-451322': [SKIP],
870 870
871 871
872 # BUG(1040): Allow this test to timeout. 872 # BUG(1040): Allow this test to timeout.
873 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS], 873 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS],
874 }], # 'arch == mipsel' 874 }], # 'arch == mipsel'
875 875
876 ['arch == a64 and simulator_run == True', { 876 ['arch == arm64 and simulator_run == True', {
877 877
878 'js1_5/GC/regress-203278-2': [SKIP], 878 'js1_5/GC/regress-203278-2': [SKIP],
879 879
880 # These tests time out in debug mode but pass in product mode 880 # These tests time out in debug mode but pass in product mode
881 'js1_5/Regress/regress-360969-03': [SKIP], 881 'js1_5/Regress/regress-360969-03': [SKIP],
882 'js1_5/Regress/regress-360969-04': [SKIP], 882 'js1_5/Regress/regress-360969-04': [SKIP],
883 'js1_5/Regress/regress-360969-05': [SKIP], 883 'js1_5/Regress/regress-360969-05': [SKIP],
884 'js1_5/Regress/regress-360969-06': [SKIP], 884 'js1_5/Regress/regress-360969-06': [SKIP],
885 'js1_5/extensions/regress-365527': [SKIP], 885 'js1_5/extensions/regress-365527': [SKIP],
886 'ecma/Date/15.9.5.10-2': [SKIP], 886 'ecma/Date/15.9.5.10-2': [SKIP],
887 'js1_5/Regress/regress-416628': [SKIP], 887 'js1_5/Regress/regress-416628': [SKIP],
888 'js1_5/extensions/regress-371636': [SKIP], 888 'js1_5/extensions/regress-371636': [SKIP],
889 'ecma_3/RegExp/regress-330684': [SKIP], 889 'ecma_3/RegExp/regress-330684': [SKIP],
890 'ecma_3/RegExp/regress-307456': [SKIP], 890 'ecma_3/RegExp/regress-307456': [SKIP],
891 'js1_5/Regress/regress-303213': [SKIP], 891 'js1_5/Regress/regress-303213': [SKIP],
892 'js1_5/extensions/regress-330569': [SKIP], 892 'js1_5/extensions/regress-330569': [SKIP],
893 'js1_5/extensions/regress-351448': [SKIP], 893 'js1_5/extensions/regress-351448': [SKIP],
894 'js1_5/extensions/regress-336410-1': [SKIP], 894 'js1_5/extensions/regress-336410-1': [SKIP],
895 }], # 'arch == a64 and simulator_run == True' 895 }], # 'arch == arm64 and simulator_run == True'
896 ] 896 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698