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

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

Issue 2510873005: A decimal integer literal with a leading 0 is now an error in strict mode. (Closed)
Patch Set: implementation without error message changes Created 4 years 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/parsing/scanner.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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 # https://bugs.chromium.org/p/v8/issues/detail?id=5070 311 # https://bugs.chromium.org/p/v8/issues/detail?id=5070
312 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable': [FAIL], 312 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-configurable': [FAIL],
313 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F AIL], 313 'annexB/built-ins/Object/prototype/__defineGetter__/define-non-extensible': [F AIL],
314 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL], 314 'annexB/built-ins/Object/prototype/__defineGetter__/this-non-obj': [FAIL],
315 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-configurable': [FAIL], 315 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-configurable': [FAIL],
316 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-extensible': [F AIL], 316 'annexB/built-ins/Object/prototype/__defineSetter__/define-non-extensible': [F AIL],
317 'annexB/built-ins/Object/prototype/__defineSetter__/this-non-obj': [FAIL], 317 'annexB/built-ins/Object/prototype/__defineSetter__/this-non-obj': [FAIL],
318 'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL], 318 'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL],
319 'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL], 319 'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL],
320 320
321 # https://bugs.chromium.org/p/v8/issues/detail?id=4973
322 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL],
323
324 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 321 # https://bugs.chromium.org/p/v8/issues/detail?id=5130
325 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], 322 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL],
326 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ], 323 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ],
327 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL], 324 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL],
328 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] , 325 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
329 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL], 326 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
330 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL], 327 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
331 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL], 328 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL],
332 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ], 329 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ],
333 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL], 330 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL],
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 599
603 ['variant == asm_wasm', { 600 ['variant == asm_wasm', {
604 '*': [SKIP], 601 '*': [SKIP],
605 }], # variant == asm_wasm 602 }], # variant == asm_wasm
606 603
607 ['variant == wasm_traps', { 604 ['variant == wasm_traps', {
608 '*': [SKIP], 605 '*': [SKIP],
609 }], # variant == wasm_traps 606 }], # variant == wasm_traps
610 607
611 ] 608 ]
OLDNEW
« no previous file with comments | « src/parsing/scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698