You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2022/08/24 08:44:22 UTC

[tvm] branch ci-docker-staging updated (8b309ae15c -> 491738649a)

This is an automated email from the ASF dual-hosted git repository.

leandron pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 8b309ae15c [CI] Set test python.contrib.test_onnx.test_resize as xfail
     new 491738649a [CI] Set test python.contrib.test_onnx.test_resize as xfail

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8b309ae15c)
            \
             N -- N -- N   refs/heads/ci-docker-staging (491738649a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/python/contrib/test_onnx.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


[tvm] 01/01: [CI] Set test python.contrib.test_onnx.test_resize as xfail

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 491738649a3ae81d0c21453de2a7d4df8c881ad0
Author: Leandro Nunes <le...@arm.com>
AuthorDate: Wed Aug 24 09:04:43 2022 +0100

    [CI] Set test python.contrib.test_onnx.test_resize as xfail
    
    Change-Id: I6a4741d9b0046e9f4db5f3fa4b58411d713b8f83
---
 tests/python/contrib/test_onnx.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/contrib/test_onnx.py b/tests/python/contrib/test_onnx.py
index 214166cebb..afebc2295a 100644
--- a/tests/python/contrib/test_onnx.py
+++ b/tests/python/contrib/test_onnx.py
@@ -655,6 +655,7 @@ def test_cast():
             verify_cast(i, o_dtype)
 
 
+@pytest.mark.xfail(reason="Known failing test. See issue #12567.")
 def test_resize():
     """Resize unit test."""