This patch checks for valid and invalid forms of calls to the collective subroutine co_max.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Add co_max test to expectedly failed list.
- Replaced non-ASCII characters.
- Correct expected error message.
- Update run directive to use test_errors.py.
Comment Actions
As suggested in Diff D113086, the updated diff
- Removes trailing whitespace if present.
- Cites the section of the standard that defines the co_max interface.
- Adds a check for an error in which the first co_max argument is coindexed.
The diff also adds checks for additional expected errors due to argument type mismatches.
Comment Actions
- Expand types tested for argument 'a'.
- Vary the types tested more throughout the test.
- Replace several "to be determined" error messages.
- Fix typo: remove extraneous comma.
- Clarify the "To Do" comment.