Skip to content

tests in tests/common/util.rs fails on OpenBSD 7.5 #6348

@jadijadi

Description

@jadijadi

The cargo test fails on OpenBSD due to not supporting xattrs.

failures:                                                                                                                
                                                            
---- common::util::tests::test_compare_xattrs stdout ----   
thread 'common::util::tests::test_compare_xattrs' panicked at tests/common/util.rs:3628:56:                              
called `Result::unwrap()` on an `Err` value: Custom { kind: Unsupported, error: UnsupportedPlatformError }               
                                                                                                                         
                                                                                                                         
failures:                                                                                                                
    common::util::tests::test_compare_xattrs    

There are several other failing tests on utils section on OpenBSD but this one is kind of more important because its in the tests/common/util.rs and when it breaks tests do not continue to by-util section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions