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

Unified Diff: test/test262/test262.status

Issue 2001393004: TypedArray: Make byteOffset, byteLength, and length properties configurable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove passing tests from test262.status Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/regress/regress-typedarray-length.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 08966fdc4de7883c72922663ee557ebe63777208..50de6d96ba72f3d9d5682a269e716190b930ca60 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -237,20 +237,6 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=4034
'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL],
- # https://bugs.chromium.org/p/v8/issues/detail?id=4902
- 'built-ins/TypedArray/prototype/byteLength/prop-desc': [FAIL],
- 'built-ins/TypedArray/prototype/byteOffset/prop-desc': [FAIL],
- 'built-ins/TypedArray/prototype/copyWithin/get-length-ignores-length-prop': [FAIL],
- 'built-ins/TypedArray/prototype/every/get-length-ignores-length-prop': [FAIL],
- 'built-ins/TypedArray/prototype/every/get-length-uses-internal-arraylength': [FAIL],
- 'built-ins/TypedArray/prototype/fill/get-length-ignores-length-prop': [FAIL],
- 'built-ins/TypedArray/prototype/find/get-length-ignores-length-prop': [FAIL],
- 'built-ins/TypedArray/prototype/findIndex/get-length-ignores-length-prop': [FAIL],
- 'built-ins/TypedArray/prototype/indexOf/get-length-uses-internal-arraylength': [FAIL],
- 'built-ins/TypedArray/prototype/lastIndexOf/get-length-uses-internal-arraylength': [FAIL],
- 'built-ins/TypedArray/prototype/length/prop-desc': [FAIL],
- 'built-ins/TypedArray/prototype/some/get-length-uses-internal-arraylength': [FAIL],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=4231
'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL],
'language/statements/try/early-catch-lex': [FAIL],
« no previous file with comments | « test/mjsunit/regress/regress-typedarray-length.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698