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

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

Issue 183763008: Make a64.release a quickcheck target (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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 | « Makefile ('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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'debug-liveedit-check-stack': [SKIP], 171 'debug-liveedit-check-stack': [SKIP],
172 'debug-liveedit-stack-padding': [SKIP], 172 'debug-liveedit-stack-padding': [SKIP],
173 'debug-liveedit-restart-frame': [SKIP], 173 'debug-liveedit-restart-frame': [SKIP],
174 'debug-liveedit-double-call': [SKIP], 174 'debug-liveedit-double-call': [SKIP],
175 175
176 # BUG(v8:3147). It works on other architectures by accident. 176 # BUG(v8:3147). It works on other architectures by accident.
177 'regress/regress-conditional-position': [FAIL], 177 'regress/regress-conditional-position': [FAIL],
178 178
179 # BUG(v8:3156): Fails on gc stress bots. 179 # BUG(v8:3156): Fails on gc stress bots.
180 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]], 180 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True', FAIL]],
181
182 # Slow tests.
183 'array-concat': [PASS, SLOW],
184 'array-constructor': [PASS, SLOW],
185 'array-indexing': [PASS, SLOW],
186 'array-reduce': [PASS, SLOW],
187 'array-sort': [PASS, SLOW],
188 'array-splice': [PASS, SLOW],
189 'bit-not': [PASS, SLOW],
190 'compiler/alloc-number': [PASS, SLOW],
191 'compiler/osr-assert': [PASS, SLOW],
192 'compiler/osr-warm': [PASS, SLOW],
193 'compiler/osr-with-args': [PASS, SLOW],
194 'debug-scopes': [PASS, SLOW],
195 'generated-transition-stub': [PASS, SLOW],
196 'json2': [PASS, SLOW],
197 'math-floor-of-div-nosudiv': [PASS, SLOW],
198 'math-floor-of-div': [PASS, SLOW],
199 'mirror-object': [PASS, SLOW],
200 'packed-elements': [PASS, SLOW],
201 'regress/regress-1122': [PASS, SLOW],
202 'regress/regress-2185-2': [PASS, SLOW],
203 'regress/regress-2185': [PASS, SLOW],
204 'regress/regress-2790': [PASS, SLOW],
205 'regress/regress-331444': [PASS, SLOW],
206 'regress/regress-490': [PASS, SLOW],
207 'regress/regress-crbug-217858': [PASS, SLOW],
208 'regress/regress-create-exception': [PASS, SLOW],
209 'regress/regress-json-stringify-gc': [PASS, SLOW],
210 'string-indexof-2': [PASS, SLOW],
211 'unicodelctest-no-optimization': [PASS, SLOW],
212 'unicodelctest': [PASS, SLOW],
213 'unicode-test': [PASS, SLOW],
214 'whitespaces': [PASS, SLOW],
215 'whitespaces': [PASS, SLOW],
181 }], # 'arch == a64' 216 }], # 'arch == a64'
182 217
183 ['arch == a64 and mode == debug and simulator_run == True', { 218 ['arch == a64 and mode == debug and simulator_run == True', {
184 219
185 # Pass but take too long with the simulator in debug mode. 220 # Pass but take too long with the simulator in debug mode.
186 'array-sort': [PASS, TIMEOUT], 221 'array-sort': [PASS, TIMEOUT],
187 'packed-elements': [SKIP], 222 'packed-elements': [SKIP],
188 'regexp-global': [SKIP], 223 'regexp-global': [SKIP],
189 'compiler/alloc-numbers': [SKIP], 224 'compiler/alloc-numbers': [SKIP],
190 'harmony/symbols': [SKIP], 225 'harmony/symbols': [SKIP],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'never-optimize': [SKIP], 375 'never-optimize': [SKIP],
341 'regress/regress-2185-2': [SKIP], 376 'regress/regress-2185-2': [SKIP],
342 'harmony/object-observe': [SKIP], 377 'harmony/object-observe': [SKIP],
343 'readonly': [SKIP], 378 'readonly': [SKIP],
344 'array-feedback': [SKIP], 379 'array-feedback': [SKIP],
345 380
346 # Deopt every n garbage collections collides with deopt every n times. 381 # Deopt every n garbage collections collides with deopt every n times.
347 'regress/regress-2653': [SKIP], 382 'regress/regress-2653': [SKIP],
348 }], # 'deopt_fuzzer == True' 383 }], # 'deopt_fuzzer == True'
349 ] 384 ]
OLDNEW
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698