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

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

Issue 1855913002: [interpreter] add some expression positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
« test/message/message.status ('K') | « test/message/message.status ('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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 752
753 # take too long with the simulator. 753 # take too long with the simulator.
754 'regress/regress-1132': [SKIP], 754 'regress/regress-1132': [SKIP],
755 }], # 'arch == ppc and simulator_run == True' 755 }], # 'arch == ppc and simulator_run == True'
756 756
757 ############################################################################## 757 ##############################################################################
758 ['ignition == True', { 758 ['ignition == True', {
759 # TODO(yangguo,4690): assertion failures in debugger tests. 759 # TODO(yangguo,4690): assertion failures in debugger tests.
760 'debug-allscopes-on-debugger': [FAIL], 760 'debug-allscopes-on-debugger': [FAIL],
761 'es6/debug-stepnext-for': [FAIL], 761 'es6/debug-stepnext-for': [FAIL],
762 'es6/debug-stepin-string-template': [FAIL],
763 'es6/debug-promises/stepin-constructor': [FAIL], 762 'es6/debug-promises/stepin-constructor': [FAIL],
764 'es6/debug-stepin-proxies': [FAIL], 763 'es6/debug-stepin-proxies': [FAIL],
765 'regress/regress-crbug-119800': [FAIL], 764 'regress/regress-crbug-119800': [FAIL],
766 'regress/regress-opt-after-debug-deopt': [FAIL], 765 'regress/regress-opt-after-debug-deopt': [FAIL],
767 766
768 # TODO(yangguo,4690): flaky failures on the bots. 767 # TODO(yangguo,4690): flaky failures on the bots.
769 'debug-stepin-builtin-callback-opt': [SKIP], 768 'debug-stepin-builtin-callback-opt': [SKIP],
770 769
771 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. 770 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
772 'debug-liveedit-restart-frame': [FAIL], 771 'debug-liveedit-restart-frame': [FAIL],
(...skipping 19 matching lines...) Expand all
792 # TODO(mythria, 4764): lack of osr support. 791 # TODO(mythria, 4764): lack of osr support.
793 'regress/regress-2618': [FAIL], 792 'regress/regress-2618': [FAIL],
794 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 793 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
795 # till it is optimized. So test timeouts. 794 # till it is optimized. So test timeouts.
796 'array-literal-transitions': [SKIP], 795 'array-literal-transitions': [SKIP],
797 796
798 # TODO(mythria, 4680): Relate to GC and ignition holding references to 797 # TODO(mythria, 4680): Relate to GC and ignition holding references to
799 # objects. 798 # objects.
800 'es6/mirror-collections': [FAIL], 799 'es6/mirror-collections': [FAIL],
801 800
802 # TODO(mythria, 4680): line numbers in eval test. Column number is
803 # incorrect.
804 'regress/regress-crbug-109362': [FAIL],
805
806 # TODO(mythria, 4680): possibly problem with line numbers. 801 # TODO(mythria, 4680): possibly problem with line numbers.
807 'es6/regress/regress-468661': [FAIL], 802 'es6/regress/regress-468661': [FAIL],
808 803
809 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when 804 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when
810 # trying to get a context register in BytecodeGenerator. 805 # trying to get a context register in BytecodeGenerator.
811 'harmony/regress/regress-4658': [FAIL, ['mode == release and dcheck_always_on == False', PASS],], 806 'harmony/regress/regress-4658': [FAIL, ['mode == release and dcheck_always_on == False', PASS],],
812 807
813 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng 808 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng
814 # eager compile of the whole script instead of during lazy compile of the func tion 809 # eager compile of the whole script instead of during lazy compile of the func tion
815 # f(), so we can't catch the exception in the try/catch. Skip because on some 810 # f(), so we can't catch the exception in the try/catch. Skip because on some
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 ############################################################################## 905 ##############################################################################
911 ['gcov_coverage', { 906 ['gcov_coverage', {
912 # Tests taking too long. 907 # Tests taking too long.
913 'array-functions-prototype-misc': [SKIP], 908 'array-functions-prototype-misc': [SKIP],
914 909
915 # Stack overflow. 910 # Stack overflow.
916 'big-array-literal': [SKIP], 911 'big-array-literal': [SKIP],
917 }], # 'gcov_coverage' 912 }], # 'gcov_coverage'
918 913
919 ] 914 ]
OLDNEW
« test/message/message.status ('K') | « test/message/message.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698