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

Add a prediff to fix .good mismatch #19322

Merged
merged 1 commit into from Feb 27, 2022

Commits on Feb 26, 2022

  1. Add a prediff to fix .good mismatch

    chapel-lang#19321 inadvertently enabled the testing of:
    
        test/deprecated/RegexpModule.chpl
        test/deprecated/regexp-rechan.chpl
        test/deprecated/regexp_error.chpl
    
    in the default configuration (and many others).
    
    While they were not being tested, however, a difference in line numbers
    in modules/standard/IO.chpl has crept in for `regexp-rechan.chpl` .
    
    This PR adds a .prediff to eliminate sensitivity of this test
    to such line numbers.
    
    Signed-off-by: Vassily Litvinov <vasslitvinov@users.noreply.github.com>
    vasslitvinov committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    1b20dcf View commit details
    Browse the repository at this point in the history