Branch: refs/heads/main
Revision: 5081fa8
Author: vasslitvinov
Link: Unavailable
Log Message:
Merge pull request #19772 from vasslitvinov/futures--verify
Run two futures with --verify
Two .future tests used to cause an assertion failure in the compiler
when run by start_test with -compopts --verify.
This PR adds explicit compopts with --no-verify
to ensure they pass in that configuration.
It also adds clones of those two tests with explicit compopts
containing --verify. This ensures that the assertion failures
are also exposed.
Discussed with @cassella and @bradcray
Modified Files:
A test/parallel/taskPar/taskIntents/inCopyPassedToRef.compopts
A test/parallel/taskPar/taskIntents/inCopyPassedToRef.verify.bad
A test/parallel/taskPar/taskIntents/inCopyPassedToRef.verify.chpl
A test/parallel/taskPar/taskIntents/inCopyPassedToRef.verify.compopts
A test/parallel/taskPar/taskIntents/inCopyPassedToRef.verify.future
A test/parallel/taskPar/taskIntents/inCopyPassedToRef.verify.good
A test/studies/shootout/reverse-complement/bradc/revcomp-blc-begin-const-ref.compopts
A test/studies/shootout/reverse-complement/bradc/revcomp-blc-begin-const-ref.verify.bad
A test/studies/shootout/reverse-complement/bradc/revcomp-blc-begin-const-ref.verify.chpl
A test/studies/shootout/reverse-complement/bradc/revcomp-blc-begin-const-ref.verify.compopts
A test/studies/shootout/reverse-complement/bradc/revcomp-blc-begin-const-ref.verify.future
A test/studies/shootout/reverse-complement/bradc/revcomp-blc-begin-const-ref.verify.good
Compare: https://github.com/chapel-lang/chapel/compare/f38d09582e08...5081fa877714