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

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

Issue 2146493002: Move catch prediction into frontend. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable test on Turbofan Created 4 years, 5 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/debug-exceptions.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'debug-evaluate-locals': [PASS, NO_VARIANTS], 85 'debug-evaluate-locals': [PASS, NO_VARIANTS],
86 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], 86 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS],
87 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 87 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
88 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 88 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
89 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. 89 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
90 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. 90 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
91 'debug-liveedit-double-call': [PASS, NO_VARIANTS], 91 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
92 'debug-set-variable-value': [PASS, NO_VARIANTS], 92 'debug-set-variable-value': [PASS, NO_VARIANTS],
93 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], 93 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS],
94 94
95 # TODO(mstarzinger): Use frontend's catch prediction in Turbofan.
96 'debug-exceptions': [PASS, NO_VARIANTS],
97
95 # Assumptions about optimization need investigation in TurboFan. 98 # Assumptions about optimization need investigation in TurboFan.
96 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 99 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
97 100
98 # Fails in --turbo --always-opt mode. 101 # Fails in --turbo --always-opt mode.
99 'regress/regress-105': [PASS, NO_VARIANTS], 102 'regress/regress-105': [PASS, NO_VARIANTS],
100 103
101 ############################################################################## 104 ##############################################################################
102 # Too slow in debug mode with --stress-opt mode. 105 # Too slow in debug mode with --stress-opt mode.
103 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 106 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
104 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 107 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ############################################################################## 777 ##############################################################################
775 ['gcov_coverage', { 778 ['gcov_coverage', {
776 # Tests taking too long. 779 # Tests taking too long.
777 'array-functions-prototype-misc': [SKIP], 780 'array-functions-prototype-misc': [SKIP],
778 781
779 # Stack overflow. 782 # Stack overflow.
780 'big-array-literal': [SKIP], 783 'big-array-literal': [SKIP],
781 }], # 'gcov_coverage' 784 }], # 'gcov_coverage'
782 785
783 ] 786 ]
OLDNEW
« no previous file with comments | « test/mjsunit/debug-exceptions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698