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

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

Issue 11235054: Removed IllegalAccessException and UnsupportedOperationException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index f1ad2c63d4cdf0d979d6cb79b6a33686f6dc6565..49364512488f8ead41eadcf784f2473f3db7c2be 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -69,6 +69,23 @@ LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19
LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272
+LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail # co19 issue 273
+LibTest/core/IllegalAccessException/toString_A01_t01: Fail # co19 issue 273
+
+# Conversion of UnsupportedOperationException and IllegalAccessException into StateError.
+LibTest/core/List/addAll_A02_t01: Fail
+LibTest/core/List/List_A01_t02: Fail
+LibTest/core/List/clear_A02_t01: Fail
+LibTest/core/List/removeRange_A02_t01: Fail
+LibTest/core/List/add_A02_t01: Fail
+LibTest/core/List/addLast_A02_t01: Fail
+LibTest/core/List/insertRange_A02_t01: Fail
+LibTest/core/List/removeLast_A02_t01: Fail
+LibTest/core/List/length_A04_t01: Fail
+LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01: Fail
+LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail
+
+
Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # issue 6060
Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # issue 6060
LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.

Powered by Google App Engine
This is Rietveld 408576698