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

Unified Diff: test/test262/test262.status

Issue 1743463004: Make %TypedArray%.from spec-compliant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Construct array result better Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/js/typedarray.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 e1befabe172d081623e4aaaac00fbb3da612a980..736a56f44194994478bbbc35f15f50b6761a5151 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -278,10 +278,6 @@
'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-throws': [FAIL],
'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-throws': [FAIL],
- # https://bugs.chromium.org/p/v8/issues/detail?id=4782
- 'built-ins/TypedArrays/from/set-value-abrupt-completion': [FAIL],
- 'built-ins/TypedArray/from/mapfn-is-not-callable': [FAIL],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=4727
'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL],
'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL],
@@ -366,6 +362,9 @@
# Test bug https://github.com/tc39/test262/issues/518
'built-ins/TypedArrays/object-arg-throws-setting-typedarray-property': [FAIL],
+ # Test bug https://github.com/tc39/test262/issues/521
+ 'built-ins/TypedArray/from/mapfn-is-not-callable': [FAIL],
+
############################ SKIPPED TESTS #############################
# These tests take a looong time to run.
« no previous file with comments | « src/js/typedarray.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698