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

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

Issue 1027283004: [es6] do not add caller/arguments to ES6 function definitions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Delete some bad webkit tests, syntactic accessors are always strict Created 5 years, 8 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
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | test/webkit/fast/js/Object-getOwnPropertyNames.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 # Object.getPrototypeOf wraps primitive values in ES6. 204 # Object.getPrototypeOf wraps primitive values in ES6.
205 '15.2.3.2-1': [FAIL], 205 '15.2.3.2-1': [FAIL],
206 '15.2.3.2-1-3': [FAIL], 206 '15.2.3.2-1-3': [FAIL],
207 '15.2.3.2-1-4': [FAIL], 207 '15.2.3.2-1-4': [FAIL],
208 208
209 # Object.getOwnPropertyDescriptor wraps primitives in ES6. 209 # Object.getOwnPropertyDescriptor wraps primitives in ES6.
210 '15.2.3.3-1': [FAIL], 210 '15.2.3.3-1': [FAIL],
211 '15.2.3.3-1-3': [FAIL], 211 '15.2.3.3-1-3': [FAIL],
212 '15.2.3.3-1-4': [FAIL], 212 '15.2.3.3-1-4': [FAIL],
213 213
214 # Function restricted "caller" and "arguments" properties are defined only on
215 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6
216 '13.2-29-s': [FAIL],
217 '13.2-30-s': [FAIL],
218 '13.2-31-s': [FAIL],
219 '13.2-32-s': [FAIL],
220 '13.2-33-s': [FAIL],
221 '13.2-34-s': [FAIL],
222 '13.2-35-s': [FAIL],
223 '13.2-36-s': [FAIL],
224 'S13.2.3_A1': [FAIL],
225 '15.3.4.5-20-1': [FAIL],
226 '15.3.4.5-20-4': [FAIL],
227 '15.3.4.5-20-5': [FAIL],
228 '15.3.4.5-21-1': [FAIL],
229 '15.3.4.5-21-4': [FAIL],
230 '15.3.4.5-21-5': [FAIL],
231
232
214 ######################## NEEDS INVESTIGATION ########################### 233 ######################## NEEDS INVESTIGATION ###########################
215 234
216 # These test failures are specific to the intl402 suite and need investigation 235 # These test failures are specific to the intl402 suite and need investigation
217 # to be either marked as bugs with issues filed for them or as deliberate 236 # to be either marked as bugs with issues filed for them or as deliberate
218 # incompatibilities if the test cases turn out to be broken or ambiguous. 237 # incompatibilities if the test cases turn out to be broken or ambiguous.
219 '6.2.3': [FAIL], 238 '6.2.3': [FAIL],
220 '9.2.1_2': [FAIL], 239 '9.2.1_2': [FAIL],
221 '9.2.6_2': [FAIL], 240 '9.2.6_2': [FAIL],
222 '10.1.1_a': [FAIL], 241 '10.1.1_a': [FAIL],
223 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 242 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 313
295 # BUG(3251225): Tests that timeout with --nocrankshaft. 314 # BUG(3251225): Tests that timeout with --nocrankshaft.
296 'S15.1.3.1_A2.4_T1': [SKIP], 315 'S15.1.3.1_A2.4_T1': [SKIP],
297 'S15.1.3.1_A2.5_T1': [SKIP], 316 'S15.1.3.1_A2.5_T1': [SKIP],
298 'S15.1.3.2_A2.4_T1': [SKIP], 317 'S15.1.3.2_A2.4_T1': [SKIP],
299 'S15.1.3.2_A2.5_T1': [SKIP], 318 'S15.1.3.2_A2.5_T1': [SKIP],
300 'S15.1.3.3_A2.3_T1': [SKIP], 319 'S15.1.3.3_A2.3_T1': [SKIP],
301 'S15.1.3.4_A2.3_T1': [SKIP], 320 'S15.1.3.4_A2.3_T1': [SKIP],
302 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 321 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
303 ] 322 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | test/webkit/fast/js/Object-getOwnPropertyNames.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698