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

Unified Diff: tests/language/language_dart2js.status

Issue 1154743004: Test (and fix some) invalid assignments. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index f8924005452b593dd0aa7c5a38e5274ecfcaa981..015128b3ebfdb2164c5881bb9f09637d209fed00 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -883,6 +883,7 @@ smi_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for
stack_trace_test: Crash # try/finally
statement_test: Crash # try/finally
static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
+static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
karlklose 2015/05/22 12:14:19 Thanks!
string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
super_all_named_constructor_test: Crash # Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698