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

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

Issue 2592013003: Align __lookupGetter__/__lookupSetter__ behavior with the spec (Closed)
Patch Set: Add test 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 | « test/mjsunit/es6/promise-lookup-getter-setter.js ('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=5130
322 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL],
323 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ],
324 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL],
325 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
326 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
327 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
328 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL],
329 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ],
330 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL],
331 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] ,
332 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL],
333 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL],
334
335 # https://bugs.chromium.org/p/v8/issues/detail?id=4451 321 # https://bugs.chromium.org/p/v8/issues/detail?id=4451
336 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL], 322 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL],
337 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL], 323 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL],
338 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL], 324 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL],
339 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL], 325 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL],
340 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL], 326 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL],
341 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL], 327 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL],
342 'annexB/language/eval-code/direct/global-switch-case-eval-global-exsting-globa l-init': [FAIL], 328 'annexB/language/eval-code/direct/global-switch-case-eval-global-exsting-globa l-init': [FAIL],
343 'annexB/language/eval-code/direct/global-switch-dflt-eval-global-exsting-globa l-init': [FAIL], 329 'annexB/language/eval-code/direct/global-switch-dflt-eval-global-exsting-globa l-init': [FAIL],
344 'annexB/language/eval-code/indirect/global-block-decl-eval-global-exsting-glob al-init': [FAIL], 330 'annexB/language/eval-code/indirect/global-block-decl-eval-global-exsting-glob al-init': [FAIL],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 584
599 ['variant == asm_wasm', { 585 ['variant == asm_wasm', {
600 '*': [SKIP], 586 '*': [SKIP],
601 }], # variant == asm_wasm 587 }], # variant == asm_wasm
602 588
603 ['variant == wasm_traps', { 589 ['variant == wasm_traps', {
604 '*': [SKIP], 590 '*': [SKIP],
605 }], # variant == wasm_traps 591 }], # variant == wasm_traps
606 592
607 ] 593 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/promise-lookup-getter-setter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698