Skip to content

Commit

Permalink
Unsupport more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Lemaire committed Apr 24, 2024
1 parent 4f9aeef commit 1adadd3
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/pt1/python/test/dynamo_fx_importer/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# 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: 2 additions & 0 deletions projects/pt1/python/test/torchscript_e2e_test/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# 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,6 +4,8 @@
# 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,6 +4,8 @@
# 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,6 +4,8 @@
# 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,6 +4,8 @@
# 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: 2 additions & 0 deletions projects/pt1/python/test/torchscript_e2e_test/submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# 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 1adadd3

Please sign in to comment.