tree: 11d0f5a836932f244eb83f00794c6ad1fcc08b16 [path history] [tgz]
  1. README.md
  2. test_minimal_target_codegen_llvm.py
  3. test_runtime_ndarray.py
  4. test_runtime_packed_func.py
tests/python/all-platform-minimal-test/README.md

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.