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

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

Issue 10989013: Change IllegalArgumentException to ArgumentError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated co19 test expectations. Created 8 years, 3 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index c5af43597b9711f384b4b94377d70cc686961f98..96d9e3dad34076d0a1f5d9419a793b39016e421c 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -93,6 +93,23 @@ LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu
LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failure.
LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failure.
+LibTest/core/Completer/completeException_A02_t01: Fail # issue 224
Søren Gjesse 2012/09/25 12:22:24 Please add co19 to the comment to avoid confusion
Lasse Reichstein Nielsen 2012/09/25 12:28:07 Done.
+LibTest/core/int/operator_left_shift_A01_t03: Fail # issue 224
+LibTest/core/int/operator_right_shift_A01_t03: Fail # issue 224
+LibTest/core/List/insertRange_A05_t01: Fail # issue 224
+LibTest/core/List/List_A03_t01: Fail # issue 224
+LibTest/core/List/List_A04_t01: Fail # issue 224
+LibTest/core/List/operator_subscript_A03_t01: Fail # issue 224
+LibTest/core/List/operator_subscript_A04_t01: Fail # issue 224
+LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # issue 224
+LibTest/core/List/removeRange_A04_t01: Fail # issue 224
+LibTest/core/List/setRange_A04_t01: Fail # issue 224
+LibTest/core/List/sort_A01_t05: Fail # issue 224
+LibTest/core/String/charCodeAt_A03_t01: Fail # issue 224
+LibTest/core/String/concat_A02_t01: Fail # issue 224
+LibTest/core/Strings/concatAll_A04_t01: Fail # issue 224
+LibTest/core/Strings/join_A04_t01: Fail # issue 224
+LibTest/core/String/String.fromCharCodes_A02_t01: Fail # issue 224
[ $compiler == dart2js && $unchecked ]
Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698