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

Unified Diff: tests/language/language_kernel.status

Issue 2624563002: VM: [Kernel] Status file triaging of language.status (Closed)
Patch Set: - 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 | « runtime/vm/kernel_to_il.cc ('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 3ea014eeb9ae4b897e66296d9d239d8cbca69e43..004f074913e2d21c185d1f36549358f1b453fb4a 100644
--- a/tests/language/language_kernel.status
+++ b/tests/language/language_kernel.status
@@ -301,8 +301,8 @@ multiline_newline_test/none: RuntimeError
named_parameters_type_test/01: MissingRuntimeError
named_parameters_type_test/02: MissingRuntimeError
named_parameters_type_test/03: MissingRuntimeError
-not_enough_positional_arguments_test/02: MissingRuntimeError
-not_enough_positional_arguments_test/05: MissingRuntimeError
+not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 28301
+not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 28301
null_test/none: RuntimeError
number_identifier_test/05: RuntimeError
positional_parameters_type_test/01: MissingRuntimeError
@@ -339,8 +339,8 @@ vm/type_vm_test: RuntimeError
[ $compiler == dartk && $runtime == vm ]
const_evaluation_test/01: RuntimeError
const_locals_test: RuntimeError
-constructor_named_arguments_test/01: Crash
-const_string_test: RuntimeError
+constructor_named_arguments_test/01: Crash # Dartk Issue 28301
+const_string_test: RuntimeError # Dartk Issue 28306
instance_creation_in_function_annotation_test: RuntimeError
library_env_test/has_no_mirror_support: RuntimeError
redirecting_factory_reflection_test: RuntimeError
@@ -350,17 +350,17 @@ redirecting_factory_reflection_test: RuntimeError
async_star_regression_fisk_test: Crash # Stack mismatch during expression translation.
async_star_test: Crash # Stack mismatch during expression translation.
issue23244_test: Crash # Class finalization issue
-not_enough_positional_arguments_test/02: Crash
-not_enough_positional_arguments_test/05: Crash
+not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
+not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue
# dartk: precompilation failures
[ $compiler == dartkp && $runtime == dart_precompiled ]
-if_null_assignment_static_test/35: Crash
-large_class_declaration_test: Pass, Timeout
-string_interpolation7_test: RuntimeError
+if_null_assignment_static_test/35: Crash # Dartk Issue 28302
+large_class_declaration_test: Pass, Slow
+string_interpolation7_test: RuntimeError # Dartk Issue 28306
# dartk: precompilation failures (debug)
[ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
-constructor_named_arguments_test/01: Crash
-not_enough_positional_arguments_test/05: Crash
+constructor_named_arguments_test/01: Crash # Dartk Issue 28301
+not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
« no previous file with comments | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698