valmat07 commented on code in PR #12490: URL: https://github.com/apache/tvm/pull/12490#discussion_r962760327
########## tests/python/contrib/test_opencl/test_run_gtests.py: ########## @@ -28,6 +29,7 @@ # for example to run all "foo" tests twice and observe gtest output run # pytest -sv <this file> --gtests_args="--gtest_filter=*foo* --gtest_repeat=2" @tvm.testing.requires_opencl [email protected](raises=AttributeError) Review Comment: I couldn't enable opencl cpp tests due to problems with CI environment. For enabling openCL Gtests we need to get source of googletests but there are no sources in the docker image. I also tried to get source from git (you can check my some commits for this) but when we reinstall gtest lib, other CPP tests become broken. So I decided to mark this test as xfail. -- 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]
