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 2021/03/12 05:45:40 UTC

[GitHub] [tvm] slyubomirsky commented on a change in pull request #7647: [Relay][bugfix] Do not allow an empty match block to type check

slyubomirsky commented on a change in pull request #7647:
URL: https://github.com/apache/tvm/pull/7647#discussion_r592924209



##########
File path: tests/python/relay/test_type_infer.py
##########
@@ -416,6 +416,21 @@ def test_dynamic_function():
     assert mod["main"].params[0].checked_type == s_tt
 
 
+@pytest.mark.xfail(raises=tvm.error.TVMError)

Review comment:
       Good to know, I was wondering what the right way to do that was




----------------------------------------------------------------
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.

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