Chromium Code Reviews

Unified Diff: tests/language/language.status

Issue 1388523002: dart2js: add support for configuration-specific imports. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index e164c45052b27e29d8c5daccfe884a8149725a00..71d08c19ced6a15eb5768cbdd90831a1840a509f 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -31,6 +31,9 @@ async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
async_star_cancel_while_paused_test: RuntimeError
async_star_await_pauses_test: Skip # Times out. Issue 23996
+# Unsupported configuration specific imports.
+config_import_test: RuntimeError
+
[ $compiler == none && $runtime == vm ]
class_keyword_test/02: MissingCompileTimeError # Issue 13627
unicode_bom_test: Fail # Issue 16067

Powered by Google App Engine