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

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

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

Powered by Google App Engine
This is Rietveld 408576698