Skip to content

Commit f4a3e9b

Browse files
authored
Add skipifs for baseline testing for tests with throwing iterators (#27086)
Skips baseline testing for a few tests that exercise throwing iterators, which is not supported by `--baseline`. [Not reviewed - trivial]
2 parents 437476b + fc44bd7 commit f4a3e9b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
COMPOPTS <= --no-checks
22
COMPOPTS <= --fast
3+
# requires iterator inlining
4+
COMPOPTS <= --baseline
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
COMPOPTS <= --no-checks
22
COMPOPTS <= --fast
3+
# requires iterator inlining
4+
COMPOPTS <= --baseline
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# requires iterator inlining
2+
COMPOPTS <= --baseline

0 commit comments

Comments
 (0)