[Chapel Merge] Retire const-checking futures fixed on Jan 25

Branch: refs/heads/master
Revision: c853658
Author: bradcray
Log Message:

Merge pull request #17048 from bradcray/retire-const-checking-futures

Retire const-checking futures fixed on Jan 25

[trivial, not reviewed]

Here, I’m retiring some const-checking futures that I filed, and
others in the same directory that were fixed by David Longnecker’s
PR #16802. This also permitted reverting some changes to
Rafael Asenjo’s tests which were added at some point as a
workaround with these futures as a guard against them.

Modified Files:
R test/types/records/const-checking/arrOfRecConstField.bad
R test/types/records/const-checking/arrOfRecConstField.future
R test/types/records/const-checking/initArrOfRecConstField.bad
R test/types/records/const-checking/initArrOfRecConstField.future
R test/types/records/const-checking/initArrOfRecConstField2.bad
R test/types/records/const-checking/initArrOfRecConstField2.future
R test/types/records/const-checking/scenario-1-array-of-record-with-const-fld.bad
R test/types/records/const-checking/scenario-1-array-of-record-with-const-fld.future
R test/types/records/const-checking/scenario-2-init-array-of-rec-with-const-fld.bad
R test/types/records/const-checking/scenario-2-init-array-of-rec-with-const-fld.future
M test/optimizations/bulkcomm/asenjo/ptransDR/v1/ptrans.chpl
M test/optimizations/bulkcomm/asenjo/ptransDR/v2/ptrans.chpl
M test/optimizations/bulkcomm/asenjo/stencilDR/v1/stencil.chpl

Compare: Comparing 36f57cedf7ea...c85365848df4 · chapel-lang/chapel · GitHub