# Gating accuracy suite: everything EXCEPT the known-flaky cases. A failure
# here is a real regression. The excluded set lives in flaky-tests.list and is
# applied as a gtest negation by run-test-group.
Test-Command: debian/tests/run-test-group main
Features: test-name=libhipfft0-tests-main
Depends: pkg-rocm-tools, libhipfft0-tests
Restrictions: skippable, allow-stderr
Architecture: amd64 arm64

# Non-gating group: ONLY the known-flaky cases (see flaky-tests.list). These
# exhibit transient, victim-agnostic GPU faults under memory pressure and are
# run with Restrictions: flaky so they never fail the gate. Evidence that each
# is genuinely flaky (passes and fails across runs) is in tmp_flaky_proof.md.
Test-Command: debian/tests/run-test-group flaky
Features: test-name=libhipfft0-tests-flaky
Depends: pkg-rocm-tools, libhipfft0-tests
Restrictions: skippable, allow-stderr, flaky
Architecture: amd64 arm64
