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

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

Issue 2214283003: [test] Activate ignition_staging variant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip one cpu profiler test Created 4 years, 4 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/cctest/cctest.status ('k') | tools/run-tests.py » ('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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 }], # 'arch == ppc and simulator_run == True' 694 }], # 'arch == ppc and simulator_run == True'
695 695
696 ############################################################################## 696 ##############################################################################
697 ['arch == ppc64', { 697 ['arch == ppc64', {
698 698
699 # stack overflow 699 # stack overflow
700 'big-array-literal': [SKIP], 700 'big-array-literal': [SKIP],
701 }], # 'arch == ppc64' 701 }], # 'arch == ppc64'
702 702
703 ############################################################################## 703 ##############################################################################
704 ['variant == ignition_staging', {
705 'allocation-site-info': [FAIL],
706 'array-constructor-feedback': [FAIL],
707 'array-feedback': [FAIL],
708 'array-literal-feedback': [FAIL],
709 'assert-opt-and-deopt': [FAIL],
710 'compiler/deopt-inlined-from-call': [FAIL],
711 'compiler/increment-typefeedback': [FAIL],
712 'compiler/manual-concurrent-recompile': [FAIL],
713 'constant-folding-2': [FAIL],
714 'debug-is-active': [FAIL],
715 'deopt-with-fp-regs': [FAIL],
716 'deserialize-optimize-inner': [FAIL],
717 'div-mul-minus-one': [FAIL],
718 'elements-transition-hoisting': [FAIL],
719 'es6/block-let-crankshaft': [FAIL],
720 'es6/block-let-crankshaft-sloppy': [FAIL],
721 'getters-on-elements': [FAIL],
722 'harmony/do-expressions': [FAIL],
723 'math-floor-of-div-minus-zero': [FAIL],
724 'regress/regress-2132': [FAIL],
725 'regress/regress-2339': [FAIL],
726 'regress/regress-3176': [FAIL],
727 'regress/regress-3709': [FAIL],
728 'regress/regress-385565': [FAIL],
729 'regress/regress-4121': [FAIL],
730 'regress/regress-crbug-594183': [FAIL],
731 'regress/regress-embedded-cons-string': [FAIL],
732 'regress/regress-map-invalidation-2': [FAIL],
733 'regress/regress-param-local-type': [FAIL],
734 'regress/regress-prepare-break-while-recompile': [FAIL],
735 'shift-for-integer-div': [FAIL],
736 'sin-cos': [FAIL],
737 'smi-mul-const': [FAIL],
738 'smi-mul': [FAIL],
739 'unary-minus-deopt': [FAIL],
740
741 # Flaky.
742 'asm/int32div': [SKIP],
743 'asm/int32mod': [SKIP],
744 'compiler/uint32': [SKIP],
745 'regress/regress-454725': [SKIP],
746
747 }], # variant == ignition_staging
748
749 ##############################################################################
704 ['variant == ignition_turbofan', { 750 ['variant == ignition_turbofan', {
705 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 751 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
706 'array-literal-feedback': [FAIL], 752 'array-literal-feedback': [FAIL],
707 'regress/regress-4121': [FAIL], 753 'regress/regress-4121': [FAIL],
708 'array-constructor-feedback': [FAIL], 754 'array-constructor-feedback': [FAIL],
709 'array-feedback': [FAIL], 755 'array-feedback': [FAIL],
710 'allocation-site-info': [FAIL], 756 'allocation-site-info': [FAIL],
711 757
712 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 758 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
713 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 759 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 ############################################################################## 806 ##############################################################################
761 ['gcov_coverage', { 807 ['gcov_coverage', {
762 # Tests taking too long. 808 # Tests taking too long.
763 'array-functions-prototype-misc': [SKIP], 809 'array-functions-prototype-misc': [SKIP],
764 810
765 # Stack overflow. 811 # Stack overflow.
766 'big-array-literal': [SKIP], 812 'big-array-literal': [SKIP],
767 }], # 'gcov_coverage' 813 }], # 'gcov_coverage'
768 814
769 ] 815 ]
OLDNEW
« no previous file with comments | « test/cctest/cctest.status ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698