Files
apache--tvm/tests/python/all-platform-minimal-test
wehub-resource-sync 26446540fa
Lint / lint (push) Waiting to run
CI / MacOS (push) Waiting to run
CI / Windows (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:36:25 +08:00
..

Core Cross Platform Regression Tests

CI Unit test cases that will run on all platforms. To reduce the CI burden, we only put in test-cases that are platform sensitive. Please use the following guideline:

  • Always consider add tests to the unittest folder first.
  • If a problems that passes the Linux pipeline but fails in Windows or MacOS, we should isolate the problem, write a minimal regression test case and add it to this folder.
  • A test case in this folder should be minimal and finish in a reasonable amount of time.
  • Document about why it should be in the all-platform-minimal-test.