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

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

Issue 15813002: Issue 8801. Report problems for missing [] or []= (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak for problem description, report only one problem Created 7 years, 7 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-analyzer.status
diff --git a/tests/co19/co19-analyzer.status b/tests/co19/co19-analyzer.status
index c81d4fad2e9568d91a54da58a72a3f359c28a570..7fc0a9e6cfca4f748f06bf9aef934a11bec28584 100644
--- a/tests/co19/co19-analyzer.status
+++ b/tests/co19/co19-analyzer.status
@@ -126,21 +126,6 @@ LibTest/core/AssertionError/column_A01_t02: fail
LibTest/core/AssertionError/failedAssertion_A01_t01: fail
LibTest/core/AssertionError/line_A01_t02: fail
LibTest/core/AssertionError/url_A01_t01: fail
-LibTest/core/Iterable/where_A01_t07: fail
-LibTest/core/List/List.fixedLength_A01_t01: fail
-LibTest/core/List/List_A01_t02: fail
-LibTest/core/List/addLast_A01_t01: fail
-LibTest/core/List/addLast_A01_t03: fail
-LibTest/core/List/addLast_A02_t01: fail
-LibTest/core/List/every_A01_t01: fail
-LibTest/core/List/insertRange_A01_t01: fail
-LibTest/core/List/insertRange_A02_t01: fail
-LibTest/core/List/insertRange_A03_t01: fail
-LibTest/core/List/insertRange_A04_t01: fail
-LibTest/core/List/insertRange_A05_t01: fail
-LibTest/core/List/insertRange_A06_t01: fail
-LibTest/core/List/insertRange_A07_t01: fail
-LibTest/core/List/insertRange_A08_t01: fail
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: fail
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: fail
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: fail
@@ -175,6 +160,28 @@ LibTest/core/int/operator_division_A01_t01: fail
# fails locally, passes on bot
Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
+# co19 issue #397, List.addLast removed
+LibTest/core/Iterable/where_A01_t07: fail, OK
+LibTest/core/List/addLast_A01_t01: fail, OK
+LibTest/core/List/addLast_A01_t03: fail, OK
+LibTest/core/List/addLast_A02_t01: fail, OK
+
+# co19 issue #400, collection library reorg
+LibTest/core/List/List.fixedLength_A01_t01: fail, OK
+LibTest/core/List/operator_subscript_A01_t02: fail, OK
+
+# co19 issue #403
+LibTest/core/List/List_A01_t02: fail, OK
+LibTest/core/List/every_A01_t01: fail, OK
+LibTest/core/List/insertRange_A01_t01: fail, OK
+LibTest/core/List/insertRange_A02_t01: fail, OK
+LibTest/core/List/insertRange_A03_t01: fail, OK
+LibTest/core/List/insertRange_A04_t01: fail, OK
+LibTest/core/List/insertRange_A05_t01: fail, OK
+LibTest/core/List/insertRange_A06_t01: fail, OK
+LibTest/core/List/insertRange_A07_t01: fail, OK
+LibTest/core/List/insertRange_A08_t01: fail, OK
+
# co19 issue #412, using 'null' as operand
Language/11_Expressions/01_Constants_A11_t01: fail, OK
Language/11_Expressions/01_Constants_A12_t01: fail, OK
@@ -187,7 +194,7 @@ Language/03_Overview/1_Scoping_A02_t28: fail, OK
Language/03_Overview/1_Scoping_A02_t07: fail, OK
Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK
-# co19 issue $417, 'if', 'while' and 'do-while' don't create scope
+# co19 issue #417, 'if', 'while' and 'do-while' don't create scope
Language/03_Overview/1_Scoping_A02_t11: fail, OK
Language/03_Overview/1_Scoping_A02_t12: fail, OK
Language/03_Overview/1_Scoping_A02_t16: fail, OK

Powered by Google App Engine
This is Rietveld 408576698