Skip to content

NXP: Fix BUCK paths after tests moved to generic_tests/#19212

Merged
rascani merged 1 commit intopytorch:mainfrom
rascani:nxp-fix-buck-paths-D103064490
Apr 29, 2026
Merged

NXP: Fix BUCK paths after tests moved to generic_tests/#19212
rascani merged 1 commit intopytorch:mainfrom
rascani:nxp-fix-buck-paths-D103064490

Conversation

@rascani
Copy link
Copy Markdown
Contributor

@rascani rascani commented Apr 29, 2026

Summary

A previous change moved several NXP backend test files into a new generic_tests/ subdirectory but did not update the BUCK file. As a result the following buck targets failed to build with 'File not found' errors:

  • executorch/backends/nxp/tests:test_batch_norm_fusion
  • executorch/backends/nxp/tests:test_integration
  • executorch/backends/nxp/tests:test_neutron_backend
  • executorch/backends/nxp/tests:test_qdq_clustering_conv
  • executorch/backends/nxp/tests:test_quantizer

Update the srcs paths to point at the new generic_tests/ locations.

A previous change moved several NXP backend test files into a new
generic_tests/ subdirectory but did not update the BUCK file. As a
result the following buck targets failed to build with 'File not found'
errors:

- executorch/backends/nxp/tests:test_batch_norm_fusion
- executorch/backends/nxp/tests:test_integration
- executorch/backends/nxp/tests:test_neutron_backend
- executorch/backends/nxp/tests:test_qdq_clustering_conv
- executorch/backends/nxp/tests:test_quantizer

Update the srcs paths to point at the new generic_tests/ locations.

This PR was authored with Claude.
@rascani rascani requested a review from digantdesai April 29, 2026 20:46
@rascani rascani requested a review from robert-kalmar as a code owner April 29, 2026 20:46
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Apr 29, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19212

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

⏳ No Failures, 55 Pending

As of commit ee62695 with merge base d9688da (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 29, 2026
@github-actions
Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@rascani rascani merged commit c65d8da into pytorch:main Apr 29, 2026
175 of 179 checks passed
@rascani rascani deleted the nxp-fix-buck-paths-D103064490 branch April 29, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants