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

[llvm-lit] Add REQUIRES: shell to BOLT permission test for lit internal shell #103012

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. [llvm-lit] Add REQUIRES: shell to BOLT permission test

    This commit adds the `REQUIRES: shell` directive to the BOLT permission test,
    ensuring it is only executed in environments with a full-featured Unix-like shell.
    The test relies on advanced shell features such as arithmetic evaluation and
    octal interpretation, which are not supported by lit's internal shell.
    By adding this requirement, we prevent test failures and ensure accurate
    test execution in appropriate environments.
    Harini0924 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fa98758 View commit details
    Browse the repository at this point in the history