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

Tests fail on Void Linux x86_64-musl #1216

Open
Minoru opened this issue Oct 4, 2020 · 0 comments
Open

Tests fail on Void Linux x86_64-musl #1216

Minoru opened this issue Oct 4, 2020 · 0 comments
Labels
bug This issue reports a problem that ought to be fixed to check This bug has a good enough description but has to be reproduced by someone else

Comments

@Minoru
Copy link
Member

Minoru commented Oct 4, 2020

Reported by package maintainers in Void Linux.

Newsboat version (copy the output of newsboat -v or the first line of git show): 2.21

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test is a Catch v2.13.1 host application.
Run with -? for options

-------------------------------------------------------------------------------
=~ and !~ use POSIX extended regex syntax
  No support for hexadecimal escape
-------------------------------------------------------------------------------
test/matcher.cpp:709
...............................................................................

test/matcher.cpp:713: FAILED:
  REQUIRE_FALSE( m.matches(&mock) )
with expansion:
  !true

-------------------------------------------------------------------------------
=~ and !~ use POSIX extended regex syntax
  No support for \a as alert/bell control character
-------------------------------------------------------------------------------
test/matcher.cpp:719
...............................................................................

test/matcher.cpp:723: FAILED:
  REQUIRE_FALSE( m.matches(&mock) )
with expansion:
  !true

-------------------------------------------------------------------------------
=~ and !~ use POSIX extended regex syntax
  No support for \b as backspace control character
-------------------------------------------------------------------------------
test/matcher.cpp:729
...............................................................................

test/matcher.cpp:733: FAILED:
  REQUIRE_FALSE( m.matches(&mock) )
with expansion:
  !true

-------------------------------------------------------------------------------
RegexManager uses POSIX extended regex syntax
  No support for hexadecimal escape
-------------------------------------------------------------------------------
test/regexmanager.cpp:570
...............................................................................

test/regexmanager.cpp:575: FAILED:
  REQUIRE( input == "value" )
with expansion:
  "<0>value</>" == "value"

-------------------------------------------------------------------------------
RegexManager uses POSIX extended regex syntax
  No support for \a as alert/bell control character
-------------------------------------------------------------------------------
test/regexmanager.cpp:578
...............................................................................

test/regexmanager.cpp:583: FAILED:
  REQUIRE( input == "\x07" )
with expansion:
  "<0>�</>" == "�"

-------------------------------------------------------------------------------
W3CDTF parser returns empty string on invalid input
-------------------------------------------------------------------------------
test/rsspp_rssparser.cpp:52
...............................................................................

test/rsspp_rssparser.cpp:56: FAILED:
  REQUIRE( rsspp::RssParser::w3cdtf_to_rfc822("-3") == "" )
with expansion:
  "Wed, 01 Jan -003 00:00:00 +0000" == ""

hello
===============================================================================
test cases:   495 |   492 passed | 3 failed
assertions: 22478 | 22472 passed | 6 failed
@Minoru Minoru added bug This issue reports a problem that ought to be fixed to check This bug has a good enough description but has to be reproduced by someone else labels Oct 4, 2020
Piraty pushed a commit to void-linux/void-packages that referenced this issue Oct 5, 2020
Tests fail on musl, see: newsboat/newsboat#1216

Closes: #24742 [via git-merge-pr]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports a problem that ought to be fixed to check This bug has a good enough description but has to be reproduced by someone else
Projects
None yet
Development

No branches or pull requests

1 participant