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

Unit test never completes on FreeBSD #388

Open
matsduf opened this issue Oct 21, 2024 · 0 comments
Open

Unit test never completes on FreeBSD #388

matsduf opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels
T-Bug Type: Bug in software or error in test case description
Milestone

Comments

@matsduf
Copy link
Contributor

matsduf commented Oct 21, 2024

In usage.t you will find

    check_success '--dump-profile', ['--dump-profile'], qr{                                                                                                                                                                                                                                           
        "no_network"                                                                                                                                                                                                                                                                                  
    }msx;

    check_success '--dump_profile', ['--dump_profile'], qr{                                                                                                                                                                                                                                           
        "no_network"                                                                                                                                                                                                                                                                                  
    }msx;

When running usage.t under FreeBSD it will stop at those two tests and never pass. It seems like Perl is waiting for something on STDIN that never comes. When the above lines are commented, it works as it should.

@matsduf matsduf added the T-Bug Type: Bug in software or error in test case description label Oct 21, 2024
@matsduf matsduf added this to the v2024.2 milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Bug Type: Bug in software or error in test case description
Projects
None yet
Development

No branches or pull requests

2 participants