-
Notifications
You must be signed in to change notification settings - Fork 45
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
Test FAILures on macOS High Sierra, version 10.13.6, and Mac OS X 10.4.11, Tiger with Perl 5.34 in t/local/32_x509_get_cert_info.t and t/local/33_x509_create_cert.t #494
Comments
Hey @ballapete . . . Although not an official patch. You'll notice that there is a discrepency at the end of the failed line: For my use case, I just needed all the test to pass... so I added this line in $ext_data =~ s/::/:/g; # <----- Line 273:
is( Net::SSLeay::X509V3_EXT_print($ext), $ext_data, "X509V3_EXT_print nid=$nid\t$f:$i" ); #Line 274: I imagine there is just a funky way that the Edit: Looks like this is being addressed in this PR: https://github.com/radiator-software/p5-net-ssleay/pull/487/files |
Thank you, Jacob! I saw the different use of COLONs, but assumed syntax error – not a silly typo (or test for testers?)… I would have to check the file's context to determine the proper cure with the MacPorts package manager – either sed correcting :: or diff output for a patch. (Preparing work-arounds for other test failures with different modules.) The comment in the issue states that it depends on the module's version, which makes the cure easier: It will be for all Perl versions the same! |
For my use case, I just needed all the test to pass... so I added this line in t\local\32_x509_get_cert_info.t
$ext_data =~ s/::/:/g; # <----- Line 273:
is( Net::SSLeay::X509V3_EXT_print(
$ext), $ext_data, "X509V3_EXT_print nid=$nid\t$f:$i" ); #Line 274:
Hello Jacob!
Had my first try a few minutes ago – works without flaw. In the next hours (maybe a day) testing will happen on an old and slow Mac with PowerPC CPU and Mac OS X.
…--
Greetings
Pete
Without vi there is only GNU Emacs
|
Am 08.01.2025 um 17:26 schrieb Jacob Mellichamp ***@***.***>:
$ext_data =~ s/::/:/g; # <----- Line 273:
is( Net::SSLeay::X509V3_EXT_print($ext), $ext_data, "X509V3_EXT_print nid=$nid\t$f:$i" ); #Line 274:
PASS also on Mac OS X 10.5.8, Leopard.
…--
Greetings
Pete
If we don't succeed, we run the risk of failure.
– George W. Bush
|
Hello!
Build, install, test all happen in the MacPorts package manager:
The text was updated successfully, but these errors were encountered: