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

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

Issue 2793233003: Revert of [typedarrays] Check detached buffer at start of typed array methods (Closed)
Patch Set: Created 3 years, 8 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/regress/regress-4665.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], 105 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL],
106 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], 106 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL],
107 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src -value-throws': [FAIL], 107 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src -value-throws': [FAIL],
108 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeg er-offset-throws': [FAIL], 108 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeg er-offset-throws': [FAIL],
109 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [ FAIL], 109 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [ FAIL],
110 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t ointeger-offset-throws': [FAIL], 110 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t ointeger-offset-throws': [FAIL],
111 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin g-tointeger-offset-throws': [FAIL], 111 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin g-tointeger-offset-throws': [FAIL],
112 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target type': [FAIL], 112 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target type': [FAIL],
113 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett ype': [FAIL], 113 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett ype': [FAIL],
114 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL], 114 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL],
115 'built-ins/TypedArray/prototype/slice/detached-buffer-speciesctor-get-species- custom-ctor-throws': [FAIL],
115 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], 116 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL],
116 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL], 117 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL],
117 # DataView functions should also throw on detached buffers 118 # DataView functions should also throw on detached buffers
118 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], 119 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL],
119 'built-ins/DataView/detached-buffer': [FAIL], 120 'built-ins/DataView/detached-buffer': [FAIL],
120 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], 121 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
121 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], 122 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
122 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL], 123 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL],
123 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt eoffset': [FAIL], 124 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt eoffset': [FAIL],
124 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL], 125 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL],
(...skipping 20 matching lines...) Expand all
145 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo ffset': [FAIL], 146 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo ffset': [FAIL],
146 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], 147 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL],
147 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof fset': [FAIL], 148 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof fset': [FAIL],
148 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], 149 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL],
149 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL], 150 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL],
150 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], 151 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL],
151 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL], 152 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL],
152 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], 153 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL],
153 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL], 154 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL],
154 155
156 # https://bugs.chromium.org/p/v8/issues/detail?id=4648
157 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL],
158 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL],
159 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL],
160 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL],
161 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL],
162 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL],
163 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL],
164 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL],
165 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL],
166 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL],
167 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL],
168 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL],
169 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL],
170 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL],
171 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL],
172 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL],
173 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL],
174 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL],
175 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL],
176
155 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 177 # https://bugs.chromium.org/p/v8/issues/detail?id=4034
156 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], 178 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL],
157 179
158 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 180 # https://bugs.chromium.org/p/v8/issues/detail?id=4231
159 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], 181 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL],
160 182
161 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 183 # https://bugs.chromium.org/p/v8/issues/detail?id=4951
162 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], 184 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL],
163 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], 185 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL],
164 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL] , 186 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL] ,
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'intl402/NumberFormat/prototype/11.3_a': [FAIL], 540 'intl402/NumberFormat/prototype/11.3_a': [FAIL],
519 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], 541 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL],
520 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL], 542 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL],
521 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL], 543 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL],
522 544
523 ##################### DELIBERATE INCOMPATIBILITIES ##################### 545 ##################### DELIBERATE INCOMPATIBILITIES #####################
524 546
525 # https://code.google.com/p/v8/issues/detail?id=4693 547 # https://code.google.com/p/v8/issues/detail?id=4693
526 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], 548 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
527 549
550 # https://bugs.chromium.org/p/v8/issues/detail?id=4953
551 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL],
552 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL],
553 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI L],
554 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-returns-throws': [FAIL],
555 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species': [FAIL],
556 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-abrupt': [FAI L],
557 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor': [FAIL],
558 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-i nvocation': [FAIL],
559 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-r eturns-another-instance': [FAIL],
560 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-t hrows': [FAIL],
561 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-returns-throw s': [FAIL],
562
528 # We do not expose Array.prototype.values due to webcompat issues. 563 # We do not expose Array.prototype.values due to webcompat issues.
529 # Most recent incompatability: https://crbug.com/615873 564 # Most recent incompatability: https://crbug.com/615873
530 # https://code.google.com/p/v8/issues/detail?id=4247 565 # https://code.google.com/p/v8/issues/detail?id=4247
531 'built-ins/Array/prototype/Symbol.iterator': [FAIL], 566 'built-ins/Array/prototype/Symbol.iterator': [FAIL],
532 'built-ins/Array/prototype/values/returns-iterator': [FAIL], 567 'built-ins/Array/prototype/values/returns-iterator': [FAIL],
533 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], 568 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL],
534 'built-ins/Array/prototype/values/prop-desc': [FAIL], 569 'built-ins/Array/prototype/values/prop-desc': [FAIL],
535 'built-ins/Array/prototype/values/name': [FAIL], 570 'built-ins/Array/prototype/values/name': [FAIL],
536 'built-ins/Array/prototype/values/length': [FAIL], 571 'built-ins/Array/prototype/values/length': [FAIL],
537 'built-ins/Array/prototype/values/iteration': [FAIL], 572 'built-ins/Array/prototype/values/iteration': [FAIL],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 684 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
650 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], 685 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP],
651 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], 686 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
652 }], # asan == True or msan == True or tsan == True 687 }], # asan == True or msan == True or tsan == True
653 688
654 ['variant == wasm_traps', { 689 ['variant == wasm_traps', {
655 '*': [SKIP], 690 '*': [SKIP],
656 }], # variant == wasm_traps 691 }], # variant == wasm_traps
657 692
658 ] 693 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-4665.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698