Opened 4 years ago

Last modified 3 years ago

#12424 closed Bug report

libfilezilla 0.27.1 - fails tring_test::test_conversion2 test (ppc64, Big Endian) — at Version 1

Reported by: ernsteiswuerfel Owned by:
Priority: normal Component: libfilezilla
Keywords: Cc:
Component version: 0.36.0 Operating system type: Linux
Operating system version: Gentoo Linux 2.7

Description (last modified by ernsteiswuerfel)

This is downstream Gentoo bug 760944 (https://bugs.gentoo.org/760944).

string_test::test_conversion2 fails at least since libfilezilla 0.25.0 so I thought it would be a good idea to take this issue upstream.

===============================================

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)

===============================================

libfilezilla 0.36.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: 38 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)

Change History (2)

comment:1 by ernsteiswuerfel, 3 years ago

Component version: 0.27.10.36.0
Description: modified (diff)

by ernsteiswuerfel, 3 years ago

Attachment: test-suite.log added
Note: See TracTickets for help on using tickets.