Skip to content

Instantly share code, notes, and snippets.

@akx
Created December 18, 2018 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akx/ce7c0763a6c489fb7749039b9a18909a to your computer and use it in GitHub Desktop.
Save akx/ce7c0763a6c489fb7749039b9a18909a to your computer and use it in GitHub Desktop.
opustags macos test result
/Users/akx/build/opustags/t/opustags.t ...... 1/34 utf8 "\xEF" does not map to Unicode at /Users/akx/build/opustags/t/opustags.t line 34, <GEN138> chunk 1.
# Failed test 'set all in ISO-8859-1'
# at /Users/akx/build/opustags/t/opustags.t line 220.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'T=���
# '
utf8 "\xF9" does not map to Unicode at /Users/akx/build/opustags/t/opustags.t line 34, <GEN144> chunk 1.
# Failed test 'write tags in ISO-8859-1'
# at /Users/akx/build/opustags/t/opustags.t line 226.
Wide character in print at /System/Library/Perl/5.18/Test/Builder.pm line 1759.
# Structures begin differing at:
# $got->[1] = 'error: Could not encode argument into UTF-8: Could not convert string 'I=��': Invalid argument
# '
# $expected->[1] = ''
/Users/akx/build/opustags/t/opustags.t ...... 33/34
# Failed test 'read tags in ISO-8859-1'
# at /Users/akx/build/opustags/t/opustags.t line 228.
# Structures begin differing at:
# $got->[0] = 'encoder=Lavc58.18.100 libopus
# TITLE=七面鳥
# ARTIST=éàç
# '
# $expected->[0] = 'encoder=Lavc58.18.100 libopus
# TITLE=???
# ARTIST=���
# I=��
# '
# Failed test 'read tags in UTF-8'
# at /Users/akx/build/opustags/t/opustags.t line 239.
Wide character in print at /System/Library/Perl/5.18/Test/Builder.pm line 1759.
# Structures begin differing at:
# $got->[0] = 'encoder=Lavc58.18.100 libopus
# TITLE=七面鳥
# ARTIST=éàç
# '
# $expected->[0] = 'encoder=Lavc58.18.100 libopus
# TITLE=七面鳥
# ARTIST=éàç
# I=ùÎ
# '
# Looks like you failed 4 tests of 34.
/Users/akx/build/opustags/t/opustags.t ...... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/34 subtests
/Users/akx/build/opustags/build/t/cli.t ..... No subtests run
/Users/akx/build/opustags/build/t/ogg.t ..... ok
/Users/akx/build/opustags/build/t/opus.t .... ok
/Users/akx/build/opustags/build/t/system.t .. 1/2 # lossy conversion from UTF-8 should have worked
/Users/akx/build/opustags/build/t/system.t .. Failed 1/2 subtests
Test Summary Report
-------------------
/Users/akx/build/opustags/t/opustags.t (Wstat: 1024 Tests: 34 Failed: 4)
Failed tests: 31-34
Non-zero exit status: 4
/Users/akx/build/opustags/build/t/cli.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
/Users/akx/build/opustags/build/t/system.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=5, Tests=44, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.16 cusr 0.17 csys = 0.39 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment