Skip to content

Commit

Permalink
Add exir/tests (pytorch#3937)
Browse files Browse the repository at this point in the history
Summary:
Add the entire directory, and ignore tests which don't pass in OSS so far

Pull Request resolved: pytorch#3937

Reviewed By: cccclai

Differential Revision: D58439501

Pulled By: kirklandsign

fbshipit-source-id: 31a53d5df551129910042827ed75823835d6fa85
  • Loading branch information
kirklandsign authored and facebook-github-bot committed Jun 12, 2024
1 parent 34d3172 commit c5e31b3
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ addopts =
exir/dialects/test
exir/emit/test
exir/program/test
exir/tests/test_arg_validator.py
exir/tests/test_capture.py
exir/tests/test_delegate.py
exir/tests/test_dim_order_utils.py
exir/tests/test_dynamic_shape_propagation.py
exir/tests/test_error.py
exir/tests/test_pass_infra.py
exir/tests/test_tensor.py
exir/tests/
# kernels/
kernels/prim_ops/test
kernels/test/test_case_gen.py
Expand All @@ -47,6 +40,14 @@ addopts =
test/end2end/test_end2end.py
--ignore=backends/xnnpack/test/ops/linear.py
--ignore=backends/xnnpack/test/models/llama2_et_example.py
--ignore=exir/tests/test_common.py
--ignore=exir/tests/test_memory_format_ops_pass_aten.py
--ignore=exir/tests/test_memory_planning.py
--ignore=exir/tests/test_op_convert.py
--ignore=exir/tests/test_passes.py
--ignore=exir/tests/test_quant_fusion_pass.py
--ignore=exir/tests/test_quantization.py
--ignore=exir/tests/test_verification.py

# run the same tests multiple times to determine their
# flakiness status. Default to 50 re-runs
Expand Down

0 comments on commit c5e31b3

Please sign in to comment.