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

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

Issue 2892023002: Revert of [csa] Add assertions to CSA (Closed)
Patch Set: Created 3 years, 7 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 | « src/code-stub-assembler.cc ('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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 626
627 # Slow tests. 627 # Slow tests.
628 'regress/regress-2185-2': [SKIP], 628 'regress/regress-2185-2': [SKIP],
629 }], # variant == stress 629 }], # variant == stress
630 630
631 ############################################################################## 631 ##############################################################################
632 ['variant == noturbofan_stress', { 632 ['variant == noturbofan_stress', {
633 # Slow tests. 633 # Slow tests.
634 'ignition/regress-599001-verifyheap': [SKIP], 634 'ignition/regress-599001-verifyheap': [SKIP],
635 'regress/regress-2185-2': [SKIP], 635 'regress/regress-2185-2': [SKIP],
636
637 # Crankshaft bug, wrong elements kind: crbug.com/v8/6342
638 'regress/regress-2671': [SKIP],
639 'regress/regress-2671-1': [SKIP],
640 }], # variant == noturbofan_stress 636 }], # variant == noturbofan_stress
641 637
642 ############################################################################## 638 ##############################################################################
643 ['variant == nooptimization', { 639 ['variant == nooptimization', {
644 # Slow tests. 640 # Slow tests.
645 'regress/regress-2185-2': [SKIP], 641 'regress/regress-2185-2': [SKIP],
646 }], # variant == nooptimization 642 }], # variant == nooptimization
647 643
648 ############################################################################## 644 ##############################################################################
649 ['variant == noturbofan and no_snap', { 645 ['variant == noturbofan and no_snap', {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'lithium/*': [SKIP], 684 'lithium/*': [SKIP],
689 'third_party/*': [SKIP], 685 'third_party/*': [SKIP],
690 'tools/*': [SKIP], 686 'tools/*': [SKIP],
691 'apply': [SKIP], 687 'apply': [SKIP],
692 'math-*': [SKIP], 688 'math-*': [SKIP],
693 'unicode-test': [SKIP], 689 'unicode-test': [SKIP],
694 'whitespaces': [SKIP], 690 'whitespaces': [SKIP],
695 }], # variant == wasm_traps 691 }], # variant == wasm_traps
696 692
697 ] 693 ]
OLDNEW
« no previous file with comments | « src/code-stub-assembler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698