You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by me...@apache.org on 2022/08/26 20:28:48 UTC

[tvm] 01/01: add xfail

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

mehrdadh pushed a commit to branch micro/skip_simd_tests
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 5e42803f26d9533b43131f1e5f8adaebe46f41a9
Author: Mehrdad Hessar <mh...@octoml.ai>
AuthorDate: Fri Aug 26 13:28:31 2022 -0700

    add xfail
---
 tests/micro/zephyr/test_zephyr_armv7m.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/micro/zephyr/test_zephyr_armv7m.py b/tests/micro/zephyr/test_zephyr_armv7m.py
index 1f6a1a1bc1..6a1dff2545 100644
--- a/tests/micro/zephyr/test_zephyr_armv7m.py
+++ b/tests/micro/zephyr/test_zephyr_armv7m.py
@@ -104,12 +104,12 @@ def _apply_desired_layout_no_simd(relay_mod):
 
 @tvm.testing.requires_micro
 @pytest.mark.skip_boards(["mps2_an521"])
+@pytest.mark.xfail(reason="due https://github.com/apache/tvm/issues/12619")
 def test_armv7m_intrinsic(workspace_dir, board, west_cmd, microtvm_debug):
     """Testing a ARM v7m SIMD extension."""
-
     if board not in [
         "mps2_an521",
-        "stm32f746xx_disco",
+        "stm32f746g_disco",
         "nucleo_f746zg",
         "nucleo_l4r5zi",
         "nrf5340dk_nrf5340_cpuapp",