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

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

Issue 2131383002: [builtins] take slow path in IsConcatSpreadable if proxy in prototype (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 4 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 | « test/mjsunit/es6/array-concat.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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] , 399 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
400 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL], 400 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
401 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL], 401 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
402 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL], 402 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL],
403 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ], 403 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ],
404 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL], 404 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL],
405 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] , 405 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] ,
406 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL], 406 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL],
407 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL], 407 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL],
408 408
409 # https://bugs.chromium.org/p/v8/issues/detail?id=5134
410 'built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked' : [FAIL],
411
412 # https://bugs.chromium.org/p/v8/issues/detail?id=4451 409 # https://bugs.chromium.org/p/v8/issues/detail?id=4451
413 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL], 410 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL],
414 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL], 411 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL],
415 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL], 412 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL],
416 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL], 413 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL],
417 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL], 414 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL],
418 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL], 415 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL],
419 'annexB/language/eval-code/direct/global-switch-case-eval-global-exsting-globa l-init': [FAIL], 416 'annexB/language/eval-code/direct/global-switch-case-eval-global-exsting-globa l-init': [FAIL],
420 'annexB/language/eval-code/direct/global-switch-dflt-eval-global-exsting-globa l-init': [FAIL], 417 'annexB/language/eval-code/direct/global-switch-dflt-eval-global-exsting-globa l-init': [FAIL],
421 'annexB/language/eval-code/indirect/global-block-decl-eval-global-exsting-glob al-init': [FAIL], 418 'annexB/language/eval-code/indirect/global-block-decl-eval-global-exsting-glob al-init': [FAIL],
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 }], # asan == True 595 }], # asan == True
599 596
600 ['asan == True or msan == True or tsan == True', { 597 ['asan == True or msan == True or tsan == True', {
601 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 598 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
602 # The failed allocation causes an asan/msan/tsan error 599 # The failed allocation causes an asan/msan/tsan error
603 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 600 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
604 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 601 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
605 }], # asan == True or msan == True or tsan == True 602 }], # asan == True or msan == True or tsan == True
606 603
607 ] 604 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/array-concat.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698