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

Unified Diff: dart/tests/co19/co19-leg.status

Issue 9426037: Source in string_buffer from runtime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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
« no previous file with comments | « dart/frog/leg/lib/mockimpl.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-leg.status
diff --git a/dart/tests/co19/co19-leg.status b/dart/tests/co19/co19-leg.status
index 395cc9548ed7c1a1ea06e89869c77d478a5d41b3..340aa9e8b5a4cb32a433a14ceeb9bbb8ec4c761a 100644
--- a/dart/tests/co19/co19-leg.status
+++ b/dart/tests/co19/co19-leg.status
@@ -153,6 +153,7 @@ Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
Language/07_Classes/07_Classes_A02_t01: Fail # SsaBuilder.buildFactory redirect not implemented
Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t01: Fail # SsaBuilder.buildFactory redirect not implemented
Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # SsaBuilder.buildFactory redirect not implemented
+Language/07_Classes/7_Static_Variables_A04_t01: Fail # SsaBuilder.visitContinueStatement not implemented
Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
Language/13_Types/4_Interface_Types_A09_t01: Fail # Cannot find value
Language/13_Types/5_Function_Types_A02_t03: Fail # Cannot find value
@@ -167,6 +168,7 @@ LibTest/core/Expect/throws_A01_t01: Fail # Bad code generation.
LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not implemented
LibTest/core/HashMap/HashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatement not implemented
+LibTest/core/HashMap/HashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value
LibTest/core/HashSet/HashSet.from_A02_t01: Fail # SsaBuilder.visitBreakStatement not implemented
LibTest/core/HashSet/HashSet_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
@@ -181,6 +183,7 @@ LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value
LibTest/core/Isolate/spawn_A01_t05: Fail # SsaBuilder.buildFactory redirect not implemented
LibTest/core/Isolate/spawn_A01_t06: Fail # SsaBuilder.buildFactory redirect not implemented
LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatement
+LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement not implemented
LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitContinueStatement
LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
LibTest/core/List/List.from_A02_t01: Fail # Cannot find value
@@ -339,7 +342,9 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail # JSSy
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # JSSyntaxRegExp is not implemented
+LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # JSSyntaxRegExp is not implemented
+LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: Fail # JSSyntaxRegExp is not implemented
@@ -352,6 +357,7 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A03_t01: Fail #
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A04_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A05_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t01: Fail # JSSyntaxRegExp is not implemented
+LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t01: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t03: Fail # JSSyntaxRegExp is not implemented
LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t04: Fail # JSSyntaxRegExp is not implemented
@@ -430,27 +436,6 @@ Language/13_Types/4_Interface_Types_A12_t10: Fail # SyntaxError: Unexpected iden
Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t01: Fail # SyntaxError: Unexpected string
-LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Class_Construction_A11_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/NoSuchMethodException/toString_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBufferImpl is not implemented
-LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/StringBuffer_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/StringBuffer_A01_t02: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/addAll_A02_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/addAll_A03_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/add_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/add_A01_t02: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/add_A02_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/clear_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/clear_A02_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/isEmpty_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/length_A01_t01: Fail # StringBufferImpl is not implemented
-LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBufferImpl is not implemented
-
-
Language/05_Variables/05_Variables_A06_t01: Fail # TypeError: Cannot call method 'set$abyr' of undefined
Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TypeError: Cannot call method 'someMethod$0' of undefined
Language/07_Classes/2_Getters_A02_t01: Fail # TypeError: Cannot call method 'set$abyr' of undefined
@@ -563,16 +548,6 @@ Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_A04_t01: Fail # uncaught exception in toString
LibTest/core/Object/dynamic_A01_t01: Fail # uncaught exception in toString
LibTest/core/Object/toString_A01_t01: Fail # uncaught exception in toString
-LibTest/core/Queue/Queue.from_A01_t02: Fail # uncaught exception in toString
-LibTest/core/Queue/addAll_A01_t02: Fail # uncaught exception in toString
-LibTest/core/Queue/addFirst_A01_t02: Fail # uncaught exception in toString
-LibTest/core/Queue/addLast_A01_t01: Fail # uncaught exception in toString
-LibTest/core/Queue/addLast_A01_t02: Fail # uncaught exception in toString
-LibTest/core/Queue/add_A01_t02: Fail # uncaught exception in toString
-LibTest/core/Queue/filter_A01_t01: Fail # uncaught exception in toString
-LibTest/core/Queue/length_A01_t01: Fail # uncaught exception in toString
-LibTest/core/Queue/removeFirst_A01_t01: Fail # uncaught exception in toString
-LibTest/core/Queue/removeLast_A01_t01: Fail # uncaught exception in toString
LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected.
@@ -581,10 +556,6 @@ LibTest/core/List/forEach_A02_t01: Fail # ObjectNotClosureException expected.
LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
-LibTest/core/Queue/add_A01_t01: Fail # TypeError: Object 0 has no method 'addLast$1'
-LibTest/core/Queue/iterator_A01_t02: Fail # TypeError: Object 0 has no method 'add$1'
-LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # Object 0 has no method 'addLast$1'
-LibTest/core/Queue/iterator_next_A01_t01: Fail # TypeError: Object 0 has no method 'addLast$1'
#
« no previous file with comments | « dart/frog/leg/lib/mockimpl.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698