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

Unified Diff: tests/language/language_kernel.status

Issue 2935883002: Removed uses of removed negated status variables. (Closed)
Patch Set: Created 3 years, 6 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 | « runtime/tests/vm/vm.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_kernel.status
diff --git a/tests/language/language_kernel.status b/tests/language/language_kernel.status
index f710e81fc76c1fbd724c07e6c1f1f74e9e3f9c9e..b325e2e6a60a9ee077f89e10dcc2ef45047c50b2 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -353,5 +353,5 @@ function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc
metadata_test: CompileTimeError # Fixed in ahe's dev branch.
regress_29349_test: CompileTimeError # Fixed in ahe's dev branch.
-[ $unchecked && ($compiler == dartk || $compiler == dartkp) ]
+[ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant evaluation.
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698