diff --git a/test/python/compile.py b/test/python/compile.py index 678a4137acf6..b336adafcf33 100644 --- a/test/python/compile.py +++ b/test/python/compile.py @@ -23,6 +23,7 @@ def forward(self, x): return x +# CHECK-LABEL: TEST: test_enable_ir_printing @run_test def test_enable_ir_printing(): torchscript.compile(TinyModel(), diff --git a/test/python/onnx_importer/_torch_mlir_config.py b/test/python/onnx_importer/_torch_mlir_config.py index fdcf61cb81d7..f597b63b4dec 100644 --- a/test/python/onnx_importer/_torch_mlir_config.py +++ b/test/python/onnx_importer/_torch_mlir_config.py @@ -4,8 +4,6 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s -# Requires python>=3.10 -# UNSUPPORTED: true """This file exists so that the tests can find/configure torch_mlir. diff --git a/test/python/onnx_importer/import_onnx_tool.runlit b/test/python/onnx_importer/import_onnx_tool.runlit index 2f170c739896..45b733f9da7a 100644 --- a/test/python/onnx_importer/import_onnx_tool.runlit +++ b/test/python/onnx_importer/import_onnx_tool.runlit @@ -1,5 +1,3 @@ # RUN: %PYTHON -m torch_mlir.tools.import_onnx %S/LeakyReLU.onnx | FileCheck %s -# Requires python>=3.10 -# UNSUPPORTED: true # CHECK: torch.operator "onnx.LeakyRelu" diff --git a/test/python/onnx_importer/import_smoke_test.py b/test/python/onnx_importer/import_smoke_test.py index 533ffbc45d70..bd687ae37049 100644 --- a/test/python/onnx_importer/import_smoke_test.py +++ b/test/python/onnx_importer/import_smoke_test.py @@ -6,8 +6,6 @@ # Also available under a BSD-style license. See LICENSE. # RUN: %PYTHON %s --output %t -# Requires python>=3.10 -# UNSUPPORTED: true from glob import glob from pathlib import Path