-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add CPython test test_bool
#157799
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
Add CPython test test_bool
#157799
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/157799
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b2f5b67 with merge base 7381c77 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -0,0 +1,438 @@ | |||
# ======= BEGIN Dynamo patch ======= | |||
# Owner(s): ["module: dynamo"] |
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.
It would be better to add the tag and commit hash from which this file was copied.
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.
That's a great suggestion. I'll add a readme and update all the tests with the tag I copied the tests from.
Starting merge as part of PR stack under #156981 |
Test operators via operator module like add, sub, eq, lt, etc. Pull Request resolved: #157800 Approved by: https://github.com/zou3519 ghstack dependencies: #157799
Test abstract numeric types and dunder methods like __int__, __float__, __index__, etc. Pull Request resolved: #157801 Approved by: https://github.com/zou3519 ghstack dependencies: #157799, #157800
…158038) Pull Request resolved: #158038 Approved by: https://github.com/XuehaiPan, https://github.com/zou3519 ghstack dependencies: #157799, #157800, #157801, #157802, #156981
Stack from ghstack (oldest at bottom):
test_itertools
#156981test_with
#157802test_numeric_tower
#157801test_operator
#157800test_bool
#157799Test dunder methods
__bool__
and__len__
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames