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

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

Issue 2641523002: Fix some crashes in dartk. (Closed)
Patch Set: Mark main as static, update status files again 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 | « pkg/kernel/lib/analyzer/loader.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-kernel.status
diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status
index 55f7dcc20352aef1ab438f0e1773427e1f00570e..43fa3ad2ddf2a3699b092247263050ec63a94858 100644
--- a/tests/co19/co19-kernel.status
+++ b/tests/co19/co19-kernel.status
@@ -36,12 +36,6 @@ Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
###############################################################################
[ $compiler == dartk || $compiler == dartkp ]
-Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: DartkCrash
-Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: DartkCrash
-Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: DartkCrash
-Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: DartkCrash
-Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: DartkCrash
-Language/Classes/Constructors/Generative_Constructors/initializing_this_t02: DartkCrash
Language/Classes/Getters/static_getter_t02: DartkCompileTimeError
Language/Enums/syntax_t08: MissingCompileTimeError
Language/Enums/syntax_t09: MissingCompileTimeError
@@ -68,8 +62,6 @@ Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError
Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError
Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError
Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: DartkCompileTimeError
-Language/Libraries_and_Scripts/Scripts/top_level_main_t01: DartkCrash
-Language/Libraries_and_Scripts/Scripts/top_level_main_t02: DartkCrash
Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
@@ -91,6 +83,7 @@ Language/Libraries_and_Scripts/definition_syntax_t25: MissingCompileTimeError
Language/Libraries_and_Scripts/definition_syntax_t26: MissingCompileTimeError
Language/Libraries_and_Scripts/definition_syntax_t27: MissingCompileTimeError
Language/Libraries_and_Scripts/definition_syntax_t29: MissingCompileTimeError
+Language/Libraries_and_Scripts/Scripts/top_level_main_t05: RuntimeError # 'main' getter not supported
Language/Libraries_and_Scripts/top_level_syntax_t02: MissingCompileTimeError
Language/Libraries_and_Scripts/top_level_syntax_t03: MissingCompileTimeError
Language/Libraries_and_Scripts/top_level_syntax_t04: MissingCompileTimeError
@@ -198,7 +191,6 @@ Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
# dartk: JIT failures (debug)
[ $compiler == dartk && $runtime == vm && $mode == debug ]
-Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.IsNull()
# dartk: precompilation failures
[ $compiler == dartkp && $runtime == dart_precompiled ]
@@ -207,4 +199,3 @@ Language/Expressions/Constants/exception_t02: Crash
# dartk: precompilation failures (debug)
[ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
-Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.IsNull()
« no previous file with comments | « pkg/kernel/lib/analyzer/loader.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698