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

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

Issue 9838038: "Implement" #resource tag and various restrictions on library definitions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 8 years, 9 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: dart/tests/co19/co19-leg.status
diff --git a/dart/tests/co19/co19-leg.status b/dart/tests/co19/co19-leg.status
index f307ae00c51cee85bf388968c356a40fc053061c..a225475812563767517be34a19e944026d868be9 100644
--- a/dart/tests/co19/co19-leg.status
+++ b/dart/tests/co19/co19-leg.status
@@ -110,6 +110,7 @@ LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, Expect.throws, assumes case of result, and uses unsupported radixes.
+LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Review.
@@ -155,10 +156,8 @@ Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex
Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code shouldn't be executed')
Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
-Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # Expect.isTrue(false) fails.
-Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # illegal script tag: resource
-Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Expect.isTrue(false) fails.
-Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # No error if main has parameters.
+Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # operator-is with typedef.
+Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # Canonicalization.
Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(false) fails.
Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(false) fails.
Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(false) fails.
@@ -196,7 +195,6 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # Expect.fail('Some exception expected')
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fail # Expect.fail('Some exception expected')
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fail # Expect.fail('Some exception expected')
-LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeException expected!')
Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented
@@ -490,22 +488,18 @@ Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
-Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A03_t13: Fail, OK # @compile-error
-Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t08: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @compile-error
-Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t14: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @compile-error
+Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
-Language/12_Libraries_and_Scripts/1_Imports_A04_t01: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error
Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
-Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail, OK # @compile-error
Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-error
Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-error

Powered by Google App Engine
This is Rietveld 408576698