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

Is it possible to execute Test::More with B::C? #436

Open
EvanCarroll opened this issue Feb 17, 2021 · 1 comment
Open

Is it possible to execute Test::More with B::C? #436

EvanCarroll opened this issue Feb 17, 2021 · 1 comment

Comments

@EvanCarroll
Copy link

I'm trying to run the testing suite for a module found on cpan, such as Syntax::Keyword::Try. It would be nice if this was possible but i'm getting failure with anything that uses Test::More.

https://stackoverflow.com/questions/66231953/how-can-i-test-if-a-module-is-compatible-with-the-perl-compiler-perlcc

@rurban
Copy link
Owner

rurban commented Feb 17, 2021

Yes, we ran the full core testsuite and most used modules with B::C. See https://github.com/perl11/p5-coretests for the infrastructure, which is also included within the compiler (t/CORE).

How recent perl's broke it, and they were unwilling to fix their regressions.

Since almost every module uses Test::More and most modules compile and run fine, see log.modules*, sure. yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants