[Chapel Merge] Suppress ranges.chpl primer for --baseline

Branch: refs/heads/main
Revision: b205237
Author: bradcray
Link: Unavailable
Log Message:

Merge pull request #20074 from bradcray/quiet-range-primer-baseline

Suppress ranges.chpl primer for --baseline

[trivial, not reviewed]

As proof that I'm a slow learner, this is the same pre-existing bug /
infinite loop that I suppressed for other unbounded range loop tests in
#20038. Like that PR, this suppresses the failures for --baseline and
--no-inline-iterators. Unlike there, I didn't change the test to make it
give up earlier (since it's a primer), but did set the timeout lower to
make it less of a resource hog (runs on my Mac took ~30 seconds. I
conservatively made it a minute to avoid false negatives).

Modified Files:
A test/release/examples/primers/ranges.suppressif

A test/release/examples/primers/ranges.timeout

Compare: https://github.com/chapel-lang/chapel/compare/7c9e3d239e20...b2052370f73e