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

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

Issue 1460393003: [es6] Fix parsing of 'yield' in function and generator expressions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « test/mjsunit/es6/generators-parsing.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'built-ins/Array/prototype/Symbol.iterator': [FAIL], 172 'built-ins/Array/prototype/Symbol.iterator': [FAIL],
173 'built-ins/Array/prototype/values/returns-iterator': [FAIL], 173 'built-ins/Array/prototype/values/returns-iterator': [FAIL],
174 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], 174 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL],
175 'built-ins/Array/prototype/values/prop-desc': [FAIL], 175 'built-ins/Array/prototype/values/prop-desc': [FAIL],
176 'built-ins/Array/prototype/values/name': [FAIL], 176 'built-ins/Array/prototype/values/name': [FAIL],
177 'built-ins/Array/prototype/values/length': [FAIL], 177 'built-ins/Array/prototype/values/length': [FAIL],
178 'built-ins/Array/prototype/values/iteration': [FAIL], 178 'built-ins/Array/prototype/values/iteration': [FAIL],
179 'built-ins/Array/prototype/values/iteration-mutable': [FAIL], 179 'built-ins/Array/prototype/values/iteration-mutable': [FAIL],
180 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL], 180 'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL],
181 181
182 #https://code.google.com/p/v8/issues/detail?id=3983
183 'language/expressions/generators/yield-as-function-expression-binding-identifi er': [FAIL],
184 'language/expressions/generators/yield-as-generator-expression-binding-identif ier': [FAIL],
185 'language/expressions/object/method-definition/generator-argSuperProperty': [F AIL],
186 'language/expressions/object/method-definition/yield-as-function-expression-bi nding-identifier': [FAIL],
187 'language/statements/generators/yield-as-function-expression-binding-identifie r': [FAIL],
188
189 # https://code.google.com/p/v8/issues/detail?id=3566 182 # https://code.google.com/p/v8/issues/detail?id=3566
190 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], 183 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL],
191 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL], 184 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL],
192 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL], 185 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL],
193 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL], 186 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL],
194 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL], 187 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL],
195 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL], 188 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL],
196 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL], 189 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL],
197 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], 190 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL],
198 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], 191 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL],
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'language/statements/function/S13.2.2_A19_T8': [SKIP], 671 'language/statements/function/S13.2.2_A19_T8': [SKIP],
679 'language/statements/while/S12.6.2_A4_T5': [SKIP], 672 'language/statements/while/S12.6.2_A4_T5': [SKIP],
680 }], # ignition == True 673 }], # ignition == True
681 674
682 ['ignition == True and (arch == arm or arch == arm64)', { 675 ['ignition == True and (arch == arm or arch == arm64)', {
683 'built-ins/encodeURI*': [SKIP], 676 'built-ins/encodeURI*': [SKIP],
684 'intl402/9.2.2': [SKIP], 677 'intl402/9.2.2': [SKIP],
685 }], # ignition == True and (arch == arm or arch == arm64) 678 }], # ignition == True and (arch == arm or arch == arm64)
686 679
687 ] 680 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/generators-parsing.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698