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

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: Refactor 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
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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] , 415 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
416 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL], 416 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
417 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL], 417 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
418 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL], 418 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL],
419 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ], 419 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ],
420 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL], 420 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL],
421 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] , 421 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] ,
422 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL], 422 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL],
423 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL], 423 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL],
424 424
425 # https://bugs.chromium.org/p/v8/issues/detail?id=5134
426 'built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked' : [FAIL],
427
428 # https://bugs.chromium.org/p/v8/issues/detail?id=4451 425 # https://bugs.chromium.org/p/v8/issues/detail?id=4451
429 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL], 426 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL],
430 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL], 427 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL],
431 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL], 428 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL],
432 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL], 429 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL],
433 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL], 430 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL],
434 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL], 431 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL],
435 'annexB/language/eval-code/direct/global-switch-case-eval-global-exsting-globa l-init': [FAIL], 432 'annexB/language/eval-code/direct/global-switch-case-eval-global-exsting-globa l-init': [FAIL],
436 'annexB/language/eval-code/direct/global-switch-dflt-eval-global-exsting-globa l-init': [FAIL], 433 'annexB/language/eval-code/direct/global-switch-dflt-eval-global-exsting-globa l-init': [FAIL],
437 'annexB/language/eval-code/indirect/global-block-decl-eval-global-exsting-glob al-init': [FAIL], 434 '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
614 }], # asan == True 611 }], # asan == True
615 612
616 ['asan == True or msan == True or tsan == True', { 613 ['asan == True or msan == True or tsan == True', {
617 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 614 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
618 # The failed allocation causes an asan/msan/tsan error 615 # The failed allocation causes an asan/msan/tsan error
619 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 616 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
620 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 617 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
621 }], # asan == True or msan == True or tsan == True 618 }], # asan == True or msan == True or tsan == True
622 619
623 ] 620 ]
OLDNEW
« test/mjsunit/es6/array-concat.js ('K') | « test/mjsunit/es6/array-concat.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698