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

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

Issue 1407533004: [turbofan] Fix various issues with --turbo-inlining enabled. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comment. Created 5 years, 2 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/test-sampler-api.cc ('k') | test/mjsunit/regress/regress-crbug-465298.js » ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 103 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
104 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 104 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
105 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. 105 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
106 'debug-ignore-breakpoints': [PASS, NO_VARIANTS], # only in no-snap debug. 106 'debug-ignore-breakpoints': [PASS, NO_VARIANTS], # only in no-snap debug.
107 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug. 107 'debug-setbreakpoint': [PASS, NO_VARIANTS], # only in no-snap debug.
108 'debug-step': [PASS, NO_VARIANTS], # windows only. 108 'debug-step': [PASS, NO_VARIANTS], # windows only.
109 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. 109 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
110 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. 110 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
111 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. 111 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
112 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug. 112 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug.
113 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining.
113 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. 114 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
114 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress. 115 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress.
115 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress. 116 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
116 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan 117 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
117 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan. 118 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t urbofan.
118 119
119 # Issue 4035: unexpected frame->context() in debugger 120 # Issue 4035: unexpected frame->context() in debugger
120 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], 121 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
121 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], 122 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
122 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], 123 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'd8-worker-sharedarraybuffer': [SKIP], 711 'd8-worker-sharedarraybuffer': [SKIP],
711 }], # 'predictable == True' 712 }], # 'predictable == True'
712 713
713 ############################################################################## 714 ##############################################################################
714 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 715 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
715 716
716 # take too long with the simulator. 717 # take too long with the simulator.
717 'regress/regress-1132': [SKIP], 718 'regress/regress-1132': [SKIP],
718 }], # 'arch == ppc and simulator_run == True' 719 }], # 'arch == ppc and simulator_run == True'
719 ] 720 ]
OLDNEW
« no previous file with comments | « test/cctest/test-sampler-api.cc ('k') | test/mjsunit/regress/regress-crbug-465298.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698