Branch: refs/heads/main
Revision: 6f5c835
Author: e-kayrakli
Link: Fix a prediff, add compopts to make sure bounds checking is on by e-kayrakli · Pull Request #20350 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20350 from e-kayrakli/fix-comm-errors-test
Fix a prediff, add compopts to make sure bounds checking is on
library/standard/Communication/errors.chpl
is a new test that failed in two
different ways last night.
- Some configs have checks disabled, which is what this test is testing: This PR
adds a compopts to throw--checks
- Single-locale runs failed because of a non-1 locale ID in good files: This PR
adds one moresed
to the tests prediff.
[Trivial, not reviewed]
Test passes:
-
standard linux64
-
quickstart linux64
-
gasnet
Modified Files:
A test/library/standard/Communication/errors.compopts
M test/library/standard/Communication/errors.getHiLoc.good
M test/library/standard/Communication/errors.prediff
M test/library/standard/Communication/errors.putHiLoc.goodCompare: Comparing fe5a1c60b51a...6f5c83582cf3 · chapel-lang/chapel · GitHub