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

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

Issue 642293005: [arm64] Skip TF tests that time out in simulator debug runs. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also add array-iterate-backwards. Created 6 years, 2 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 | « 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'regress/regress-json-stringify-gc': [PASS, SLOW], 310 'regress/regress-json-stringify-gc': [PASS, SLOW],
311 'string-indexof-2': [PASS, SLOW], 311 'string-indexof-2': [PASS, SLOW],
312 'unicodelctest-no-optimization': [PASS, SLOW], 312 'unicodelctest-no-optimization': [PASS, SLOW],
313 'unicodelctest': [PASS, SLOW], 313 'unicodelctest': [PASS, SLOW],
314 'unicode-test': [PASS, SLOW], 314 'unicode-test': [PASS, SLOW],
315 }], # 'arch == arm64' 315 }], # 'arch == arm64'
316 316
317 ['arch == arm64 and mode == debug and simulator_run == True', { 317 ['arch == arm64 and mode == debug and simulator_run == True', {
318 318
319 # Pass but take too long with the simulator in debug mode. 319 # Pass but take too long with the simulator in debug mode.
320 'array-iterate-backwards': [PASS, TIMEOUT],
320 'array-sort': [PASS, TIMEOUT], 321 'array-sort': [PASS, TIMEOUT],
321 'packed-elements': [SKIP], 322 'packed-elements': [SKIP],
322 'regexp-global': [SKIP], 323 'regexp-global': [SKIP],
323 'compiler/alloc-numbers': [SKIP], 324 'compiler/alloc-numbers': [SKIP],
324 'harmony/symbols': [SKIP], 325 'harmony/symbols': [SKIP],
326 'math-floor-of-div': [PASS, TIMEOUT],
327 'math-floor-of-div-nosudiv': [PASS, TIMEOUT],
328 'unicodelctest': [PASS, TIMEOUT],
329 'unicodelctest-no-optimization': [PASS, TIMEOUT],
325 # Issue 3219: 330 # Issue 3219:
326 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], 331 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
327 }], # 'arch == arm64 and mode == debug and simulator_run == True' 332 }], # 'arch == arm64 and mode == debug and simulator_run == True'
328 333
329 ############################################################################## 334 ##############################################################################
330 ['asan == True', { 335 ['asan == True', {
331 # Skip tests not suitable for ASAN. 336 # Skip tests not suitable for ASAN.
332 'big-array-literal': [SKIP], 337 'big-array-literal': [SKIP],
333 'big-object-literal': [SKIP], 338 'big-object-literal': [SKIP],
334 'regress/regress-crbug-178790': [SKIP], 339 'regress/regress-crbug-178790': [SKIP],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'never-optimize': [SKIP], 553 'never-optimize': [SKIP],
549 'regress/regress-2185-2': [SKIP], 554 'regress/regress-2185-2': [SKIP],
550 'harmony/object-observe': [SKIP], 555 'harmony/object-observe': [SKIP],
551 'readonly': [SKIP], 556 'readonly': [SKIP],
552 'array-feedback': [SKIP], 557 'array-feedback': [SKIP],
553 558
554 # Deopt every n garbage collections collides with deopt every n times. 559 # Deopt every n garbage collections collides with deopt every n times.
555 'regress/regress-2653': [SKIP], 560 'regress/regress-2653': [SKIP],
556 }], # 'deopt_fuzzer == True' 561 }], # 'deopt_fuzzer == True'
557 ] 562 ]
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