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

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

Issue 687653002: [Sheriff] Skip tests that fail with TF 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'regress/regress-2790': [PASS, SLOW], 302 'regress/regress-2790': [PASS, SLOW],
303 'regress/regress-331444': [PASS, SLOW], 303 'regress/regress-331444': [PASS, SLOW],
304 'regress/regress-490': [PASS, SLOW], 304 'regress/regress-490': [PASS, SLOW],
305 'regress/regress-crbug-217858': [PASS, SLOW], 305 'regress/regress-crbug-217858': [PASS, SLOW],
306 'regress/regress-create-exception': [PASS, SLOW], 306 'regress/regress-create-exception': [PASS, SLOW],
307 'regress/regress-json-stringify-gc': [PASS, SLOW], 307 'regress/regress-json-stringify-gc': [PASS, SLOW],
308 'string-indexof-2': [PASS, SLOW], 308 'string-indexof-2': [PASS, SLOW],
309 'unicodelctest-no-optimization': [PASS, SLOW], 309 'unicodelctest-no-optimization': [PASS, SLOW],
310 'unicodelctest': [PASS, SLOW], 310 'unicodelctest': [PASS, SLOW],
311 'unicode-test': [PASS, SLOW], 311 'unicode-test': [PASS, SLOW],
312
313 # TODO(bmeurer, Rodolph.Perfetta@arm.com): Fails with turbo fan.
314 'numops-fuzz-part1': [PASS, NO_VARIANTS],
315 'numops-fuzz-part2': [PASS, NO_VARIANTS],
312 }], # 'arch == arm64' 316 }], # 'arch == arm64'
313 317
314 ['arch == arm64 and mode == debug and simulator_run == True', { 318 ['arch == arm64 and mode == debug and simulator_run == True', {
315 319
316 # Pass but take too long with the simulator in debug mode. 320 # Pass but take too long with the simulator in debug mode.
317 'array-iterate-backwards': [PASS, TIMEOUT], 321 'array-iterate-backwards': [PASS, TIMEOUT],
318 'array-sort': [PASS, TIMEOUT], 322 'array-sort': [PASS, TIMEOUT],
319 'packed-elements': [SKIP], 323 'packed-elements': [SKIP],
320 'regexp-global': [SKIP], 324 'regexp-global': [SKIP],
321 'compiler/alloc-numbers': [SKIP], 325 'compiler/alloc-numbers': [SKIP],
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'never-optimize': [SKIP], 554 'never-optimize': [SKIP],
551 'regress/regress-2185-2': [SKIP], 555 'regress/regress-2185-2': [SKIP],
552 'harmony/object-observe': [SKIP], 556 'harmony/object-observe': [SKIP],
553 'readonly': [SKIP], 557 'readonly': [SKIP],
554 'array-feedback': [SKIP], 558 'array-feedback': [SKIP],
555 559
556 # Deopt every n garbage collections collides with deopt every n times. 560 # Deopt every n garbage collections collides with deopt every n times.
557 'regress/regress-2653': [SKIP], 561 'regress/regress-2653': [SKIP],
558 }], # 'deopt_fuzzer == True' 562 }], # 'deopt_fuzzer == True'
559 ] 563 ]
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