Branch: refs/heads/main
Revision: e823664
Author: bmcdonald3
Link: Make a set test order independent by bmcdonald3 · Pull Request #18917 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #18917 from bmcdonald3/set-failure
Make a set test order independent
[ reviewed by @dlongnecke-cray - thanks! ]
One of the set tests slipped past the previous order independent PR's, so this PR updates that test to be order independent by sorting the results prior to printing.
PR sorting other similar tests: Make tests output in sorted order for associative domains by aconsroe-hpe · Pull Request #18870 · chapel-lang/chapel · GitHub
Modified Files:
M test/library/standard/Set/setOperatorOrderTest.chpl
M test/library/standard/Set/setOperatorOrderTest.good
Compare: https://github.com/chapel-lang/chapel/compare/2068b2376274...e82366490103