[Chapel Merge] 20928 Update futures with new error message casing.

Branch: refs/heads/main
Revision: d31f3e5222bae162e1e4d08391d73e7444e2ed74
Author: Danila Fedorin
Link: [Merge pull request] # 20928 from DanilaFe:fix-error-failures Update futures with new error message casing. by DanilaFe · Pull Request #20928 · chapel-lang/chapel · GitHub
Log Message:

[Merge pull request] # 20928 from DanilaFe:fix-error-failures
Update futures with new error message casing.
The Dyno-based error system does some tweaking of error message letter cases. Specifically, it wants all brief error messages to be lowercase. I missed updating some tests because they were futures and don't regularly run with a paratest. This PR updates those futures. Thanks @dlongnecke-cray for pointing these out to me. Reviewed by @riftEmber - thanks! Testing: - Tests pass locally

Compare: Comparing bb664e7386a3caad18f9b7a5d36097d8189660a1...d31f3e5222bae162e1e4d08391d73e7444e2ed74 · chapel-lang/chapel · GitHub
Diff: https://github.com/chapel-lang/chapel/pull/20928.diff
FilesChanged: Update futures with new error message casing. by DanilaFe · Pull Request #20928 · chapel-lang/chapel · GitHub

Modified Files:
.github/workflows/email.yml,frontend/include/chpl/framework/ErrorBase.h,frontend/include/chpl/framework/error-classes-list.h,frontend/include/chpl/resolution/scope-queries.h,frontend/include/chpl/resolution/scope-types.h,frontend/include/chpl/uast/VisibilityClause.h,frontend/lib/framework/ErrorBase.cpp,frontend/lib/framework/error-classes-list.cpp,frontend/lib/resolution/scope-queries.cpp,modules/standard/IO.chpl,modules/standard/OS.chpl,runtime/include/chpl-tasks.h,runtime/include/chpl-topo.h,runtime/include/qio/qio.h,runtime/src/comm/gasnet/comm-gasnet.c,runtime/src/comm/ofi/comm-ofi.c,runtime/src/comm/ugni/comm-ugni.c,runtime/src/tasks/fifo/tasks-fifo.c,runtime/src/tasks/qthreads/tasks-qthreads.c,runtime/src/topo/hwloc/topo-hwloc.c,runtime/src/topo/none/topo-none.c,test/chpldoc/nodoc/privateClasses.doc.bad,test/chpldoc/nodoc/privateTypeAlias.doc.bad,test/classes/generic/domainQueryField-feature.bad,test/errors/asWithUseExcept-brief.good,test/errors/asWithUseExcept-detailed.good,test/errors/asWithUseExcept.chpl,test/errors/asWithUseExcept.compopts,test/errors/dotExprInUseImport-brief.good,test/errors/dotExprInUseImport-detailed.good,test/errors/dotExprInUseImport.chpl,test/errors/dotExprInUseImport.compopts,test/errors/unknownEnumElement-detailed.good,test/errors/unsupportedAsIdent1-brief.good,test/errors/unsupportedAsIdent1-detailed.good,test/errors/unsupportedAsIdent1.chpl,test/errors/unsupportedAsIdent1.compopts,test/errors/unsupportedAsIdent2-brief.good,test/errors/unsupportedAsIdent2-detailed.good,test/errors/unsupportedAsIdent2.chpl,test/errors/unsupportedAsIdent2.compopts,test/errors/useImportNotModule-brief.good,test/errors/useImportNotModule-detailed.good,test/errors/useImportNotModule.chpl,test/errors/useImportNotModule.compopts,test/errors/useImportUnknownMod-brief.good,test/errors/useImportUnknownMod-detailed.good,test/errors/useImportUnknownMod.chpl,test/errors/useImportUnknownMod.compopts,test/errors/useImportUnknownSym-brief.good,test/errors/useImportUnknownSym-detailed.good,test/errors/useImportUnknownSym.chpl,test/errors/useImportUnknownSym.compopts,test/interop/python/defaultValues_global.bad,test/interop/python/multilocale/defaultValues_global.bad,test/library/standard/IO/readAll/PREDIFF,test/library/standard/IO/readAll/jab.txt,test/library/standard/IO/readAll/readBytes.chpl,test/library/standard/IO/readAll/readBytes.good,test/library/standard/IO/readAll/readBytesArray.chpl,test/library/standard/IO/readAll/readBytesArray.good,test/library/standard/IO/readAll/readBytesArrayInsufficientCapacity.chpl,test/library/standard/IO/readAll/readBytesArrayInsufficientCapacity.good,test/library/standard/IO/readAll/readBytesArrayLeaveExcessAlone.chpl,test/library/standard/IO/readAll/readBytesArrayLeaveExcessAlone.compopts,test/library/standard/IO/readAll/readBytesArrayLeaveExcessAlone.good,test/library/standard/IO/readAll/readBytesType.chpl,test/library/standard/IO/readAll/readBytesType.good,test/library/standard/IO/readAll/readRemainingBytes.chpl,test/library/standard/IO/readAll/readRemainingBytes.good,test/library/standard/IO/readAll/readRemainingString.chpl,test/library/standard/IO/readAll/readRemainingString.good,test/library/standard/IO/readAll/readString.chpl,test/library/standard/IO/readAll/readString.good,test/library/standard/IO/readAll/readStringType.chpl,test/library/standard/IO/readAll/readStringType.good,test/optimizations/widepointers/exported-fn.h,test/regex/empty-channel-matches.good,test/visibility/private/classes/privateField.bad,test/visibility/private/classes/privateSecondaryMethod.bad,test/visibility/private/privateEnum.bad,test/visibility/private/typeAlias.bad

Removed Files: