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

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

Issue 1991043004: Allow trailing comma in parameter and argument lists. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add exceptions to co19 tests. Created 4 years, 5 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-co19.status
diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status
index d531a08560bd3797d131990081870a4ea2aa671f..79989a564eb1fe83d146e97f7e6498f1ad10079d 100644
--- a/tests/co19/co19-co19.status
+++ b/tests/co19/co19-co19.status
@@ -75,3 +75,14 @@ LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
[ $runtime == dartium || $compiler == dart2js ]
LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
+
+[ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium)]
+# Optional trailing commas for argument and parameter lists added to language.
+# https://github.com/dart-lang/co19/issues/68
+Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_t05: MissingCompileTimeError, OK
+Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: MissingCompileTimeError, OK
+Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: MissingCompileTimeError, OK
+Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: MissingCompileTimeError, OK
+Language/Functions/Formal_Parameters/syntax_t04: MissingCompileTimeError, OK
+Language/Functions/Formal_Parameters/syntax_t05: MissingCompileTimeError, OK
+Language/Functions/Formal_Parameters/syntax_t12: MissingCompileTimeError, OK
« 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