Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760944 - >=dev-libs/libfilezilla-0.25.0 - fails tring_test::test_conversion2 test
Summary: >=dev-libs/libfilezilla-0.25.0 - fails tring_test::test_conversion2 test
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL: https://trac.filezilla-project.org/ti...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-12-21 01:06 UTC by ernsteiswuerfel
Modified: 2022-03-31 20:40 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (libfilezilla-0.25.0:20201221-005958.log,71.82 KB, text/plain)
2020-12-21 01:06 UTC, ernsteiswuerfel
Details
test-suite.log (test-suite.log,514 bytes, text/plain)
2020-12-21 01:07 UTC, ernsteiswuerfel
Details
emerge --info (file_760944.txt,5.79 KB, text/plain)
2020-12-21 01:07 UTC, ernsteiswuerfel
Details
test-suite.log (ppc64) (test-suite.log,515 bytes, text/plain)
2021-04-14 20:25 UTC, ernsteiswuerfel
Details
test-suite.log (ppc64, 0.27.1) (libfilezilla-0.27.1:20210414-201521.log,73.56 KB, text/plain)
2021-04-14 20:26 UTC, ernsteiswuerfel
Details
emerge --info (file_760944.txt,5.79 KB, text/plain)
2021-04-14 20:27 UTC, ernsteiswuerfel
Details
build.log (ppc64, 0.36.0) (libfilezilla-0.36.0:20220326-201019.log,72.79 KB, text/plain)
2022-03-26 20:18 UTC, ernsteiswuerfel
Details
test-suite.log (ppc64, 0.36.0) (test-suite.log,521 bytes, text/plain)
2022-03-26 20:22 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2020-12-21 01:06:48 UTC
Created attachment 679029 [details]
build.log

===============================================
   libfilezilla 0.25.0: tests/test-suite.log
===============================================

# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test
==========

...................F............


!!!FAILURES!!!
Test Results:
Run:  31   Failures: 1   Errors: 0


1) test: string_test::test_conversion2 (F) line: 64 string.cpp
assertion failed
- Expression: s.size() >= w.size()


FAIL test (exit status: 1)
Comment 1 ernsteiswuerfel archtester 2020-12-21 01:07:07 UTC
Created attachment 679032 [details]
test-suite.log
Comment 2 ernsteiswuerfel archtester 2020-12-21 01:07:30 UTC
Created attachment 679035 [details]
emerge --info
Comment 3 ernsteiswuerfel archtester 2021-04-14 20:25:50 UTC
Created attachment 699894 [details]
test-suite.log (ppc64)

===============================================
   libfilezilla 0.27.1: tests/test-suite.log
===============================================

# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test
==========

...................F.............


!!!FAILURES!!!
Test Results:
Run:  32   Failures: 1   Errors: 0


1) test: string_test::test_conversion2 (F) line: 66 string.cpp
assertion failed
- Expression: s.size() >= w.size()


FAIL test (exit status: 1)
Comment 4 ernsteiswuerfel archtester 2021-04-14 20:26:30 UTC
Created attachment 699897 [details]
test-suite.log (ppc64, 0.27.1)
Comment 5 ernsteiswuerfel archtester 2021-04-14 20:27:01 UTC
Created attachment 699900 [details]
emerge --info
Comment 6 ernsteiswuerfel archtester 2021-04-14 21:26:01 UTC
Took it upstream.
Comment 7 ernsteiswuerfel archtester 2022-03-26 20:18:20 UTC
Created attachment 767914 [details]
build.log (ppc64, 0.36.0)
Comment 8 ernsteiswuerfel archtester 2022-03-26 20:22:34 UTC
Created attachment 767915 [details]
test-suite.log (ppc64, 0.36.0)
Comment 9 ernsteiswuerfel archtester 2022-03-31 20:40:46 UTC
Upstream says: "The locale, or more specifically its character set, must be able to handle the letter "ΓΆ" for the test to succeed.

Suitable locales:
    any UTF-8 locale, e.g. C.UTF-8, en_US.utf8
    any locale using one of ISO 8859-1/2/3/4/9/10/13/14/15/16, e.g. de_DE"

Don't know whether this has any consequences for the Gentoo ebuild. But as the test passes as long as any UTF-8 locale is selected this is probably 'not a bug'.