-
Notifications
You must be signed in to change notification settings - Fork 24.9k
dynamo: Remove passing or deleted dynamo_expected_failures #159691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh/c00w/53/base
Are you sure you want to change the base?
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/159691
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New Failures, 3 Unrelated FailuresAs of commit e64eb4a with merge base aeb5321 ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following jobs are marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
partially generated with ``` for TESTCASE in $(ls | cut -f1 -d'.' | grep -v CPython | uniq); do if grep "$TESTCASE" -m 1 .. -r; then echo; else sl rm "$TESTCASE"* ; fi; done ``` [ghstack-poisoned]
partially generated with ``` for TESTCASE in $(ls | cut -f1 -d'.' | grep -v CPython | uniq); do if grep "$TESTCASE" -m 1 .. -r; then echo; else sl rm "$TESTCASE"* ; fi; done ``` [ghstack-poisoned]
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot revert -m "breaking dynamo tests" -c nosignal test_reductions.py::TestReductionsCPU::test_var_vs_numpy_cpu_float32 GH job link HUD commit link |
@pytorchbot successfully started a revert job. Check the current status here. |
…159691)" This reverts commit 36f46d0. Reverted #159691 on behalf of https://github.com/izaitsevfb due to breaking dynamo tests ([comment](#159691 (comment)))
@c00w your PR has been successfully reverted. |
partially generated with ``` for TESTCASE in $(ls | cut -f1 -d'.' | grep -v CPython | uniq); do if grep "$TESTCASE" -m 1 .. -r; then echo; else sl rm "$TESTCASE"* ; fi; done ``` [ghstack-poisoned]
…59691) partially generated with ``` for TESTCASE in $(ls | cut -f1 -d'.' | grep -v CPython | uniq); do if grep "$TESTCASE" -m 1 .. -r; then echo; else sl rm "$TESTCASE"* ; fi; done ``` Pull Request resolved: pytorch#159691 Approved by: https://github.com/xmfan
…ytorch#159691)" This reverts commit 36f46d0. Reverted pytorch#159691 on behalf of https://github.com/izaitsevfb due to breaking dynamo tests ([comment](pytorch#159691 (comment)))
Stack from ghstack (oldest at bottom):
partially generated with