The GitHub Actions job "CI" on tvm.git/remove-dead-testing-helpers has failed.
Run started by GitHub user tlopex (triggered by tlopex).

Head commit for run:
9e344cb55b8081dae7a60426ce29bf70c7f436b6 / tlopex <[email protected]>
[Tests] Remove dead helpers and unused probes from tvm.testing

Drop accumulated dead code in the test-support package: helpers with zero call
sites, unused capability probes, dead FFI re-exports, and orphaned pytest
plumbing. Verified by repo-wide grep that nothing references any of these.

env.py -- remove four probes with no real callers:
* has_tensorcore (redundant: tests gate tensor-core work via 
has_cuda_compute(7))
* has_aprofile_aem_fvp (no FVP test exists)
* is_x86 / is_aarch64 (host-arch checks; nothing uses them)
Also fixes the stale module docstring claim that "every probe is memoized" (only
about a third carry @functools.cache; the rest delegate to cached helpers) and
drops the now-unused `import platform`.

utils.py -- remove two dead functions:
* skip_if_no_reference_system (orphaned when microTVM/CMSIS-NN was removed)
* get_dtype_range (zero callers; a thin np.finfo/np.iinfo wrapper)

plugin.py -- remove the --gtest_args option and its parametrize block in
pytest_generate_tests; the gtest fixture consumer is gone, so the plumbing is
dead (no gtest_args reference remains outside this file).

__init__.py -- drop the dead `nop` and `run_check_signal` FFI re-exports (no
tvm.testing.nop / tvm.testing.run_check_signal consumer; echo, object_use_count,
test_raise_error are kept -- still used).

Report URL: https://github.com/apache/tvm/actions/runs/27715510010

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to