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

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

Issue 363833006: Implement Array.from() (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Disable generators tests for TurboFan 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
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS], 151 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS],
152 'es6/generators-iteration': [PASS, NO_VARIANTS], 152 'es6/generators-iteration': [PASS, NO_VARIANTS],
153 'es6/generators-parsing': [PASS, NO_VARIANTS], 153 'es6/generators-parsing': [PASS, NO_VARIANTS],
154 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS], 154 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS],
155 'es6/generators-relocation': [PASS, NO_VARIANTS], 155 'es6/generators-relocation': [PASS, NO_VARIANTS],
156 'es6/regress/regress-2681': [PASS, NO_VARIANTS], 156 'es6/regress/regress-2681': [PASS, NO_VARIANTS],
157 'es6/regress/regress-2691': [PASS, NO_VARIANTS], 157 'es6/regress/regress-2691': [PASS, NO_VARIANTS],
158 'es6/regress/regress-3280': [PASS, NO_VARIANTS], 158 'es6/regress/regress-3280': [PASS, NO_VARIANTS],
159 'harmony/array-from-generator': [PASS, NO_VARIANTS],
159 160
160 # Support for ES6 for-of iteration is missing. 161 # Support for ES6 for-of iteration is missing.
161 'es6/array-iterator': [PASS, NO_VARIANTS], 162 'es6/array-iterator': [PASS, NO_VARIANTS],
162 'es6/iteration-semantics': [PASS, NO_VARIANTS], 163 'es6/iteration-semantics': [PASS, NO_VARIANTS],
163 'es6/string-iterator': [PASS, NO_VARIANTS], 164 'es6/string-iterator': [PASS, NO_VARIANTS],
164 'es6/typed-array-iterator': [PASS, NO_VARIANTS], 165 'es6/typed-array-iterator': [PASS, NO_VARIANTS],
165 166
166 ############################################################################## 167 ##############################################################################
167 # Too slow in debug mode with --stress-opt mode. 168 # Too slow in debug mode with --stress-opt mode.
168 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 169 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'never-optimize': [SKIP], 599 'never-optimize': [SKIP],
599 'regress/regress-2185-2': [SKIP], 600 'regress/regress-2185-2': [SKIP],
600 'harmony/object-observe': [SKIP], 601 'harmony/object-observe': [SKIP],
601 'readonly': [SKIP], 602 'readonly': [SKIP],
602 'array-feedback': [SKIP], 603 'array-feedback': [SKIP],
603 604
604 # Deopt every n garbage collections collides with deopt every n times. 605 # Deopt every n garbage collections collides with deopt every n times.
605 'regress/regress-2653': [SKIP], 606 'regress/regress-2653': [SKIP],
606 }], # 'deopt_fuzzer == True' 607 }], # 'deopt_fuzzer == True'
607 ] 608 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698