-
Notifications
You must be signed in to change notification settings - Fork 559
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
make test.valgrind doesn't work on cpan, dist, ext #15947
Comments
From @khwilliamsonThis is a bug report for perl from khw@khw.(none), make test.valgrind immediately fails on things outside t and lib. I've if ($options->{run_dir}) { To give an example, the run_dir for ext/foo ends up being "../ext/foo", ../ext/foo/../ext/foo/log-file The directory doesn't exist because it would need to be ../ext/foo/../../ext/foo Commenting out the 3 lines causes the tests to run, but empty log files There were 6 problem files. I will file tickets for those. If I comment out those lines, and let the log-file be in the cwd, the Flags: Site configuration information for perl 5.26.0: Configured by khw at Mon Apr 10 08:46:47 MDT 2017. Summary of my perl5 (revision 5 version 26 subversion 0) configuration: @INC for perl 5.26.0: Environment for perl 5.26.0: PATH=/usr/lib/ccache:/home/khw/bin:/home/khw/perl5/perlbrew/bin:/home/khw/print/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/home/khw/iands/www:/home/khw/cxoffice/bin |
From @jkeenanOn Tue, 11 Apr 2017 16:26:21 GMT, public@khwilliamson.com wrote:
Matt H: This was your commit back in 2014. Can you take a look at this?
Karl, have you filed those tickets?
What would be the next steps for this RT? Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @khwilliamsonOn Tue, 13 Jun 2017 12:12:07 -0700, jkeenan wrote:
Just an update: Commit 7ab0d5f |
From @khwilliamsonThis was fixed by Remove zero length valgrind files at end. |
@khwilliamson - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release today of Perl 5.30.0, this and 160 other issues have been Perl 5.30.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#131135 (status was 'resolved')
Searchable as RT131135$
The text was updated successfully, but these errors were encountered: