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

Unified Diff: tests/language/language.status

Issue 2577083002: Add test for Nullable-By-Default (Null is subtype of all types). (Closed)
Patch Set: Update status file. Created 3 years, 11 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 | tests/language/null_bottom_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 1571968819f0a47058b7b59a4c4d2391873041cd..1ec30fde01f9181d06c4b587ede8c21244f43c9d 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -345,8 +345,18 @@ duplicate_part_test/01: MissingCompileTimeError # Issue 27516
vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
config_import_corelib_test: StaticWarning, OK
+null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025
+null_bottom_test/01: Pass, CompileTimeError # Issue 28025
+null_bottom_test/02: Pass, CompileTimeError # Issue 28025
+null_bottom_test/03: Pass, CompileTimeError # Issue 28025
+
# Issue #28236
async_await_test: StaticWarning
async_star_pause_test: StaticWarning
async_star_test: StaticWarning
regress_18535_test: StaticWarning
+
+[ $runtime == dart_precompiled || $runtime == vm ]
+null_bottom_test/none: RuntimeError # Issue 28025
+null_bottom_test/01: RuntimeError # Issue 28025
+null_bottom_test/02: RuntimeError # Issue 28025
« no previous file with comments | « no previous file | tests/language/null_bottom_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698