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

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

Issue 2662153002: [wasm] Enable grow_memory tests on gc_stress (Closed)
Patch Set: Created 3 years, 10 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 | « 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 ############################################################################## 605 ##############################################################################
606 ['gcov_coverage', { 606 ['gcov_coverage', {
607 # Tests taking too long. 607 # Tests taking too long.
608 'array-functions-prototype-misc': [SKIP], 608 'array-functions-prototype-misc': [SKIP],
609 609
610 # Stack overflow. 610 # Stack overflow.
611 'big-array-literal': [SKIP], 611 'big-array-literal': [SKIP],
612 }], # 'gcov_coverage' 612 }], # 'gcov_coverage'
613 613
614 ############################################################################## 614 ##############################################################################
615 ['variant == stress or variant == turbofan_opt', {
616 # BUG(v8:5553).
617 'wasm/grow-memory': [SKIP],
618 }], # variant == stress or variant == turbofan_opt
619
620 ##############################################################################
621 ['variant == asm_wasm', { 615 ['variant == asm_wasm', {
622 # Skip stuff uninteresting for asm.js 616 # Skip stuff uninteresting for asm.js
623 'bugs/*': [SKIP], 617 'bugs/*': [SKIP],
624 'compiler/*': [SKIP], 618 'compiler/*': [SKIP],
625 'es6/*': [SKIP], 619 'es6/*': [SKIP],
626 'es7/*': [SKIP], 620 'es7/*': [SKIP],
627 'es8/*': [SKIP], 621 'es8/*': [SKIP],
628 'harmony/*': [SKIP], 622 'harmony/*': [SKIP],
629 'ignition/*': [SKIP], 623 'ignition/*': [SKIP],
630 'lithium/*': [SKIP], 624 'lithium/*': [SKIP],
(...skipping 17 matching lines...) Expand all
648 'lithium/*': [SKIP], 642 'lithium/*': [SKIP],
649 'third_party/*': [SKIP], 643 'third_party/*': [SKIP],
650 'tools/*': [SKIP], 644 'tools/*': [SKIP],
651 'apply': [SKIP], 645 'apply': [SKIP],
652 'math-*': [SKIP], 646 'math-*': [SKIP],
653 'unicode-test': [SKIP], 647 'unicode-test': [SKIP],
654 'whitespaces': [SKIP], 648 'whitespaces': [SKIP],
655 }], # variant == wasm_traps 649 }], # variant == wasm_traps
656 650
657 ] 651 ]
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