[Chapel Merge] 20980 Correct Protobuff tests following WritersReturnBool removal

Branch: refs/heads/main
Revision: e2ace2780f77b517e83d929996ba31beb50201c2
Author: Jeremiah Corrado
Link: [Merge pull request] # 20980 from jeremiah-corrado:delete-wrb-flags Correct Protobuff tests following WritersReturnBool removal by jeremiah-corrado · Pull Request #20980 · chapel-lang/chapel · GitHub
Log Message:

[Merge pull request] # 20980 from jeremiah-corrado:delete-wrb-flags
removed WritersReturnBool flag from protobuff's internal calls to chapel compiler
#20960, caused the following test failures:

[Error matching program output for library/packages/ProtobufProtocolSupport/anyRunner]
[Error matching program output for library/packages/ProtobufProtocolSupport/enumsRunner]
[Error matching program output for library/packages/ProtobufProtocolSupport/mapsRunner]
[Error matching program output for library/packages/ProtobufProtocolSupport/messagefieldRunner]
[Error matching program output for library/packages/ProtobufProtocolSupport/oneofsRunner]
[Error matching program output for library/packages/ProtobufProtocolSupport/repeatedfieldRunner]
[Error matching program output for library/packages/ProtobufProtocolSupport/typesRunner]

Due to the use of the -sWritersReturnBool=false flag in some internal calls to the chapel compiler. This PR removes the uses of the flag from those tests. Also fixes [Error matching .bad file for functions/vass/declaredGenericReturnTuple]. The prediff script to obfuscate line #'s was not being invoked on comp.out for some reason, so I just update the line #s in the .bad file.

Compare: Comparing 61e55d6cdedb7135240a07c4d23fc80045e403eb...e2ace2780f77b517e83d929996ba31beb50201c2 · chapel-lang/chapel · GitHub
Diff: https://github.com/chapel-lang/chapel/pull/20980.diff
FilesChanged: Correct Protobuff tests following WritersReturnBool removal by jeremiah-corrado · Pull Request #20980 · chapel-lang/chapel · GitHub

Modified Files:
test/functions/vass/declaredGenericReturnTuple.bad,test/library/packages/ProtobufProtocolSupport/endToEndRunnerUtils.chpl

Removed Files: