Branch: refs/heads/main
Revision: 605f810
Author: vasslitvinov
Link: Ensure suppressif is consulted by vasslitvinov · Pull Request #20790 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20790 from vasslitvinov/fix-suppressif
Ensure suppressif is consulted
The .suppressif files added in #20767 for it-throws-inline.chpl and
loopexprs-caught.chpl were not consulted when these tests failed
in baseline testing. This is probably because these tests lacked
"straight" .good files which start_test expected.
This PR adds such .good files. Even though their contents
should not matter, I made them symlinks to those existing .good files
that contain the expected output when executing without any execopts.
Testing: tested the entire directory with and without '--baseline'.
This idea is due to @bradcray.
Not reviewed.
Modified Files:
A test/errhandling/ferguson/it-throws-inline.good
A test/errhandling/ferguson/loopexprs-caught.good
Compare: https://github.com/chapel-lang/chapel/compare/8c86ba7079fb...605f81016d57