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

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

Issue 11415028: Remove NullPointerException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed VM bugs. 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-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 3675613cb79ab242c29362361b50e9c94d6a2fcb..24bc32cbcbd7f48d746720fd9f91a2384f3ecec3 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -140,8 +140,6 @@ Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(ahe): Please tr
Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe): Please triage this failure.
LibTest/core/Queue/Queue.from_A01_t02: Fail # TODO(ahe): Please triage this failure.
LibTest/core/Set/Set.from_A01_t02: Fail # TODO(ahe): Please triage this failure.
-LibTest/core/String/replaceAll_A02_t01: Fail # TODO(ahe): Please triage this failure.
-LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failure.
LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failure.
LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(ahe): Please triage this failure.
@@ -334,17 +332,6 @@ Language/11_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic
LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throws() fails
Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
-Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined
-Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedError: Currently spawnUri is not supported without web workers.
LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedError: Currently spawnUri is not supported without web workers.
LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedError: Currently spawnUri is not supported without web workers.
@@ -441,6 +428,117 @@ LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290
LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290
LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290
+Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
+Language/05_Variables/05_Variables_A09_t01: Fail, OK # co19 issue 316
+Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK # co19 issue 316
+Language/07_Classes/2_Getters_A02_t01: Fail, OK # co19 issue 316
+Language/07_Classes/8_Static_Variables_A02_t01: Fail, OK # co19 issue 316
+Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: Fail, OK # co19 issue 316
+Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t01: Fail, OK # co19 issue 316
+Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t02: Fail, OK # co19 issue 316
+Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t03: Fail, OK # co19 issue 316
+Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t04: Fail, OK # co19 issue 316
+Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: Fail, OK # co19 issue 316
+Language/11_Expressions/02_Null_A05_t02: Fail, OK # co19 issue 316
+Language/11_Expressions/08_Throw_A03_t04: Fail, OK # co19 issue 316
+Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_A03_t01: Pass, OK # co19 issue 316
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A06_t01: Fail, OK # co19 issue 316
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A06_t02: Fail, OK # co19 issue 316
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A07_t01: Fail, OK # co19 issue 316
+Language/12_Statements/06_For/2_For_in_A01_t04: Fail, OK # co19 issue 316
+Language/14_Types/6_Type_Dynamic_A03_t01: Fail, OK # co19 issue 316
+Language/14_Types/6_Type_Dynamic_A04_t01: Fail, OK # co19 issue 316
+LibTest/core/Date/Date.fromString_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316
+LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316
+LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316
+LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316
+LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316
+LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316
+LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316
+LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316
+LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316
+LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316
+LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316
+LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316
+LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316
+LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316
+LibTest/core/List/setRange_A06_t01: Fail, OK # co19 issue 316
+LibTest/core/Map/containsKey_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Map/forEach_A01_t04: Fail, OK # co19 issue 316
+LibTest/core/Map/operator_subscript_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 316
+LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 316
+LibTest/core/Map/remove_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/NullPointerException/NullPointerException_A01_t01: Fail, OK # co19 issue 316
+LibTest/core/NullPointerException/toString_A01_t01: Fail, OK # co19 issue 316
+LibTest/core/Queue/Queue.from_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Queue/addAll_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/RegExp/allMatches_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/RegExp/firstMatch_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/RegExp/hasMatch_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/RegExp/stringMatch_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Set/Set.from_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Set/addAll_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Set/add_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Set/containsAll_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Set/contains_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Set/intersection_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Set/intersection_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/Set/isSubsetOf_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Set/removeAll_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/Set/remove_A01_t02: Fail, OK # co19 issue 316
+LibTest/core/String/String.fromCharCodes_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/String/contains_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/String/endsWith_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/String/indexOf_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/String/lastIndexOf_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/String/split_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/String/startsWith_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/StringBuffer/addAll_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/Strings/concatAll_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Strings/concatAll_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/Strings/join_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/Strings/join_A03_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_GE_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_GT_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_LE_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_LT_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_addition_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_division_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_multiplication_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_remainder_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_subtraction_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/operator_truncating_division_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/remainder_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/toStringAsFixed_A02_t01: Fail, OK # co19 issue 316
+LibTest/core/double/toStringAsPrecision_A02_t01: Fail, OK # co19 issue 316
+LibTest/math/acos_A01_t04: Fail, OK # co19 issue 316
+LibTest/math/asin_A01_t04: Fail, OK # co19 issue 316
+LibTest/math/atan2_A01_t04: Fail, OK # co19 issue 316
+LibTest/math/atan_A01_t03: Fail, OK # co19 issue 316
+LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316
+LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316
+LibTest/math/log_A01_t04: Fail, OK # co19 issue 316
+LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316
+LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316
+LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316
+LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316
+
[ $compiler == dart2js && $jscl ]
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail, Pass # issue 3333
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail, Pass # issue 3333
@@ -495,7 +593,6 @@ Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){f();}
Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessibleFuncType
-Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property read not implemented
Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=> _
Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented

Powered by Google App Engine
This is Rietveld 408576698