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

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

Issue 8572032: MIPS: updated test .status files based mostly on the ARM version. (Closed)
Patch Set: Rebased on r10145 Created 9 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
« no previous file with comments | « test/mjsunit/mjsunit.status ('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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 # expects them to match. Sometimes this happens on the border 115 # expects them to match. Sometimes this happens on the border
116 # between one second and the next. 116 # between one second and the next.
117 ecma/Date/15.9.2.1: PASS || FAIL 117 ecma/Date/15.9.2.1: PASS || FAIL
118 ecma/Date/15.9.2.2-1: PASS || FAIL 118 ecma/Date/15.9.2.2-1: PASS || FAIL
119 ecma/Date/15.9.2.2-2: PASS || FAIL 119 ecma/Date/15.9.2.2-2: PASS || FAIL
120 ecma/Date/15.9.2.2-3: PASS || FAIL 120 ecma/Date/15.9.2.2-3: PASS || FAIL
121 ecma/Date/15.9.2.2-4: PASS || FAIL 121 ecma/Date/15.9.2.2-4: PASS || FAIL
122 ecma/Date/15.9.2.2-5: PASS || FAIL 122 ecma/Date/15.9.2.2-5: PASS || FAIL
123 ecma/Date/15.9.2.2-6: PASS || FAIL 123 ecma/Date/15.9.2.2-6: PASS || FAIL
124 124
125 # 1026139: These date tests fail on arm 125 # 1026139: These date tests fail on arm and mips
126 ecma/Date/15.9.5.29-1: PASS || ($ARM && FAIL) 126 ecma/Date/15.9.5.29-1: PASS || (($ARM || $MIPS) && FAIL)
127 ecma/Date/15.9.5.34-1: PASS || ($ARM && FAIL) 127 ecma/Date/15.9.5.34-1: PASS || (($ARM || $MIPS) && FAIL)
128 ecma/Date/15.9.5.28-1: PASS || ($ARM && FAIL) 128 ecma/Date/15.9.5.28-1: PASS || (($ARM || $MIPS) && FAIL)
129 129
130 # 1050186: Arm vm is broken; probably unrelated to dates 130 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates
131 ecma/Array/15.4.4.5-3: PASS || ($ARM && FAIL) 131 ecma/Array/15.4.4.5-3: PASS || (($ARM || $MIPS) && FAIL)
132 ecma/Date/15.9.5.22-2: PASS || ($ARM && FAIL) 132 ecma/Date/15.9.5.22-2: PASS || (($ARM || $MIPS) && FAIL)
133 133
134 # Flaky test that fails due to what appears to be a bug in the test. 134 # Flaky test that fails due to what appears to be a bug in the test.
135 # Occurs depending on current time 135 # Occurs depending on current time
136 ecma/Date/15.9.5.8: PASS || FAIL 136 ecma/Date/15.9.5.8: PASS || FAIL
137 137
138 # Severely brain-damaged test. Access to local variables must not 138 # Severely brain-damaged test. Access to local variables must not
139 # be more than 2.5 times faster than access to global variables? WTF? 139 # be more than 2.5 times faster than access to global variables? WTF?
140 js1_5/Regress/regress-169559: PASS || FAIL 140 js1_5/Regress/regress-169559: PASS || FAIL
141 141
142 142
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 ecma/Date/15.9.5.12-2: SKIP 856 ecma/Date/15.9.5.12-2: SKIP
857 ecma/Date/15.9.5.8: SKIP 857 ecma/Date/15.9.5.8: SKIP
858 ecma/Date/15.9.5.9: SKIP 858 ecma/Date/15.9.5.9: SKIP
859 ecma/Date/15.9.5.11-2: SKIP 859 ecma/Date/15.9.5.11-2: SKIP
860 ecma/Expressions/11.7.2: SKIP 860 ecma/Expressions/11.7.2: SKIP
861 ecma/Expressions/11.10-2: SKIP 861 ecma/Expressions/11.10-2: SKIP
862 ecma/Expressions/11.7.3: SKIP 862 ecma/Expressions/11.7.3: SKIP
863 ecma/Expressions/11.10-3: SKIP 863 ecma/Expressions/11.10-3: SKIP
864 ecma/Expressions/11.7.1: SKIP 864 ecma/Expressions/11.7.1: SKIP
865 ecma_3/RegExp/regress-209067: SKIP 865 ecma_3/RegExp/regress-209067: SKIP
866
867 [ $arch == mips ]
868
869 # Times out and print so much output that we need to skip it to not
870 # hang the builder.
871 js1_5/extensions/regress-342960: SKIP
872
873 # BUG(3251229): Times out when running new crankshaft test script.
874 ecma_3/RegExp/regress-311414: SKIP
875 ecma/Date/15.9.5.8: SKIP
876 ecma/Date/15.9.5.10-2: SKIP
877 ecma/Date/15.9.5.11-2: SKIP
878 ecma/Date/15.9.5.12-2: SKIP
879 js1_5/Array/regress-99120-02: SKIP
880 js1_5/extensions/regress-371636: SKIP
881 js1_5/Regress/regress-203278-1: SKIP
882 js1_5/Regress/regress-404755: SKIP
883 js1_5/Regress/regress-451322: SKIP
884
885
886 # BUG(1040): Allow this test to timeout.
887 js1_5/GC/regress-203278-2: PASS || TIMEOUT
888
889
890 [ $fast == yes && $arch == mips ]
891
892 # In fast mode on mips we try to skip all tests that would time out,
893 # since running the tests takes so long in the first place.
894
895 js1_5/Regress/regress-280769-2: SKIP
896 js1_5/Regress/regress-280769-3: SKIP
897 js1_5/Regress/regress-244470: SKIP
898 js1_5/Regress/regress-203278-1: SKIP
899 js1_5/Regress/regress-290575: SKIP
900 js1_5/Regress/regress-159334: SKIP
901 js1_5/Regress/regress-321971: SKIP
902 js1_5/Regress/regress-347306-01: SKIP
903 js1_5/Regress/regress-280769-1: SKIP
904 js1_5/Regress/regress-280769-5: SKIP
905 js1_5/GC/regress-306788: SKIP
906 js1_5/GC/regress-278725: SKIP
907 js1_5/GC/regress-203278-3: SKIP
908 js1_5/GC/regress-311497: SKIP
909 js1_5/Array/regress-99120-02: SKIP
910 ecma/Date/15.9.5.22-1: SKIP
911 ecma/Date/15.9.5.20: SKIP
912 ecma/Date/15.9.5.12-2: SKIP
913 ecma/Date/15.9.5.8: SKIP
914 ecma/Date/15.9.5.9: SKIP
915 ecma/Date/15.9.5.11-2: SKIP
916 ecma/Expressions/11.7.2: SKIP
917 ecma/Expressions/11.10-2: SKIP
918 ecma/Expressions/11.7.3: SKIP
919 ecma/Expressions/11.10-3: SKIP
920 ecma/Expressions/11.7.1: SKIP
921 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/preparser/preparser.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698