gigiblender opened a new pull request, #11705: URL: https://github.com/apache/tvm/pull/11705
Some python tests are failing in the wheel. This PR skips them if the environment variable `WHEEL_TEST` is set. This PR is related to https://github.com/tlc-pack/tlcpack/pull/115. The list of failing tests is: ``` tests/python/unittest/test_runtime_profiling.py::test_vm tests/python/unittest/test_target_codegen_vulkan.py::test_unique tests/python/unittest/test_te_hybrid_script.py::test_outer_product tests/python/unittest/test_te_hybrid_script.py::test_fanout tests/python/unittest/test_te_hybrid_script.py::test_if tests/python/unittest/test_te_hybrid_script.py::test_bind tests/python/unittest/test_te_hybrid_script.py::test_math_intrin tests/python/unittest/test_te_hybrid_script.py::test_non_zero tests/python/unittest/test_te_hybrid_script.py::test_allocate tests/python/unittest/test_te_hybrid_script.py::test_upstream tests/python/unittest/test_te_hybrid_script.py::test_downstream tests/python/unittest/test_te_hybrid_script.py::test_const_param tests/python/unittest/test_te_hybrid_script.py::test_value_index tests/python/unittest/test_te_hybrid_script.py::test_func_call tests/python/unittest/test_te_hybrid_script.py::test_bool tests/python/unittest/test_te_hybrid_script.py::test_const_range tests/python/unittest/test_te_hybrid_script.py::test_schedule tests/python/unittest/test_te_hybrid_script.py::test_capture tests/python/unittest/test_te_hybrid_script.py::test_array_inputs tests/python/ci/test_ci.py::test_cc_reviewers tests/python/ci/test_ci.py::test_github_tag_teams tests/python/ci/test_mergebot.py::test_mergebot ``` @driazati @areusch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
