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

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

Issue 479543003: Stage ES6 generators (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor fix: remove harmony -> generators implication (staging is sufficient) Created 6 years, 4 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/harmony/regress/regress-3280.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'debug-stepout-to-builtin': [PASS, NO_VARIANTS], 125 'debug-stepout-to-builtin': [PASS, NO_VARIANTS],
126 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS], 126 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS],
127 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS], 127 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS],
128 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS], 128 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS],
129 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS], 129 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS],
130 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS], 130 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS],
131 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS], 131 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS],
132 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], 132 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS],
133 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], 133 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS],
134 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S], 134 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT S],
135 'es6/generators-debug-scopes': [PASS, NO_VARIANTS],
135 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], 136 'harmony/debug-blockscopes': [PASS, NO_VARIANTS],
136 'harmony/generators-debug-scopes': [PASS, NO_VARIANTS],
137 'regress/regress-1081309': [PASS, NO_VARIANTS], 137 'regress/regress-1081309': [PASS, NO_VARIANTS],
138 'regress/regress-1170187': [PASS, NO_VARIANTS], 138 'regress/regress-1170187': [PASS, NO_VARIANTS],
139 'regress/regress-119609': [PASS, NO_VARIANTS], 139 'regress/regress-119609': [PASS, NO_VARIANTS],
140 'regress/regress-131994': [PASS, NO_VARIANTS], 140 'regress/regress-131994': [PASS, NO_VARIANTS],
141 'regress/regress-269': [PASS, NO_VARIANTS], 141 'regress/regress-269': [PASS, NO_VARIANTS],
142 'regress/regress-325676': [PASS, NO_VARIANTS], 142 'regress/regress-325676': [PASS, NO_VARIANTS],
143 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], 143 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
144 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], 144 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
145 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], 145 'regress/regress-crbug-222893': [PASS, NO_VARIANTS],
146 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], 146 'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
147 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], 147 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS],
148 148
149 # Support for ES6 generators is missing. 149 # Support for ES6 generators is missing.
150 'regress-3225': [PASS, NO_VARIANTS], 150 'regress-3225': [PASS, NO_VARIANTS],
151 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS], 151 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS],
152 'harmony/generators-iteration': [PASS, NO_VARIANTS], 152 'es6/generators-iteration': [PASS, NO_VARIANTS],
153 'harmony/generators-parsing': [PASS, NO_VARIANTS], 153 'es6/generators-parsing': [PASS, NO_VARIANTS],
154 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS], 154 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS],
155 'harmony/generators-relocation': [PASS, NO_VARIANTS], 155 'es6/generators-relocation': [PASS, NO_VARIANTS],
156 'harmony/regress/regress-2681': [PASS, NO_VARIANTS], 156 'es6/regress/regress-2681': [PASS, NO_VARIANTS],
157 'harmony/regress/regress-2691': [PASS, NO_VARIANTS], 157 'es6/regress/regress-2691': [PASS, NO_VARIANTS],
158 'harmony/regress/regress-3280': [PASS, NO_VARIANTS], 158 'es6/regress/regress-3280': [PASS, NO_VARIANTS],
159 159
160 # Support for ES6 for-of iteration is missing. 160 # Support for ES6 for-of iteration is missing.
161 'es6/array-iterator': [PASS, NO_VARIANTS], 161 'es6/array-iterator': [PASS, NO_VARIANTS],
162 'es6/iteration-semantics': [PASS, NO_VARIANTS], 162 'es6/iteration-semantics': [PASS, NO_VARIANTS],
163 'es6/string-iterator': [PASS, NO_VARIANTS], 163 'es6/string-iterator': [PASS, NO_VARIANTS],
164 'es6/typed-array-iterator': [PASS, NO_VARIANTS], 164 'es6/typed-array-iterator': [PASS, NO_VARIANTS],
165 165
166 ############################################################################## 166 ##############################################################################
167 # Too slow in debug mode with --stress-opt mode. 167 # Too slow in debug mode with --stress-opt mode.
168 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 168 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'never-optimize': [SKIP], 598 'never-optimize': [SKIP],
599 'regress/regress-2185-2': [SKIP], 599 'regress/regress-2185-2': [SKIP],
600 'harmony/object-observe': [SKIP], 600 'harmony/object-observe': [SKIP],
601 'readonly': [SKIP], 601 'readonly': [SKIP],
602 'array-feedback': [SKIP], 602 'array-feedback': [SKIP],
603 603
604 # Deopt every n garbage collections collides with deopt every n times. 604 # Deopt every n garbage collections collides with deopt every n times.
605 'regress/regress-2653': [SKIP], 605 'regress/regress-2653': [SKIP],
606 }], # 'deopt_fuzzer == True' 606 }], # 'deopt_fuzzer == True'
607 ] 607 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/regress/regress-3280.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698