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

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

Issue 998163004: [es6] Object.getOwnPropertyDescriptor should wrap primitives (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: git rebase 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/mjsunit/get-own-property-descriptor-non-objects.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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], 258 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
259 'built-ins/Date/15.9.1.15-1': [FAIL], 259 'built-ins/Date/15.9.1.15-1': [FAIL],
260 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], 260 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL],
261 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], 261 'built-ins/Error/prototype/S15.11.4_A2': [FAIL],
262 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], 262 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL],
263 'built-ins/Object/freeze/15.2.3.9-1': [FAIL], 263 'built-ins/Object/freeze/15.2.3.9-1': [FAIL],
264 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL], 264 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL],
265 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL], 265 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL],
266 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL], 266 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL],
267 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL], 267 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL],
268 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1': [FAIL],
269 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-3': [FAIL],
270 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-4': [FAIL],
271 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], 268 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL],
272 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], 269 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL],
273 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], 270 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL],
274 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], 271 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL],
275 'built-ins/Object/getPrototypeOf/15.2.3.2-2-12': [FAIL], 272 'built-ins/Object/getPrototypeOf/15.2.3.2-2-12': [FAIL],
276 'built-ins/Object/getPrototypeOf/15.2.3.2-2-13': [FAIL], 273 'built-ins/Object/getPrototypeOf/15.2.3.2-2-13': [FAIL],
277 'built-ins/Object/getPrototypeOf/15.2.3.2-2-14': [FAIL], 274 'built-ins/Object/getPrototypeOf/15.2.3.2-2-14': [FAIL],
278 'built-ins/Object/getPrototypeOf/15.2.3.2-2-15': [FAIL], 275 'built-ins/Object/getPrototypeOf/15.2.3.2-2-15': [FAIL],
279 'built-ins/Object/getPrototypeOf/15.2.3.2-2-16': [FAIL], 276 'built-ins/Object/getPrototypeOf/15.2.3.2-2-16': [FAIL],
280 'built-ins/Object/getPrototypeOf/15.2.3.2-2-17': [FAIL], 277 'built-ins/Object/getPrototypeOf/15.2.3.2-2-17': [FAIL],
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 556
560 # BUG(3251225): Tests that timeout with --nocrankshaft. 557 # BUG(3251225): Tests that timeout with --nocrankshaft.
561 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 558 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
562 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 559 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
563 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 560 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
564 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 561 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
565 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 562 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
566 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 563 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
567 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 564 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
568 ] 565 ]
OLDNEW
« no previous file with comments | « test/mjsunit/get-own-property-descriptor-non-objects.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698