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

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

Issue 138503008: Speed up some mjsunit test cases and clean up test expectations for arm and mips. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 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/compiler/regress-arguments.js ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 122 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
123 'array-splice': [PASS, TIMEOUT], 123 'array-splice': [PASS, TIMEOUT],
124 124
125 # Long running test. 125 # Long running test.
126 'string-indexof-2': [PASS, TIMEOUT], 126 'string-indexof-2': [PASS, TIMEOUT],
127 'mirror-object': [PASS, TIMEOUT], 127 'mirror-object': [PASS, TIMEOUT],
128 128
129 # BUG(3251035): Timeouts in long looping crankshaft optimization 129 # BUG(3251035): Timeouts in long looping crankshaft optimization
130 # tests. Skipping because having them timeout takes too long on the 130 # tests. Skipping because having them timeout takes too long on the
131 # buildbot. 131 # buildbot.
132 'compiler/alloc-number': [SKIP], 132 'compiler/alloc-number': [SKIP],
Jakob Kummerow 2014/01/15 12:55:36 We can hopefully do a similar trick for all of the
133 'compiler/array-length': [SKIP], 133 'compiler/array-length': [SKIP],
134 'compiler/assignment-deopt': [SKIP], 134 'compiler/assignment-deopt': [SKIP],
135 'compiler/deopt-args': [SKIP], 135 'compiler/deopt-args': [SKIP],
136 'compiler/inline-compare': [SKIP], 136 'compiler/inline-compare': [SKIP],
137 'compiler/inline-global-access': [SKIP], 137 'compiler/inline-global-access': [SKIP],
138 'compiler/optimized-function-calls': [SKIP], 138 'compiler/optimized-function-calls': [SKIP],
139 'compiler/pic': [SKIP], 139 'compiler/pic': [SKIP],
140 'compiler/property-calls': [SKIP], 140 'compiler/property-calls': [SKIP],
141 'compiler/recursive-deopt': [SKIP], 141 'compiler/recursive-deopt': [SKIP],
142 'compiler/regress-4': [SKIP], 142 'compiler/regress-4': [SKIP],
143 'compiler/regress-funcaller': [SKIP], 143 'compiler/regress-funcaller': [SKIP],
144 'compiler/regress-rep-change': [SKIP], 144 'compiler/regress-rep-change': [SKIP],
145 'compiler/regress-arguments': [SKIP],
146 'compiler/regress-funarguments': [SKIP], 145 'compiler/regress-funarguments': [SKIP],
147 'compiler/regress-3249650': [SKIP], 146 'compiler/regress-3249650': [SKIP],
148 'compiler/simple-deopt': [SKIP], 147 'compiler/simple-deopt': [SKIP],
149 'regress/regress-490': [SKIP], 148 'regress/regress-490': [SKIP],
150 'regress/regress-634': [SKIP], 149 'regress/regress-634': [SKIP],
151 'regress/regress-create-exception': [SKIP], 150 'regress/regress-create-exception': [SKIP],
152 'regress/regress-3218915': [SKIP], 151 'regress/regress-3218915': [SKIP],
153 'regress/regress-3247124': [SKIP], 152 'regress/regress-3247124': [SKIP],
154 153
155 # Requires bigger stack size in the Genesis and if stack size is increased, 154 # Requires bigger stack size in the Genesis and if stack size is increased,
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'compiler/deopt-args': [SKIP], 203 'compiler/deopt-args': [SKIP],
205 'compiler/inline-compare': [SKIP], 204 'compiler/inline-compare': [SKIP],
206 'compiler/inline-global-access': [SKIP], 205 'compiler/inline-global-access': [SKIP],
207 'compiler/optimized-function-calls': [SKIP], 206 'compiler/optimized-function-calls': [SKIP],
208 'compiler/pic': [SKIP], 207 'compiler/pic': [SKIP],
209 'compiler/property-calls': [SKIP], 208 'compiler/property-calls': [SKIP],
210 'compiler/recursive-deopt': [SKIP], 209 'compiler/recursive-deopt': [SKIP],
211 'compiler/regress-4': [SKIP], 210 'compiler/regress-4': [SKIP],
212 'compiler/regress-funcaller': [SKIP], 211 'compiler/regress-funcaller': [SKIP],
213 'compiler/regress-rep-change': [SKIP], 212 'compiler/regress-rep-change': [SKIP],
214 'compiler/regress-arguments': [SKIP],
215 'compiler/regress-funarguments': [SKIP], 213 'compiler/regress-funarguments': [SKIP],
216 'compiler/regress-3249650': [SKIP], 214 'compiler/regress-3249650': [SKIP],
217 'compiler/simple-deopt': [SKIP], 215 'compiler/simple-deopt': [SKIP],
218 'regress/regress-490': [SKIP], 216 'regress/regress-490': [SKIP],
219 'regress/regress-634': [SKIP], 217 'regress/regress-634': [SKIP],
220 'regress/regress-create-exception': [SKIP], 218 'regress/regress-create-exception': [SKIP],
221 'regress/regress-3218915': [SKIP], 219 'regress/regress-3218915': [SKIP],
222 'regress/regress-3247124': [SKIP], 220 'regress/regress-3247124': [SKIP],
223 221
224 # Requires bigger stack size in the Genesis and if stack size is increased, 222 # Requires bigger stack size in the Genesis and if stack size is increased,
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'never-optimize': [SKIP], 282 'never-optimize': [SKIP],
285 'regress/regress-2185-2': [SKIP], 283 'regress/regress-2185-2': [SKIP],
286 'harmony/object-observe': [SKIP], 284 'harmony/object-observe': [SKIP],
287 'readonly': [SKIP], 285 'readonly': [SKIP],
288 'array-feedback': [SKIP], 286 'array-feedback': [SKIP],
289 287
290 # Deopt every n garbage collections collides with deopt every n times. 288 # Deopt every n garbage collections collides with deopt every n times.
291 'regress/regress-2653': [SKIP], 289 'regress/regress-2653': [SKIP],
292 }], # 'deopt_fuzzer == True' 290 }], # 'deopt_fuzzer == True'
293 ] 291 ]
OLDNEW
« no previous file with comments | « test/mjsunit/compiler/regress-arguments.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698