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

Unified Diff: tests/co19/co19-runtime.status

Issue 11414069: Make mappedBy lazy. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error. Created 8 years, 1 month 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/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index 53558497c05260528ead5f16eb7f007049a66fd2..192f55cd6075871afa3de460f6b79ed59353a208 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -28,6 +28,14 @@ Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea
Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 302
+LibTest/core/Queue/some_A01_t06: Fail, OK # behavior of some is undefined when underlying collection changes, issue 6719
+LibTest/core/Queue/every_A01_t06: Fail, OK # behavior of some is undefined when underlying collection changes, issue 6719
+LibTest/core/Queue/forEach_A01_t04: Fail, OK # behavior of some is undefined when underlying collection changes, issue 6719
+
+LibTest/core/Strings/concatAll_A03_t01: Fail, OK # checks for NullPointerException. Should check for ArgumentError, issue 6719
+LibTest/core/Strings/join_A03_t01: Fail, OK # checks for NullPointerException. Should check for ArgumentError, issue 6719
+LibTest/core/Strings/join_A02_t01: Fail, OK # checks for NullPointerException. Should check for ArgumentError, issue 6719
+
LibTest/core/Queue/filter_A01_t04: Fail, OK # filter->where, issue 6719
LibTest/core/Queue/filter_A01_t06: Fail, OK # filter->where, issue 6719
LibTest/core/Queue/filter_A01_t02: Fail, OK # filter->where, issue 6719

Powered by Google App Engine
This is Rietveld 408576698