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

Unified Diff: tests/lib/lib.status

Issue 124383007: Fix 15413: setRange for views with overlapping buffers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 11 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
Index: tests/lib/lib.status
===================================================================
--- tests/lib/lib.status (revision 31504)
+++ tests/lib/lib.status (working copy)
@@ -11,6 +11,7 @@
mirrors/delegate_test: RuntimeError # Issue 13864
[ $compiler == dart2js ]
+typed_data/setRange_4_test: RuntimeError # Clamping issue
async/schedule_microtask6_test: RuntimeError # global error handling is not supported. http://dartbug.com/5958
math/double_pow_test: RuntimeError
@@ -199,9 +200,6 @@
[ $runtime == vm ]
async/timer_not_available_test: Fail, OK
mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
-typed_data/setRange_1_test: Fail # Issue 15413
-typed_data/setRange_2_test: Fail # Issue 15413
-typed_data/setRange_3_test: Fail # Issue 15413
mirrors/syntax_error_test/01: Fail # Issue 15886
[ $compiler == none ]
@@ -222,9 +220,6 @@
mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
mirrors/local_isolate_test: Skip # http://dartbug.com/12188
-typed_data/setRange_1_test: Fail # Issue 15413
-typed_data/setRange_2_test: Fail # Issue 15413
-typed_data/setRange_3_test: Fail # Issue 15413
[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
async/timer_test: Fail, Pass # Issue 15487

Powered by Google App Engine
This is Rietveld 408576698