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

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

Issue 2467223005: [Tests] Remove skips from tests which no longer timeout on Ignition + Msan. (Closed)
Patch Set: Created 4 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
« 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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'unicode-test': [SKIP], 638 'unicode-test': [SKIP],
639 639
640 }], # variant == turbofan_opt 640 }], # variant == turbofan_opt
641 641
642 ############################################################################## 642 ##############################################################################
643 ['variant == ignition or variant == ignition_staging', { 643 ['variant == ignition or variant == ignition_staging', {
644 # TODO(5587): fails to liveedit evaled code. 644 # TODO(5587): fails to liveedit evaled code.
645 'debug-liveedit-double-call': [FAIL], 645 'debug-liveedit-double-call': [FAIL],
646 }], # variant == ignition 646 }], # variant == ignition
647 647
648 ['variant == ignition and msan', {
649 # TODO(mythria,4680): All of these tests have large loops and hence slow
650 # and timeout.
651 'compiler/osr-big': [SKIP],
652 'compiler/osr-nested': [SKIP],
653 'regress/regress-298269': [SKIP],
654 'regress/regress-crbug-319860': [SKIP],
655 'regress/regress-deep-proto': [SKIP],
656 'try': [SKIP],
657 # Too slow for interpreter and msan.
658 'es6/tail-call-megatest*': [SKIP],
659 }], # variant == ignition and msan
660
661 ############################################################################## 648 ##############################################################################
662 ['variant == ignition_turbofan', { 649 ['variant == ignition_turbofan', {
663 # TODO(5587): fails to liveedit evaled code. 650 # TODO(5587): fails to liveedit evaled code.
664 'debug-liveedit-double-call': [FAIL], 651 'debug-liveedit-double-call': [FAIL],
665 652
666 # TODO(rmcilroy,titzer): Times out after 653 # TODO(rmcilroy,titzer): Times out after
667 # https://codereview.chromium.org/1951013002 . 654 # https://codereview.chromium.org/1951013002 .
668 'regress/regress-599717': [PASS, ['tsan', SKIP]], 655 'regress/regress-599717': [PASS, ['tsan', SKIP]],
669 656
670 # TODO(jarin): No truncations on CheckFloat64Hole. 657 # TODO(jarin): No truncations on CheckFloat64Hole.
671 'getters-on-elements': [SKIP], 658 'getters-on-elements': [SKIP],
672 659
673 # TODO(rmcilroy): Flaky OOM. 660 # TODO(rmcilroy): Flaky OOM.
674 'unicodelctest-no-optimization': [SKIP], 661 'unicodelctest-no-optimization': [SKIP],
675 }], # variant == ignition_turbofan 662 }], # variant == ignition_turbofan
676 663
677 ['variant == ignition_turbofan and arch == arm', {
678 # TODO(rmcilroy,4680): Arm specific timeouts.
679 'compiler/osr-one': [SKIP],
680 'compiler/osr-two': [SKIP],
681 'regress/regress-1257': [SKIP],
682 }], # variant == ignition_turbofan and arch == arm
683
684 ['variant == ignition_turbofan and msan', {
685 # TODO(mythria,4680): All of these tests have large loops and hence slow
686 # and timeout.
687 'compiler/osr-big': [SKIP],
688 'compiler/osr-nested': [SKIP],
689 'regress/regress-298269': [SKIP],
690 'regress/regress-crbug-319860': [SKIP],
691 'regress/regress-deep-proto': [SKIP],
692 'try': [SKIP],
693 # Too slow for interpreter and msan.
694 'es6/tail-call-megatest*': [SKIP],
695 }], # variant == ignition_turbofan and msan
696
697 ############################################################################## 664 ##############################################################################
698 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', { 665 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', {
699 # Ongoing implementation of modules. 666 # Ongoing implementation of modules.
700 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 667 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
701 'modules-*': [SKIP], 668 'modules-*': [SKIP],
702 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 669 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
703 670
704 ############################################################################## 671 ##############################################################################
705 ['gcov_coverage', { 672 ['gcov_coverage', {
706 # Tests taking too long. 673 # Tests taking too long.
(...skipping 22 matching lines...) Expand all
729 'lithium/*': [SKIP], 696 'lithium/*': [SKIP],
730 'third_party/*': [SKIP], 697 'third_party/*': [SKIP],
731 'tools/*': [SKIP], 698 'tools/*': [SKIP],
732 'apply': [SKIP], 699 'apply': [SKIP],
733 'math-*': [SKIP], 700 'math-*': [SKIP],
734 'unicode-test': [SKIP], 701 'unicode-test': [SKIP],
735 'whitespaces': [SKIP], 702 'whitespaces': [SKIP],
736 }], # variant == asm_wasm 703 }], # variant == asm_wasm
737 704
738 ] 705 ]
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