Delete deprecated test files that only tested exir.capture behavior#18338
Delete deprecated test files that only tested exir.capture behavior#18338meta-codesync[bot] merged 2 commits intopytorch:mainfrom
Conversation
…ig refs (pytorch#18135) Summary: Migrate etrecord_test, exported_op_graph_test, and size_analysis_tool_test from exir.capture to torch.export + to_edge. Remove dead CaptureConfig imports/usage from end2end tests, export_program, and qualcomm utils (delete qnn_capture_config() which returned a CaptureConfig). Reviewed By: Gasoonjia Differential Revision: D95605485
Summary: Remove test_capture.py (tested exir.capture directly), test_tracer.py (tested CaptureConfig flags like _unlift and enable_dynamic_shape), test_backends.py (covered by test_backends_lifted.py), and Remove corresponding build targets from TARGETS/BUCK files. Differential Revision: D95605525
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18338
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Cancelled Jobs, 1 Unrelated FailureAs of commit fcd30c9 with merge base baa9888 ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JacobSzwejbka has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95605525. |
This PR needs a
|
Summary:
Remove test_capture.py (tested exir.capture directly), test_tracer.py
(tested CaptureConfig flags like _unlift and enable_dynamic_shape),
test_backends.py (covered by test_backends_lifted.py), and
Remove corresponding build targets from TARGETS/BUCK files.
Differential Revision: D95605525