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

[test] Add switch to imageinout_test for enabling floating point exceptions. #4463

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Sep 30, 2024

  1. [test] Add switch to imageinout_test for enabling floating point exce…

    …ptions.
    
    Running imageinout_test --enable-fpe will run the test with FPEs
    enabled.
    
    Currently it is catching a FP overflow in libjxl.
    Once that is fixed, it may find other FPEs.
    
    For now, this is a Linux-only feature.
    
    Signed-off-by: Bram Stolk <[email protected]>
    stolk committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    be33eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    b7887cc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ce44906 View commit details
    Browse the repository at this point in the history