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

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

Issue 1409343005: Version 4.6.85.28 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.6
Patch Set: Created 5 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
« no previous file with comments | « test/mjsunit/date-parse.js ('k') | test/test262/test262.status » ('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 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'built-ins/Promise/symbol-species': [FAIL], 288 'built-ins/Promise/symbol-species': [FAIL],
289 'built-ins/Promise/symbol-species-name': [FAIL], 289 'built-ins/Promise/symbol-species-name': [FAIL],
290 'built-ins/RegExp/symbol-species': [FAIL], 290 'built-ins/RegExp/symbol-species': [FAIL],
291 'built-ins/RegExp/symbol-species-name': [FAIL], 291 'built-ins/RegExp/symbol-species-name': [FAIL],
292 'built-ins/Set/symbol-species': [FAIL], 292 'built-ins/Set/symbol-species': [FAIL],
293 'built-ins/Set/symbol-species-name': [FAIL], 293 'built-ins/Set/symbol-species-name': [FAIL],
294 'built-ins/Symbol/species/basic': [FAIL], 294 'built-ins/Symbol/species/basic': [FAIL],
295 'built-ins/Symbol/species/builtin-getter-name': [FAIL], 295 'built-ins/Symbol/species/builtin-getter-name': [FAIL],
296 'built-ins/Symbol/species/subclassing': [FAIL], 296 'built-ins/Symbol/species/subclassing': [FAIL],
297 297
298 # https://code.google.com/p/v8/issues/detail?id=4242
299 'built-ins/Date/15.9.1.15-1': [FAIL],
300
298 # https://code.google.com/p/v8/issues/detail?id=4004 301 # https://code.google.com/p/v8/issues/detail?id=4004
299 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], 302 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL],
300 303
301 # https://code.google.com/p/v8/issues/detail?id=4002 304 # https://code.google.com/p/v8/issues/detail?id=4002
302 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], 305 'built-ins/Error/prototype/S15.11.4_A2': [FAIL],
303 306
304 # https://code.google.com/p/v8/issues/detail?id=4163 307 # https://code.google.com/p/v8/issues/detail?id=4163
305 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], 308 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
306 309
307 # https://code.google.com/p/v8/issues/detail?id=3566 310 # https://code.google.com/p/v8/issues/detail?id=3566
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 805
803 # BUG(3251225): Tests that timeout with --nocrankshaft. 806 # BUG(3251225): Tests that timeout with --nocrankshaft.
804 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 807 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
805 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 808 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
806 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 809 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
807 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 810 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
808 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 811 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
809 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 812 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
810 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 813 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
811 ] 814 ]
OLDNEW
« no previous file with comments | « test/mjsunit/date-parse.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698