Skip to content
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 test for PR #17949 #17986

Closed
wants to merge 1 commit into from
Closed

Add test for PR #17949 #17986

wants to merge 1 commit into from

Conversation

ranjanan
Copy link
Contributor

The PR fixed the ^ inliner issue. This test checks whether the correct
code_typed output occurs. Adds a test for PR #17949 which fixed #17759

The PR fixed the ^ inliner issue. This test checks whether the correct
code_typed output occurs
@tkelman tkelman added backport pending 0.5 test This change adds or pertains to unit tests labels Aug 12, 2016
@tkelman
Copy link
Contributor

tkelman commented Aug 12, 2016

Thank you! We should stop merging bugfixes without the corresponding tests, but failing that at least catching them quickly and adding the tests for them will do the job.

edit: to be backported if #17949 gets backported

@vtjnash
Copy link
Member

vtjnash commented Aug 12, 2016

This needs to take into account the --inline=no flag. It would also be preferable to do some sort of more targeted test on the AST instead of testing the repr format.

@tkelman
Copy link
Contributor

tkelman commented Aug 20, 2016

bump @ranjanan do you need clarification for how to add the test here?

@Keno
Copy link
Member

Keno commented Jan 17, 2020

We no longer have the code that this was supposed to test. Closing.

@Keno Keno closed this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

^ inlining perf regression
5 participants