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

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

Issue 2715153005: Remove shared-function-tier-up-default.js (Closed)
Patch Set: Created 3 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
« no previous file with comments | « test/mjsunit/mjsunit.js ('k') | test/mjsunit/shared-function-tier-up-default.js » ('j') | 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 # Deopting uses just enough memory to make this one OOM. 543 # Deopting uses just enough memory to make this one OOM.
544 'regress/regress-3976': [SKIP], 544 'regress/regress-3976': [SKIP],
545 545
546 # Deopt every n garbage collections collides with deopt every n times. 546 # Deopt every n garbage collections collides with deopt every n times.
547 'regress/regress-2653': [SKIP], 547 'regress/regress-2653': [SKIP],
548 548
549 # Too slow. 549 # Too slow.
550 'es6/tail-call-megatest*': [SKIP], 550 'es6/tail-call-megatest*': [SKIP],
551 551
552 # Forced optimisation path tests. 552 # Forced optimisation path tests.
553 'shared-function-tier-up-default': [SKIP],
554 'shared-function-tier-up-turbo': [SKIP], 553 'shared-function-tier-up-turbo': [SKIP],
555 554
556 # Fails deopt_fuzzer due to --deopt_every_n_times or 555 # Fails deopt_fuzzer due to --deopt_every_n_times or
557 # deopt_every_n_garbage_collections 556 # deopt_every_n_garbage_collections
558 'es6/array-iterator-turbo': [SKIP] 557 'es6/array-iterator-turbo': [SKIP]
559 }], # 'deopt_fuzzer == True' 558 }], # 'deopt_fuzzer == True'
560 559
561 ############################################################################## 560 ##############################################################################
562 ['predictable == True', { 561 ['predictable == True', {
563 562
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'lithium/*': [SKIP], 650 'lithium/*': [SKIP],
652 'third_party/*': [SKIP], 651 'third_party/*': [SKIP],
653 'tools/*': [SKIP], 652 'tools/*': [SKIP],
654 'apply': [SKIP], 653 'apply': [SKIP],
655 'math-*': [SKIP], 654 'math-*': [SKIP],
656 'unicode-test': [SKIP], 655 'unicode-test': [SKIP],
657 'whitespaces': [SKIP], 656 'whitespaces': [SKIP],
658 }], # variant == wasm_traps 657 }], # variant == wasm_traps
659 658
660 ] 659 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.js ('k') | test/mjsunit/shared-function-tier-up-default.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698