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

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

Issue 10907173: Marked three dart2js co19 tests as OK to fail. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase to master 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 4e162d0e483065304ad4ebcb80b7c79078ba0e2c..3e99b8da9550153963f60a76acfe4b682e840669 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -639,6 +639,9 @@ LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157
Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188
+Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188
+Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
+Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 188
Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 188
Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail, OK # co19 issue 188
@@ -847,9 +850,6 @@ LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
# Missing compile-time errors.
#
[ $compiler == dart2js ]
-Language/03_Overview/1_Scoping_A01_t39: Fail # Checks that it is a compile-time error if a typedef declaration declares two identically named optional parameters.
-Language/03_Overview/1_Scoping_A01_t40: Fail # Checks that it is a compile-time error if a typedef declaration declares a positional and an optional parameter using the same name.
-Language/03_Overview/1_Scoping_A01_t41: Fail # Checks that it is a compile-time error if a typedef declaration declares two identically named parameters.
Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declaration cannot contain both 'final' and 'var'.
Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declaration cannot contain both 'var' and 'type'.
Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698