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

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: Add tests for calling mapfn with/without receiver in/out of sloppy mode 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
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 # Support for ES6 generators is missing. 121 # Support for ES6 generators is missing.
122 'regress-3225': [PASS, NO_VARIANTS], 122 'regress-3225': [PASS, NO_VARIANTS],
123 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS], 123 'es6/generators-debug-liveedit': [PASS, NO_VARIANTS],
124 'es6/generators-iteration': [PASS, NO_VARIANTS], 124 'es6/generators-iteration': [PASS, NO_VARIANTS],
125 'es6/generators-parsing': [PASS, NO_VARIANTS], 125 'es6/generators-parsing': [PASS, NO_VARIANTS],
126 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS], 126 'es6/generators-poisoned-properties': [PASS, NO_VARIANTS],
127 'es6/generators-relocation': [PASS, NO_VARIANTS], 127 'es6/generators-relocation': [PASS, NO_VARIANTS],
128 'es6/regress/regress-2681': [PASS, NO_VARIANTS], 128 'es6/regress/regress-2681': [PASS, NO_VARIANTS],
129 'es6/regress/regress-2691': [PASS, NO_VARIANTS], 129 'es6/regress/regress-2691': [PASS, NO_VARIANTS],
130 'es6/regress/regress-3280': [PASS, NO_VARIANTS], 130 'es6/regress/regress-3280': [PASS, NO_VARIANTS],
131 'harmony/array-from-generator': [PASS, NO_VARIANTS],
131 132
132 # Support for ES6 for-of iteration is missing. 133 # Support for ES6 for-of iteration is missing.
133 'es6/array-iterator': [PASS, NO_VARIANTS], 134 'es6/array-iterator': [PASS, NO_VARIANTS],
134 'es6/iteration-semantics': [PASS, NO_VARIANTS], 135 'es6/iteration-semantics': [PASS, NO_VARIANTS],
135 'es6/string-iterator': [PASS, NO_VARIANTS], 136 'es6/string-iterator': [PASS, NO_VARIANTS],
136 'es6/typed-array-iterator': [PASS, NO_VARIANTS], 137 'es6/typed-array-iterator': [PASS, NO_VARIANTS],
137 'es6/arguments-iterator': [PASS, NO_VARIANTS], 138 'es6/arguments-iterator': [PASS, NO_VARIANTS],
138 139
139 ############################################################################## 140 ##############################################################################
140 # Too slow in debug mode with --stress-opt mode. 141 # Too slow in debug mode with --stress-opt mode.
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'never-optimize': [SKIP], 569 'never-optimize': [SKIP],
569 'regress/regress-2185-2': [SKIP], 570 'regress/regress-2185-2': [SKIP],
570 'harmony/object-observe': [SKIP], 571 'harmony/object-observe': [SKIP],
571 'readonly': [SKIP], 572 'readonly': [SKIP],
572 'array-feedback': [SKIP], 573 'array-feedback': [SKIP],
573 574
574 # Deopt every n garbage collections collides with deopt every n times. 575 # Deopt every n garbage collections collides with deopt every n times.
575 'regress/regress-2653': [SKIP], 576 'regress/regress-2653': [SKIP],
576 }], # 'deopt_fuzzer == True' 577 }], # 'deopt_fuzzer == True'
577 ] 578 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698