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

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

Issue 10695114: MIPS: Rename "mips" arch to "mipsel" in the GYP build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 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/sputnik/sputnik.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 # between one second and the next. 119 # between one second and the next.
120 ecma/Date/15.9.2.1: PASS || FAIL 120 ecma/Date/15.9.2.1: PASS || FAIL
121 ecma/Date/15.9.2.2-1: PASS || FAIL 121 ecma/Date/15.9.2.2-1: PASS || FAIL
122 ecma/Date/15.9.2.2-2: PASS || FAIL 122 ecma/Date/15.9.2.2-2: PASS || FAIL
123 ecma/Date/15.9.2.2-3: PASS || FAIL 123 ecma/Date/15.9.2.2-3: PASS || FAIL
124 ecma/Date/15.9.2.2-4: PASS || FAIL 124 ecma/Date/15.9.2.2-4: PASS || FAIL
125 ecma/Date/15.9.2.2-5: PASS || FAIL 125 ecma/Date/15.9.2.2-5: PASS || FAIL
126 ecma/Date/15.9.2.2-6: PASS || FAIL 126 ecma/Date/15.9.2.2-6: PASS || FAIL
127 127
128 # 1026139: These date tests fail on arm and mips 128 # 1026139: These date tests fail on arm and mips
129 ecma/Date/15.9.5.29-1: PASS || FAIL if ($arch == arm || $arch == mips) 129 ecma/Date/15.9.5.29-1: PASS || FAIL if ($arch == arm || $arch == mipsel)
130 ecma/Date/15.9.5.34-1: PASS || FAIL if ($arch == arm || $arch == mips) 130 ecma/Date/15.9.5.34-1: PASS || FAIL if ($arch == arm || $arch == mipsel)
131 ecma/Date/15.9.5.28-1: PASS || FAIL if ($arch == arm || $arch == mips) 131 ecma/Date/15.9.5.28-1: PASS || FAIL if ($arch == arm || $arch == mipsel)
132 132
133 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates 133 # 1050186: Arm/MIPS vm is broken; probably unrelated to dates
134 ecma/Array/15.4.4.5-3: PASS || FAIL if ($arch == arm || $arch == mips) 134 ecma/Array/15.4.4.5-3: PASS || FAIL if ($arch == arm || $arch == mipsel)
135 ecma/Date/15.9.5.22-2: PASS || FAIL if ($arch == arm || $arch == mips) 135 ecma/Date/15.9.5.22-2: PASS || FAIL if ($arch == arm || $arch == mipsel)
136 136
137 # Flaky test that fails due to what appears to be a bug in the test. 137 # Flaky test that fails due to what appears to be a bug in the test.
138 # Occurs depending on current time 138 # Occurs depending on current time
139 ecma/Date/15.9.5.8: PASS || FAIL 139 ecma/Date/15.9.5.8: PASS || FAIL
140 140
141 # Severely brain-damaged test. Access to local variables must not 141 # Severely brain-damaged test. Access to local variables must not
142 # be more than 2.5 times faster than access to global variables? WTF? 142 # be more than 2.5 times faster than access to global variables? WTF?
143 js1_5/Regress/regress-169559: PASS || FAIL 143 js1_5/Regress/regress-169559: PASS || FAIL
144 144
145 145
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 js1_5/extensions/regress-371636: SKIP 835 js1_5/extensions/regress-371636: SKIP
836 js1_5/Regress/regress-203278-1: SKIP 836 js1_5/Regress/regress-203278-1: SKIP
837 js1_5/Regress/regress-404755: SKIP 837 js1_5/Regress/regress-404755: SKIP
838 js1_5/Regress/regress-451322: SKIP 838 js1_5/Regress/regress-451322: SKIP
839 839
840 840
841 # BUG(1040): Allow this test to timeout. 841 # BUG(1040): Allow this test to timeout.
842 js1_5/GC/regress-203278-2: PASS || TIMEOUT 842 js1_5/GC/regress-203278-2: PASS || TIMEOUT
843 843
844 844
845 [ $arch == mips ] 845 [ $arch == mipsel ]
846 846
847 # Times out and print so much output that we need to skip it to not 847 # Times out and print so much output that we need to skip it to not
848 # hang the builder. 848 # hang the builder.
849 js1_5/extensions/regress-342960: SKIP 849 js1_5/extensions/regress-342960: SKIP
850 850
851 # BUG(3251229): Times out when running new crankshaft test script. 851 # BUG(3251229): Times out when running new crankshaft test script.
852 ecma_3/RegExp/regress-311414: SKIP 852 ecma_3/RegExp/regress-311414: SKIP
853 ecma/Date/15.9.5.8: SKIP 853 ecma/Date/15.9.5.8: SKIP
854 ecma/Date/15.9.5.10-2: SKIP 854 ecma/Date/15.9.5.10-2: SKIP
855 ecma/Date/15.9.5.11-2: SKIP 855 ecma/Date/15.9.5.11-2: SKIP
856 ecma/Date/15.9.5.12-2: SKIP 856 ecma/Date/15.9.5.12-2: SKIP
857 js1_5/Array/regress-99120-02: SKIP 857 js1_5/Array/regress-99120-02: SKIP
858 js1_5/extensions/regress-371636: SKIP 858 js1_5/extensions/regress-371636: SKIP
859 js1_5/Regress/regress-203278-1: SKIP 859 js1_5/Regress/regress-203278-1: SKIP
860 js1_5/Regress/regress-404755: SKIP 860 js1_5/Regress/regress-404755: SKIP
861 js1_5/Regress/regress-451322: SKIP 861 js1_5/Regress/regress-451322: SKIP
862 862
863 863
864 # BUG(1040): Allow this test to timeout. 864 # BUG(1040): Allow this test to timeout.
865 js1_5/GC/regress-203278-2: PASS || TIMEOUT 865 js1_5/GC/regress-203278-2: PASS || TIMEOUT
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/sputnik/sputnik.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698