Skip to content

Commit

Permalink
Revert "Unsupport more tests"
Browse files Browse the repository at this point in the history
This reverts commit 1adadd3.
  • Loading branch information
mgehre-amd committed May 21, 2024
1 parent f73514a commit 74c3bc0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions projects/pt1/python/test/dynamo_fx_importer/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

from typing import List

Expand Down
2 changes: 0 additions & 2 deletions projects/pt1/python/test/torchscript_e2e_test/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

import torch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

import torch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

from typing import List, Tuple, Dict

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

from typing import List, Tuple, Dict

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

import torch

Expand Down
2 changes: 0 additions & 2 deletions projects/pt1/python/test/torchscript_e2e_test/submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# Also available under a BSD-style license. See LICENSE.

# RUN: %PYTHON %s | FileCheck %s
# Requires python>=3.10
# UNSUPPORTED: true

import torch

Expand Down

0 comments on commit 74c3bc0

Please sign in to comment.