driazati commented on code in PR #12178:
URL: https://github.com/apache/tvm/pull/12178#discussion_r934819147
##########
tests/python/unittest/test_meta_schedule_task_scheduler.py:
##########
@@ -337,6 +338,18 @@ def
test_meta_schedule_task_scheduler_override_next_task_id_only(): # pylint: d
)
+def should_skip_oob_test():
+ flags = libinfo()
+ # TODO(gigiblender) This combination of flags should be enabled only in
the ci_minimal CI configuration.
+ # Remove this once the OOB test is fixed.
+ return (
+ flags["USE_RELAY_DEBUG"] == "ON"
+ and flags["USE_LLVM"] == "llvm-config"
+ and flags["USE_MICRO"] != "ON"
+ )
+
+
[email protected](should_skip_oob_test(), reason="Does array access OOB.
Remove once fixed.")
Review Comment:
Yeah it should be mentioned in the `reason` so it shows up in the pytest
results
--
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]