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

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

Issue 2091153002: TypedArray.prototype.set uses internal length property, not real one. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: shorter lines 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/typedarray-set-length-internal.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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] , 446 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
447 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL], 447 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
448 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL], 448 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
449 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL], 449 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL],
450 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ], 450 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL ],
451 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL], 451 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FA IL],
452 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] , 452 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL] ,
453 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL], 453 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FA IL],
454 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL], 454 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [ FAIL],
455 455
456 # https://bugs.chromium.org/p/v8/issues/detail?id=5133
457 'built-ins/TypedArray/prototype/set/array-arg-target-arraylength-internal': [F AIL],
458
459 # https://bugs.chromium.org/p/v8/issues/detail?id=5134 456 # https://bugs.chromium.org/p/v8/issues/detail?id=5134
460 'built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked' : [FAIL], 457 'built-ins/Array/prototype/concat/is-concat-spreadable-is-array-proxy-revoked' : [FAIL],
461 458
462 # https://bugs.chromium.org/p/v8/issues/detail?id=4451 459 # https://bugs.chromium.org/p/v8/issues/detail?id=4451
463 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL], 460 'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global -init': [FAIL],
464 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL], 461 'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsti ng-global-init': [FAIL],
465 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL], 462 'annexB/language/eval-code/direct/global-if-decl-else-decl-b-eval-global-exsti ng-global-init': [FAIL],
466 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL], 463 'annexB/language/eval-code/direct/global-if-decl-else-stmt-eval-global-exsting -global-init': [FAIL],
467 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL], 464 'annexB/language/eval-code/direct/global-if-decl-no-else-eval-global-exsting-g lobal-init': [FAIL],
468 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL], 465 'annexB/language/eval-code/direct/global-if-stmt-else-decl-eval-global-exsting -global-init': [FAIL],
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 }], # asan == True 645 }], # asan == True
649 646
650 ['asan == True or msan == True or tsan == True', { 647 ['asan == True or msan == True or tsan == True', {
651 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 648 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
652 # The failed allocation causes an asan/msan/tsan error 649 # The failed allocation causes an asan/msan/tsan error
653 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 650 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
654 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 651 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
655 }], # asan == True or msan == True or tsan == True 652 }], # asan == True or msan == True or tsan == True
656 653
657 ] 654 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/typedarray-set-length-internal.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698