-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround cperl not storing main:: prefixes in %DBsub keys. add it manually for perl5 compat. add . to @inc in core to be able to expand the test filenames. use alloca() for the first time in cperl (cperl only though) silence hashiter warning since v5.29.1c: "Attempt to change hash while iterating over it" in SubInfo while (each %$cb) { delete $cb->{$line} } skipped tests with cperl5.28: t/42-global.t (Wstat: 8192 Tests: 289 Failed: 32) t/70-subname.t (Wstat: 4096 Tests: 57 Failed: 16) t/test40pmc.t (Wstat: 4096 Tests: 113 Failed: 16) t/test50-disable.t (Wstat: 7168 Tests: 113 Failed: 28) t/test51-enable.t (Wstat: 19456 Tests: 161 Failed: 76) t/test60-subname.t (Wstat: 7168 Tests: 65 Failed: 28) t/test62-subcaller1.t (Wstat: 7168 Tests: 65 Failed: 28)
- Loading branch information
Showing
14 changed files
with
164 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.