Skip to content

Instantly share code, notes, and snippets.

@EliahKagan
Last active June 1, 2024 18:27
Show Gist options
  • Save EliahKagan/e7ccd0ec46d3cab239227c1b93df29e7 to your computer and use it in GitHub Desktop.
Save EliahKagan/e7ccd0ec46d3cab239227c1b93df29e7 to your computer and use it in GitHub Desktop.
gitoxide test failures in issue #2538 and PR #1361
Summary [ 875.860s] 2244 tests run: 2228 passed (30 slow, 17 leaky), 16 failed, 9 skipped
FAIL [ 8.804s] gix-glob::glob pattern::matching::compare_baseline_with_ours
FAIL [ 3.411s] gix-pathspec::pathspec parse::baseline
FAIL [ 0.015s] gix-pathspec::pathspec parse::valid::glob_negations_are_always_literal
FAIL [ 0.017s] gix-pathspec::pathspec parse::valid::whitespace_in_pathspec
FAIL [ 2.050s] gix-pathspec::pathspec search::files
FAIL [ 4.685s] gix-pathspec::pathspec search::prefixes_are_always_case_sensitive
FAIL [ 180.967s] gix-ref-tests::refs packed::iter::performance
FAIL [ 5.502s] gix-submodule::submodule file::baseline::common_values_and_names_by_path
FAIL [ 25.197s] gix-submodule::submodule file::is_active_platform::pathspecs_matter_even_if_they_do_not_match
FAIL [ 17.391s] gix-submodule::submodule file::is_active_platform::submodules_with_active_config_are_considered_active_or_inactive
FAIL [ 11.325s] gix-submodule::submodule file::is_active_platform::submodules_with_active_config_override_pathspecs
FAIL [ 31.321s] gix-submodule::submodule file::is_active_platform::without_any_additional_settings_all_are_inactive_if_they_have_a_url
FAIL [ 37.674s] gix-submodule::submodule file::is_active_platform::without_submodule_in_index
FAIL [ 37.356s] gix::gix object::tree::diff::track_rewrites::copies_in_entire_tree_by_similarity_with_limit
FAIL [ 0.271s] gix::gix revision::spec::from_bytes::regex::find_youngest_matching_commit::regex_matches
FAIL [ 0.143s] gix::gix revision::spec::from_bytes::regex::with_known_revision::contained_string_matches_in_unanchored_regex_and_disambiguates_automatically
error: test run failed
Summary [ 514.419s] 2351 tests run: 2336 passed (7 slow, 1 leaky), 15 failed, 9 skipped
FAIL [ 3.859s] gix-glob::glob pattern::matching::compare_baseline_with_ours
FAIL [ 2.226s] gix-pathspec::pathspec parse::baseline
FAIL [ 0.010s] gix-pathspec::pathspec parse::valid::glob_negations_are_always_literal
FAIL [ 0.012s] gix-pathspec::pathspec parse::valid::whitespace_in_pathspec
FAIL [ 1.065s] gix-pathspec::pathspec search::files
FAIL [ 2.218s] gix-pathspec::pathspec search::prefixes_are_always_case_sensitive
FAIL [ 2.425s] gix-submodule::submodule file::baseline::common_values_and_names_by_path
FAIL [ 2.625s] gix-submodule::submodule file::is_active_platform::pathspecs_matter_even_if_they_do_not_match
FAIL [ 2.618s] gix-submodule::submodule file::is_active_platform::submodules_with_active_config_are_considered_active_or_inactive
FAIL [ 2.500s] gix-submodule::submodule file::is_active_platform::submodules_with_active_config_override_pathspecs
FAIL [ 2.612s] gix-submodule::submodule file::is_active_platform::without_any_additional_settings_all_are_inactive_if_they_have_a_url
FAIL [ 2.502s] gix-submodule::submodule file::is_active_platform::without_submodule_in_index
FAIL [ 0.020s] gix::gix object::tree::diff::track_rewrites::copies_in_entire_tree_by_similarity_with_limit
FAIL [ 0.096s] gix::gix revision::spec::from_bytes::regex::find_youngest_matching_commit::regex_matches
FAIL [ 0.059s] gix::gix revision::spec::from_bytes::regex::with_known_revision::contained_string_matches_in_unanchored_regex_and_disambiguates_automatically
error: test run failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment