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

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

Issue 1228803006: [es6] JSObject::GetOwnElementKeys should collect String wrapper keys first (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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 | « src/objects.cc ('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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL], 279 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL],
280 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL], 280 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL],
281 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL], 281 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL],
282 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], 282 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
283 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], 283 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
284 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], 284 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL],
285 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], 285 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL],
286 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], 286 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL],
287 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], 287 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
288 288
289 # https://code.google.com/p/v8/issues/detail?id=4118
290 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL],
291
292 # https://code.google.com/p/v8/issues/detail?id=3087 289 # https://code.google.com/p/v8/issues/detail?id=3087
293 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], 290 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL],
294 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], 291 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL],
295 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], 292 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL],
296 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], 293 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL],
297 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], 294 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL],
298 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], 295 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL],
299 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], 296 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL],
300 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], 297 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL],
301 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], 298 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL],
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 760
764 # BUG(3251225): Tests that timeout with --nocrankshaft. 761 # BUG(3251225): Tests that timeout with --nocrankshaft.
765 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 762 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
766 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 763 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
767 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 764 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
768 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 765 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
769 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 766 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
770 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 767 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
771 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 768 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
772 ] 769 ]
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698