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

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

Issue 698513003: Skip tests for mips. (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
« test/cctest/cctest.status ('K') | « test/cctest/cctest.status ('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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 # Requires bigger stack size in the Genesis and if stack size is increased, 419 # Requires bigger stack size in the Genesis and if stack size is increased,
420 # the test requires too much time to run. However, the problem test covers 420 # the test requires too much time to run. However, the problem test covers
421 # should be platform-independent. 421 # should be platform-independent.
422 'regress/regress-1132': [SKIP], 422 'regress/regress-1132': [SKIP],
423 423
424 # Currently always deopt on minus zero 424 # Currently always deopt on minus zero
425 'math-floor-of-div-minus-zero': [SKIP], 425 'math-floor-of-div-minus-zero': [SKIP],
426 }], # 'arch == mipsel or arch == mips' 426 }], # 'arch == mipsel or arch == mips'
427 427
428 ############################################################################## 428 ##############################################################################
429 ['arch == mips', {
430 # Flaky with TF.
431 'mirror-script': [PASS, NO_VARIANTS],
432 }], # 'arch == mips'
433
434 ##############################################################################
429 ['arch == mips64el', { 435 ['arch == mips64el', {
430 436
431 # Slow tests which times out in debug mode. 437 # Slow tests which times out in debug mode.
432 'try': [PASS, ['mode == debug', SKIP]], 438 'try': [PASS, ['mode == debug', SKIP]],
433 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], 439 'debug-scripts-request': [PASS, ['mode == debug', SKIP]],
434 'array-constructor': [PASS, ['mode == debug', SKIP]], 440 'array-constructor': [PASS, ['mode == debug', SKIP]],
435 441
436 # Times out often in release mode on MIPS. 442 # Times out often in release mode on MIPS.
437 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]], 443 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU T]],
438 'array-splice': [PASS, TIMEOUT], 444 'array-splice': [PASS, TIMEOUT],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'never-optimize': [SKIP], 562 'never-optimize': [SKIP],
557 'regress/regress-2185-2': [SKIP], 563 'regress/regress-2185-2': [SKIP],
558 'harmony/object-observe': [SKIP], 564 'harmony/object-observe': [SKIP],
559 'readonly': [SKIP], 565 'readonly': [SKIP],
560 'array-feedback': [SKIP], 566 'array-feedback': [SKIP],
561 567
562 # Deopt every n garbage collections collides with deopt every n times. 568 # Deopt every n garbage collections collides with deopt every n times.
563 'regress/regress-2653': [SKIP], 569 'regress/regress-2653': [SKIP],
564 }], # 'deopt_fuzzer == True' 570 }], # 'deopt_fuzzer == True'
565 ] 571 ]
OLDNEW
« test/cctest/cctest.status ('K') | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698