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

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

Issue 658423002: Unship ES6 iteration and unscopables on 3.28 (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.28
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/harmony/unscopables.js ('k') | tools/generate-runtime-tests.py » ('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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS], 146 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS],
147 'harmony/generators-iteration': [PASS, NO_VARIANTS], 147 'harmony/generators-iteration': [PASS, NO_VARIANTS],
148 'harmony/generators-parsing': [PASS, NO_VARIANTS], 148 'harmony/generators-parsing': [PASS, NO_VARIANTS],
149 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS], 149 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS],
150 'harmony/generators-relocation': [PASS, NO_VARIANTS], 150 'harmony/generators-relocation': [PASS, NO_VARIANTS],
151 'harmony/regress/regress-2681': [PASS, NO_VARIANTS], 151 'harmony/regress/regress-2681': [PASS, NO_VARIANTS],
152 'harmony/regress/regress-2691': [PASS, NO_VARIANTS], 152 'harmony/regress/regress-2691': [PASS, NO_VARIANTS],
153 'harmony/regress/regress-3280': [PASS, NO_VARIANTS], 153 'harmony/regress/regress-3280': [PASS, NO_VARIANTS],
154 154
155 # Support for ES6 for-of iteration is missing. 155 # Support for ES6 for-of iteration is missing.
156 'es6/array-iterator': [PASS, NO_VARIANTS], 156 'harmony/array-iterator': [PASS, NO_VARIANTS],
157 'es6/iteration-semantics': [PASS, NO_VARIANTS], 157 'harmony/iteration-semantics': [PASS, NO_VARIANTS],
158 'es6/string-iterator': [PASS, NO_VARIANTS], 158 'harmony/string-iterator': [PASS, NO_VARIANTS],
159 'es6/typed-array-iterator': [PASS, NO_VARIANTS], 159 'harmony/typed-array-iterator': [PASS, NO_VARIANTS],
160 160
161 ############################################################################## 161 ##############################################################################
162 # Too slow in debug mode with --stress-opt mode. 162 # Too slow in debug mode with --stress-opt mode.
163 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 163 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
164 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 164 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
165 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 165 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
166 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 166 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
167 167
168 ############################################################################## 168 ##############################################################################
169 # Too slow in debug mode for GC stress mode. 169 # Too slow in debug mode for GC stress mode.
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'never-optimize': [SKIP], 590 'never-optimize': [SKIP],
591 'regress/regress-2185-2': [SKIP], 591 'regress/regress-2185-2': [SKIP],
592 'harmony/object-observe': [SKIP], 592 'harmony/object-observe': [SKIP],
593 'readonly': [SKIP], 593 'readonly': [SKIP],
594 'array-feedback': [SKIP], 594 'array-feedback': [SKIP],
595 595
596 # Deopt every n garbage collections collides with deopt every n times. 596 # Deopt every n garbage collections collides with deopt every n times.
597 'regress/regress-2653': [SKIP], 597 'regress/regress-2653': [SKIP],
598 }], # 'deopt_fuzzer == True' 598 }], # 'deopt_fuzzer == True'
599 ] 599 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/unscopables.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698