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

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

Issue 2693753002: Revert of [typedarrays] move %TypedArray%.prototype.copyWithin to C++ (Closed)
Patch Set: Fix merge conflict Created 3 years, 10 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-copywithin.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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], 160 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL],
161 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof fset': [FAIL], 161 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof fset': [FAIL],
162 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], 162 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL],
163 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL], 163 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte offset': [FAIL],
164 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], 164 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL],
165 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL], 165 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte offset': [FAIL],
166 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], 166 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL],
167 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL], 167 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL],
168 168
169 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 169 # https://bugs.chromium.org/p/v8/issues/detail?id=4648
170 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL],
170 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], 171 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL],
171 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], 172 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL],
172 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], 173 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL],
173 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], 174 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL],
174 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], 175 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL],
175 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], 176 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL],
176 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], 177 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL],
177 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], 178 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL],
178 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], 179 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL],
179 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], 180 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL],
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 699
699 ['variant == asm_wasm', { 700 ['variant == asm_wasm', {
700 '*': [SKIP], 701 '*': [SKIP],
701 }], # variant == asm_wasm 702 }], # variant == asm_wasm
702 703
703 ['variant == wasm_traps', { 704 ['variant == wasm_traps', {
704 '*': [SKIP], 705 '*': [SKIP],
705 }], # variant == wasm_traps 706 }], # variant == wasm_traps
706 707
707 ] 708 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/typedarray-copywithin.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698