You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/15 23:55:26 UTC

[GitHub] [tvm] cconvey commented on a diff in pull request #11737: [hexagon][testing] add test-skip logic; fixes

cconvey commented on code in PR #11737:
URL: https://github.com/apache/tvm/pull/11737#discussion_r898565831


##########
tests/python/contrib/test_hexagon/test_benchmark_elemwise_add.py:
##########
@@ -432,3 +422,7 @@ def test_elemwise_add(hexagon_launcher: HexagonLauncherRPC):
 
     if _BT.has_fail() > 0:
         pytest.fail("At least one benchmark configuration failed", pytrace=False)
+
+
+if __name__ == "__main__":
+    sys.exit(tvm.testing.main())

Review Comment:
   > please change it to `tvm.testing.main()`
   
   Has this already been addressed?  AFAICT the code is as requested.



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org