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

Conversation

vasslitvinov
Copy link
Member

#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
so it started to fail.

This PR adds a .prediff to eliminate sensitivity of this test
to such line numbers so now it passes.

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 vasslitvinov merged commit f642747 into chapel-lang:main Feb 27, 2022
@vasslitvinov vasslitvinov deleted the skipif-prediff branch February 27, 2022 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants