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

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

Issue 522873002: Removal of the deoptimization block from Turbofan (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Change constant capitalization Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/debug-step-2.js ('k') | test/mjsunit/regress/regress-1170187.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'array-feedback': [PASS, NO_VARIANTS], 72 'array-feedback': [PASS, NO_VARIANTS],
73 73
74 # Some tests are just too slow to run for now. 74 # Some tests are just too slow to run for now.
75 'bit-not': [PASS, NO_VARIANTS], 75 'bit-not': [PASS, NO_VARIANTS],
76 'json2': [PASS, NO_VARIANTS], 76 'json2': [PASS, NO_VARIANTS],
77 'packed-elements': [PASS, NO_VARIANTS], 77 'packed-elements': [PASS, NO_VARIANTS],
78 'whitespaces': [PASS, NO_VARIANTS], 78 'whitespaces': [PASS, NO_VARIANTS],
79 'compiler/osr-assert': [PASS, NO_VARIANTS], 79 'compiler/osr-assert': [PASS, NO_VARIANTS],
80 'regress/regress-2185-2': [PASS, NO_VARIANTS], 80 'regress/regress-2185-2': [PASS, NO_VARIANTS],
81 81
82 # Support for breakpoints requires special relocation info for DebugBreak.
83 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS],
84 'debug-step-2': [PASS, NO_VARIANTS],
85 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS],
86 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS],
87
88 # Support for %GetFrameDetails is missing and requires checkpoints. 82 # Support for %GetFrameDetails is missing and requires checkpoints.
89 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], 83 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS],
90 'debug-evaluate-closure': [PASS, NO_VARIANTS],
91 'debug-evaluate-const': [PASS, NO_VARIANTS], 84 'debug-evaluate-const': [PASS, NO_VARIANTS],
92 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], 85 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS],
93 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], 86 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS],
94 'debug-evaluate-locals': [PASS, NO_VARIANTS], 87 'debug-evaluate-locals': [PASS, NO_VARIANTS],
95 'debug-evaluate-with-context': [PASS, NO_VARIANTS], 88 'debug-evaluate-with-context': [PASS, NO_VARIANTS],
96 'debug-evaluate-with': [PASS, NO_VARIANTS],
97 'debug-liveedit-double-call': [PASS, NO_VARIANTS], 89 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
98 'debug-liveedit-restart-frame': [PASS, NO_VARIANTS], 90 'debug-liveedit-restart-frame': [PASS, NO_VARIANTS],
99 'debug-return-value': [PASS, NO_VARIANTS], 91 'debug-return-value': [PASS, NO_VARIANTS],
100 'debug-set-variable-value': [PASS, NO_VARIANTS], 92 'debug-set-variable-value': [PASS, NO_VARIANTS],
101 'debug-step-stub-callfunction': [PASS, NO_VARIANTS], 93 'debug-step-stub-callfunction': [PASS, NO_VARIANTS],
102 'debug-stepin-accessor': [PASS, NO_VARIANTS], 94 'debug-stepin-accessor': [PASS, NO_VARIANTS],
103 'debug-stepin-builtin': [PASS, NO_VARIANTS], 95 'debug-stepin-builtin': [PASS, NO_VARIANTS],
104 'debug-stepin-constructor': [PASS, NO_VARIANTS], 96 'debug-stepin-constructor': [PASS, NO_VARIANTS],
105 'debug-stepin-function-call': [PASS, NO_VARIANTS], 97 'debug-stepin-function-call': [PASS, NO_VARIANTS],
106 'debug-stepnext-do-while': [PASS, NO_VARIANTS], 98 'debug-stepnext-do-while': [PASS, NO_VARIANTS],
107 'debug-stepout-recursive-function': [PASS, NO_VARIANTS], 99 'debug-stepout-recursive-function': [PASS, NO_VARIANTS],
108 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], 100 'debug-stepout-scope-part1': [PASS, NO_VARIANTS],
109 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], 101 'debug-stepout-scope-part2': [PASS, NO_VARIANTS],
110 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], 102 'debug-stepout-scope-part3': [PASS, NO_VARIANTS],
111 'debug-stepout-scope-part7': [PASS, NO_VARIANTS], 103 'debug-stepout-scope-part7': [PASS, NO_VARIANTS],
112 'debug-stepout-to-builtin': [PASS, NO_VARIANTS], 104 'debug-stepout-to-builtin': [PASS, NO_VARIANTS],
113 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS], 105 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS],
114 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS], 106 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS],
115 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS], 107 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS],
116 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS], 108 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS],
117 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS], 109 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS],
118 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS], 110 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS],
119 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], 111 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS],
120 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], 112 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS],
121 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S], 113 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S],
122 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], 114 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
123 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], 115 'harmony/debug-blockscopes': [PASS, NO_VARIANTS],
124 'regress/regress-1081309': [PASS, NO_VARIANTS], 116 'regress/regress-1081309': [PASS, NO_VARIANTS],
125 'regress/regress-1170187': [PASS, NO_VARIANTS],
126 'regress/regress-119609': [PASS, NO_VARIANTS],
127 'regress/regress-131994': [PASS, NO_VARIANTS],
128 'regress/regress-269': [PASS, NO_VARIANTS], 117 'regress/regress-269': [PASS, NO_VARIANTS],
129 'regress/regress-325676': [PASS, NO_VARIANTS],
130 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
131 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
132 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
133 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], 118 'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
134 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], 119 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS],
135 120
136 # Support for ES6 generators is missing. 121 # Support for ES6 generators is missing.
137 'regress-3225': [PASS, NO_VARIANTS], 122 'regress-3225': [PASS, NO_VARIANTS],
138 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS], 123 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS],
139 'es6/generators-iteration': [PASS, NO_VARIANTS], 124 'es6/generators-iteration': [PASS, NO_VARIANTS],
140 'es6/generators-parsing': [PASS, NO_VARIANTS], 125 'es6/generators-parsing': [PASS, NO_VARIANTS],
141 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS], 126 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS],
142 'es6/generators-relocation': [PASS, NO_VARIANTS], 127 'es6/generators-relocation': [PASS, NO_VARIANTS],
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'never-optimize': [SKIP], 565 'never-optimize': [SKIP],
581 'regress/regress-2185-2': [SKIP], 566 'regress/regress-2185-2': [SKIP],
582 'harmony/object-observe': [SKIP], 567 'harmony/object-observe': [SKIP],
583 'readonly': [SKIP], 568 'readonly': [SKIP],
584 'array-feedback': [SKIP], 569 'array-feedback': [SKIP],
585 570
586 # Deopt every n garbage collections collides with deopt every n times. 571 # Deopt every n garbage collections collides with deopt every n times.
587 'regress/regress-2653': [SKIP], 572 'regress/regress-2653': [SKIP],
588 }], # 'deopt_fuzzer == True' 573 }], # 'deopt_fuzzer == True'
589 ] 574 ]
OLDNEW
« no previous file with comments | « test/mjsunit/debug-step-2.js ('k') | test/mjsunit/regress/regress-1170187.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698