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

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

Issue 701023003: Make slow tests on arm64 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | « no previous file | 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 # BUG(v8:3457). 292 # BUG(v8:3457).
293 'deserialize-reference': [PASS, FAIL], 293 'deserialize-reference': [PASS, FAIL],
294 294
295 # Slow tests. 295 # Slow tests.
296 'array-concat': [PASS, SLOW], 296 'array-concat': [PASS, SLOW],
297 'array-constructor': [PASS, SLOW], 297 'array-constructor': [PASS, SLOW],
298 'array-indexing': [PASS, SLOW], 298 'array-indexing': [PASS, SLOW],
299 'array-reduce': [PASS, SLOW], 299 'array-reduce': [PASS, SLOW],
300 'array-sort': [PASS, SLOW], 300 'array-sort': [PASS, SLOW],
301 'array-splice': [PASS, SLOW], 301 'array-splice': [PASS, SLOW],
302 'asm/embenchen/box2d': [PASS, SLOW],
303 'asm/embenchen/lua_binarytrees': [PASS, SLOW],
302 'bit-not': [PASS, SLOW], 304 'bit-not': [PASS, SLOW],
303 'compiler/alloc-number': [PASS, SLOW], 305 'compiler/alloc-number': [PASS, SLOW],
304 'compiler/osr-assert': [PASS, SLOW], 306 'compiler/osr-assert': [PASS, SLOW],
305 'compiler/osr-with-args': [PASS, SLOW], 307 'compiler/osr-with-args': [PASS, SLOW],
306 'debug-scopes': [PASS, SLOW], 308 'debug-scopes': [PASS, SLOW],
307 'generated-transition-stub': [PASS, SLOW], 309 'generated-transition-stub': [PASS, SLOW],
308 'json2': [PASS, SLOW], 310 'json2': [PASS, SLOW],
309 'math-floor-of-div-nosudiv': [PASS, SLOW], 311 'math-floor-of-div-nosudiv': [PASS, SLOW],
310 'math-floor-of-div': [PASS, SLOW], 312 'math-floor-of-div': [PASS, SLOW],
311 'mirror-object': [PASS, SLOW], 313 'mirror-object': [PASS, SLOW],
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'never-optimize': [SKIP], 572 'never-optimize': [SKIP],
571 'regress/regress-2185-2': [SKIP], 573 'regress/regress-2185-2': [SKIP],
572 'harmony/object-observe': [SKIP], 574 'harmony/object-observe': [SKIP],
573 'readonly': [SKIP], 575 'readonly': [SKIP],
574 'array-feedback': [SKIP], 576 'array-feedback': [SKIP],
575 577
576 # Deopt every n garbage collections collides with deopt every n times. 578 # Deopt every n garbage collections collides with deopt every n times.
577 'regress/regress-2653': [SKIP], 579 'regress/regress-2653': [SKIP],
578 }], # 'deopt_fuzzer == True' 580 }], # 'deopt_fuzzer == True'
579 ] 581 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698