sergot / openssl

OpenSSL bindings for Perl 6
MIT License
14 stars 31 forks source link

Tests Fail on OpenBSD 6.3 #66

Open stmuk opened 6 years ago

stmuk commented 6 years ago
This is Rakudo version 2018.06-454-gfd6f512be built on MoarVM version 2018.06-428-g727767006

===> Testing: OpenSSL:ver<0.1.20>:auth<github:sergot>
# Failed test 'new 2/3'
# at t/01-basic.t line 9
# expected: '769'
#      got: '-1725869072'
# Failed test 'new 3/3'
# at t/01-basic.t line 15
# expected: '65536'
#      got: '-1725869072'
# Looks like you failed 2 tests of 9
t/01-basic.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/9 subtests
# NETWORK_TESTING was not set
t/02-socket.t .......... ok
t/03-rsa.t ............. ok
t/04-crypt.t ........... ok
t/05-digest.t .......... ok
t/06-digest-md5.t ...... ok
t/07-version.t ......... ok
Cannot locate symbol 'OPENSSL_sk_num' in native library 'libssl.so'
  in method setup at /home/steve/sandbox/rakudo/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 283
  in method CALL-ME at /home/steve/sandbox/rakudo/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 570
  in block <unit> at t/10-client-ca-file.t line 10

# Looks like you planned 7 tests, but ran 1
t/10-client-ca-file.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests# NETWORK_TESTING was not set
t/15-issue-36.t ........ ok

Test Summary Report
-------------------
t/01-basic.t         (Wstat: 512 Tests: 9 Failed: 2)
  Failed tests:  2-3
  Non-zero exit status: 2
t/10-client-ca-file.t (Wstat: 65280 Tests: 1 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 7 tests but ran 1.
Files=9, Tests=52, 95 wallclock secs ( 0.17 usr  0.09 sys + 117.43 cusr 24.57 csys = 142.26 CPU)
Result: FAIL
===> Testing [FAIL]: OpenSSL:ver<0.1.20>:auth<github:sergot>
ugexe commented 6 years ago

@voegelas

Kaiepi commented 5 years ago

Any update on this? This still happens on OpenBSD 6.5 -CURRENT

scovit commented 4 years ago

Same on MacOS. Does anybody here have any clue what is that test is exactly testing?