Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable sorting of status files by pkg/status_file/bin/normalize.dart #31839

Open
peter-ahe-google opened this issue Jan 10, 2018 · 0 comments
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.

Comments

@peter-ahe-google
Copy link
Contributor

diff --git a/tests/lib_2/lib_2_kernel.status b/tests/lib_2/lib_2_kernel.status
index 0b11cf97b5..106b6aaef5 100644
--- a/tests/lib_2/lib_2_kernel.status
+++ b/tests/lib_2/lib_2_kernel.status
@@ -107,8 +107,8 @@ mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
 mirrors/deferred_mirrors_update_test: RuntimeError
 mirrors/deferred_type_test: CompileTimeError
 mirrors/deferred_type_test: RuntimeError
-mirrors/empty_test: Crash
 mirrors/empty_test: RuntimeError
+mirrors/empty_test: Crash
 mirrors/enum_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/equality_test: RuntimeError
 mirrors/function_type_mirror_test: RuntimeError
@@ -155,8 +155,8 @@ mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
 mirrors/library_imports_bad_metadata_test/none: Crash
 mirrors/library_imports_deferred_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/library_imports_deferred_test: RuntimeError
-mirrors/library_imports_hidden_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/library_imports_hidden_test: RuntimeError
+mirrors/library_imports_hidden_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/library_imports_metadata_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/library_imports_metadata_test: RuntimeError
 mirrors/library_imports_prefixed_show_hide_test: CompileTimeError # Issue 31402 (Invocation arguments)
@@ -321,6 +321,7 @@ mirrors/invoke_closurization2_test: RuntimeError
 mirrors/library_declarations_test/01: RuntimeError
 mirrors/library_imports_bad_metadata_test/none: RuntimeError
 mirrors/metadata_const_map_test: Crash
+mirrors/metadata_nested_constructor_call_test/06: MissingCompileTimeError # TODO(ahe): This will be fixed in the next CL.
 mirrors/mixin_members_test: RuntimeError
 mirrors/null_test: RuntimeError
 mirrors/operator_test: RuntimeError
$ git diff --cached
diff --git a/tests/lib_2/lib_2_kernel.status b/tests/lib_2/lib_2_kernel.status
index 106b6aaef5..0b11cf97b5 100644
--- a/tests/lib_2/lib_2_kernel.status
+++ b/tests/lib_2/lib_2_kernel.status
@@ -107,8 +107,8 @@ mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
 mirrors/deferred_mirrors_update_test: RuntimeError
 mirrors/deferred_type_test: CompileTimeError
 mirrors/deferred_type_test: RuntimeError
-mirrors/empty_test: RuntimeError
 mirrors/empty_test: Crash
+mirrors/empty_test: RuntimeError
 mirrors/enum_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/equality_test: RuntimeError
 mirrors/function_type_mirror_test: RuntimeError
@@ -155,8 +155,8 @@ mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
 mirrors/library_imports_bad_metadata_test/none: Crash
 mirrors/library_imports_deferred_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/library_imports_deferred_test: RuntimeError
-mirrors/library_imports_hidden_test: RuntimeError
 mirrors/library_imports_hidden_test: CompileTimeError # Issue 31402 (Invocation arguments)
+mirrors/library_imports_hidden_test: RuntimeError
 mirrors/library_imports_metadata_test: CompileTimeError # Issue 31402 (Invocation arguments)
 mirrors/library_imports_metadata_test: RuntimeError
 mirrors/library_imports_prefixed_show_hide_test: CompileTimeError # Issue 31402 (Invocation arguments)
@@ -321,7 +321,6 @@ mirrors/invoke_closurization2_test: RuntimeError
 mirrors/library_declarations_test/01: RuntimeError
 mirrors/library_imports_bad_metadata_test/none: RuntimeError
 mirrors/metadata_const_map_test: Crash
-mirrors/metadata_nested_constructor_call_test/06: MissingCompileTimeError # TODO(ahe): This will be fixed in the next CL.
 mirrors/mixin_members_test: RuntimeError
 mirrors/null_test: RuntimeError
 mirrors/operator_test: RuntimeError
@peter-ahe-google peter-ahe-google added the area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes. label Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.
Projects
None yet
Development

No branches or pull requests

1 participant