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

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

Issue 2847923003: [csa] Add assertions to CSA (Closed)
Patch Set: Rebase & fix incorrect asserts Created 3 years, 6 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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 618
619 # Slow tests. 619 # Slow tests.
620 'regress/regress-2185-2': [SKIP], 620 'regress/regress-2185-2': [SKIP],
621 }], # variant == stress 621 }], # variant == stress
622 622
623 ############################################################################## 623 ##############################################################################
624 ['variant == noturbofan_stress', { 624 ['variant == noturbofan_stress', {
625 # Slow tests. 625 # Slow tests.
626 'ignition/regress-599001-verifyheap': [SKIP], 626 'ignition/regress-599001-verifyheap': [SKIP],
627 'regress/regress-2185-2': [SKIP], 627 'regress/regress-2185-2': [SKIP],
628
629 # Crankshaft bug, wrong elements kind: crbug.com/v8/6342
630 'regress/regress-2671': [SKIP],
631 'regress/regress-2671-1': [SKIP],
628 }], # variant == noturbofan_stress 632 }], # variant == noturbofan_stress
629 633
630 ############################################################################## 634 ##############################################################################
631 ['variant == nooptimization', { 635 ['variant == nooptimization', {
632 # Slow tests. 636 # Slow tests.
633 'regress/regress-2185-2': [SKIP], 637 'regress/regress-2185-2': [SKIP],
634 }], # variant == nooptimization 638 }], # variant == nooptimization
635 639
636 ############################################################################## 640 ##############################################################################
637 ['variant == noturbofan and no_snap', { 641 ['variant == noturbofan and no_snap', {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'lithium/*': [SKIP], 680 'lithium/*': [SKIP],
677 'third_party/*': [SKIP], 681 'third_party/*': [SKIP],
678 'tools/*': [SKIP], 682 'tools/*': [SKIP],
679 'apply': [SKIP], 683 'apply': [SKIP],
680 'math-*': [SKIP], 684 'math-*': [SKIP],
681 'unicode-test': [SKIP], 685 'unicode-test': [SKIP],
682 'whitespaces': [SKIP], 686 'whitespaces': [SKIP],
683 }], # variant == wasm_traps 687 }], # variant == wasm_traps
684 688
685 ] 689 ]
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