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

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

Issue 1759673002: [interpreter] Add tests for translating PC from optimized frame. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: both tests actually fail for ignition Created 4 years, 9 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/mjsunit/ignition/optimized-stack-trace.js ('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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 }], # 'predictable == True' 773 }], # 'predictable == True'
774 774
775 ############################################################################## 775 ##############################################################################
776 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 776 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
777 777
778 # take too long with the simulator. 778 # take too long with the simulator.
779 'regress/regress-1132': [SKIP], 779 'regress/regress-1132': [SKIP],
780 }], # 'arch == ppc and simulator_run == True' 780 }], # 'arch == ppc and simulator_run == True'
781 781
782 ['ignition == True', { 782 ['ignition == True', {
783 # TODO(rmcilroy, 4689): FrameInspector does not translate interpreted frame.
784 'ignition/optimized-debug-frame': [FAIL],
785
786 # TODO(rmcilroy, 4689): Translated code offset for FrameSummary is wrong.
787 'ignition/optimized-stack-trace': [FAIL],
788
783 # TODO(yangguo,4690): assertion failures in debugger tests. 789 # TODO(yangguo,4690): assertion failures in debugger tests.
784 'debug-allscopes-on-debugger': [FAIL], 790 'debug-allscopes-on-debugger': [FAIL],
785 'debug-return-value': [FAIL], 791 'debug-return-value': [FAIL],
786 'debug-stepin-accessor-ic': [FAIL], 792 'debug-stepin-accessor-ic': [FAIL],
787 'debug-stepnext-do-while': [FAIL], 793 'debug-stepnext-do-while': [FAIL],
788 'es6/debug-stepnext-for': [FAIL], 794 'es6/debug-stepnext-for': [FAIL],
789 'es6/debug-stepin-generators': [FAIL], 795 'es6/debug-stepin-generators': [FAIL],
790 'es6/debug-stepin-string-template': [FAIL], 796 'es6/debug-stepin-string-template': [FAIL],
791 'es6/debug-promises/stepin-constructor': [FAIL], 797 'es6/debug-promises/stepin-constructor': [FAIL],
792 'harmony/debug-stepin-proxies': [FAIL], 798 'harmony/debug-stepin-proxies': [FAIL],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 # Tests taking too long. 903 # Tests taking too long.
898 'array-functions-prototype-misc': [SKIP], 904 'array-functions-prototype-misc': [SKIP],
899 'strong/implicit-conversions': [SKIP], 905 'strong/implicit-conversions': [SKIP],
900 'strong/load-element-mutate-backing-store': [SKIP], 906 'strong/load-element-mutate-backing-store': [SKIP],
901 907
902 # Stack overflow. 908 # Stack overflow.
903 'big-array-literal': [SKIP], 909 'big-array-literal': [SKIP],
904 }], # 'gcov_coverage' 910 }], # 'gcov_coverage'
905 911
906 ] 912 ]
OLDNEW
« no previous file with comments | « test/mjsunit/ignition/optimized-stack-trace.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698