Skip to content

Commit 4d6ac9b

Browse files
committed
Skip the probe re-run example in the test suite; its bug needs two runs
1 parent de78f37 commit 4d6ac9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

toolchain/mfc/test/cases.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,6 +3167,8 @@ def foreach_example():
31673167
# the transverse momentum drifts past the 1e-3 Example tolerance across compilers
31683168
# (nvhpc passes; Intel and CCE disagree by ~2e-3 absolute). No single golden is portable.
31693169
"2D_hybrid_slab",
3170+
# The bug it shows needs two consecutive runs in one directory; a single Example run cannot see it.
3171+
"2D_probe_rerun",
31703172
]
31713173
if path in casesToSkip:
31723174
continue

0 commit comments

Comments
 (0)