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

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

Issue 5813002: Update test expectations for ARM crankshaft build. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years 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') | 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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 js1_5/decompilation/regress-406555: PASS || FAIL 806 js1_5/decompilation/regress-406555: PASS || FAIL
807 js1_5/decompilation/regress-460870: PASS || FAIL 807 js1_5/decompilation/regress-460870: PASS || FAIL
808 808
809 # These tests take an unreasonable amount of time so we skip them 809 # These tests take an unreasonable amount of time so we skip them
810 # in fast mode. 810 # in fast mode.
811 811
812 js1_5/Regress/regress-312588: TIMEOUT || SKIP if $FAST == yes 812 js1_5/Regress/regress-312588: TIMEOUT || SKIP if $FAST == yes
813 js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes 813 js1_5/Regress/regress-271716-n: PASS || SKIP if $FAST == yes
814 814
815 815
816 [ $ARCH == arm ] 816 [ $arch == arm ]
817 817
818 # Times out and print so much output that we need to skip it to not 818 # Times out and print so much output that we need to skip it to not
819 # hang the builder. 819 # hang the builder.
820 js1_5/extensions/regress-342960: SKIP 820 js1_5/extensions/regress-342960: SKIP
821 821
822 # BUG(3251229): Times out when running new crankshaft test script. 822 # BUG(3251229): Times out when running new crankshaft test script.
823 ecma/Date/15.9.5.12-2: SKIP 823 ecma/Date/15.9.5.12-2: SKIP
824 ecma/Date/15.9.5.11-2: SKIP 824 ecma/Date/15.9.5.11-2: SKIP
825 ecma/Date/15.9.5.10-2: SKIP 825 ecma/Date/15.9.5.10-2: SKIP
826 ecma/Date/15.9.5.8: SKIP 826 ecma/Date/15.9.5.8: SKIP
827 ecma_3/RegExp/regress-311414: SKIP 827 ecma_3/RegExp/regress-311414: SKIP
828 js1_5/Array/regress-99120-02: SKIP 828 js1_5/Array/regress-99120-02: SKIP
829 js1_5/Regress/regress-203278-1: SKIP 829 js1_5/Regress/regress-203278-1: SKIP
830 ecma/Date/15.9.5.8: SKIP 830 ecma/Date/15.9.5.8: SKIP
831 ecma/Date/15.9.5.10-2: SKIP 831 ecma/Date/15.9.5.10-2: SKIP
832 ecma/Date/15.9.5.11-2: SKIP 832 ecma/Date/15.9.5.11-2: SKIP
833 ecma/Date/15.9.5.12-2: SKIP 833 ecma/Date/15.9.5.12-2: SKIP
834 js1_5/Regress/regress-404755: SKIP 834 js1_5/Regress/regress-404755: SKIP
835 js1_5/Regress/regress-451322: SKIP 835 js1_5/Regress/regress-451322: SKIP
836 js1_5/extensions/regress-371636: SKIP 836 js1_5/extensions/regress-371636: SKIP
837 837
838 838
839 [ $FAST == yes && $ARCH == arm ] 839 [ $arch == arm && $crankshaft ]
840
841 # Test that only fail with crankshaft.
842 js1_5/Regress/regress-416628: CRASH
843 js1_5/Regress/regress-96128-n: PASS || CRASH
844
845
846 [ $fast == yes && $arch == arm ]
840 847
841 # In fast mode on arm we try to skip all tests that would time out, 848 # In fast mode on arm we try to skip all tests that would time out,
842 # since running the tests takes so long in the first place. 849 # since running the tests takes so long in the first place.
843 850
844 js1_5/Regress/regress-280769-2: SKIP 851 js1_5/Regress/regress-280769-2: SKIP
845 js1_5/Regress/regress-280769-3: SKIP 852 js1_5/Regress/regress-280769-3: SKIP
846 js1_5/Regress/regress-244470: SKIP 853 js1_5/Regress/regress-244470: SKIP
847 js1_5/Regress/regress-203278-1: SKIP 854 js1_5/Regress/regress-203278-1: SKIP
848 js1_5/Regress/regress-290575: SKIP 855 js1_5/Regress/regress-290575: SKIP
849 js1_5/Regress/regress-159334: SKIP 856 js1_5/Regress/regress-159334: SKIP
(...skipping 13 matching lines...) Expand all
863 ecma/Date/15.9.5.8: SKIP 870 ecma/Date/15.9.5.8: SKIP
864 ecma/Date/15.9.5.9: SKIP 871 ecma/Date/15.9.5.9: SKIP
865 ecma/Date/15.9.5.10-2: SKIP 872 ecma/Date/15.9.5.10-2: SKIP
866 ecma/Date/15.9.5.11-2: SKIP 873 ecma/Date/15.9.5.11-2: SKIP
867 ecma/Expressions/11.7.2: SKIP 874 ecma/Expressions/11.7.2: SKIP
868 ecma/Expressions/11.10-2: SKIP 875 ecma/Expressions/11.10-2: SKIP
869 ecma/Expressions/11.7.3: SKIP 876 ecma/Expressions/11.7.3: SKIP
870 ecma/Expressions/11.10-3: SKIP 877 ecma/Expressions/11.10-3: SKIP
871 ecma/Expressions/11.7.1: SKIP 878 ecma/Expressions/11.7.1: SKIP
872 ecma_3/RegExp/regress-209067: SKIP 879 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698