-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix tests that were never running, add a new test #78843
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
Conversation
Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 8380208 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
torch.abs(a) | ||
|
||
@skipIfCrossRef | ||
@unittest.skipIf(TEST_WITH_CROSSREF, "not run with crossref") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this different from skipIfCrossRef?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently skipIfCrossRef doesn't work when applied to an entire test class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Stuff like this is making me think though to Richard's point on an earlier PR that I want to unify the tests but that can come later
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @ezyang. |
Summary: Signed-off-by: Edward Z. Yang <ezyangfb.com> Pull Request resolved: #78843 Approved by: https://github.com/samdow Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/7860ce5b79f28d601f31aeade400d9873137fee4 Reviewed By: seemethere Differential Revision: D36935430 Pulled By: ezyang fbshipit-source-id: 781a33e3413679edd36066aa59907c889d189866
Stack from ghstack (oldest at bottom):
Signed-off-by: Edward Z. Yang ezyang@fb.com