Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520702 - dev-libs/librevenge-* - test::RVNGBinaryDataTest::testBase64 fails
Summary: dev-libs/librevenge-* - test::RVNGBinaryDataTest::testBase64 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2014-08-23 14:17 UTC by Jeroen Roovers (RETIRED)
Modified: 2014-12-27 16:11 UTC (History)
1 user (show)

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


Attachments
dev-libs:librevenge-0.0.1:20140823-140043.log (dev-libs:librevenge-0.0.1:20140823-140043.log,83.18 KB, text/plain)
2014-08-23 14:17 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2014-08-23 14:17:44 UTC
Created attachment 383454 [details]
dev-libs:librevenge-0.0.1:20140823-140043.log

test-suite.log:

===============================================
   librevenge 0.0.1: src/test/test-suite.log
===============================================

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

.. contents:: :depth: 2

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

test::RVNGBinaryDataTest::testConstruction : OK
test::RVNGBinaryDataTest::testAppend : OK
test::RVNGBinaryDataTest::testClear : OK
test::RVNGBinaryDataTest::testBase64 : error
test::RVNGBinaryDataTest::testStream : OK
test::RVNGDirectoryStreamTest::testConstruction : OK
test::RVNGDirectoryStreamTest::testDetection : OK
test::RVNGDirectoryStreamTest::testDataOperations : OK
test::RVNGDirectoryStreamTest::testStructuredOperations : OK
test::RVNGStreamTest::testFileStream : OK
test::RVNGStreamTest::testStringStream : OK
test::RVNGStringTest::testConstruction : OK
test::RVNGStringTest::testAppend : OK
test::RVNGStringTest::testAppendEscapedXML : OK
test::RVNGStringTest::testClear : OK
##Failure Location unknown## : Error
Test name: test::RVNGBinaryDataTest::testBase64
uncaught exception of type boost::archive::iterators::dataflow_exception
- attempt to decode a value not in base64 char set

Failures !!!
Run: 15   Failure total: 1   Failures: 0   Errors: 1

-9999 has the same test failure.
Comment 1 Andreas Sturmlechner gentoo-dev 2014-12-24 21:28:50 UTC
I just let it run through librevenge-0.0.2 which looks positive:

============================================================================
Testsuite summary for librevenge 0.0.2
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0


Version bump is an easy rename 0.0.1->0.0.2 btw.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2014-12-27 16:11:34 UTC
Bumped and thereby fixed. 


(In reply to Andreas Sturmlechner from comment #1)
> I just let it run through librevenge-0.0.2 which looks positive:
> 
> ============================================================================
> Testsuite summary for librevenge 0.0.2
> ============================================================================
> # TOTAL: 1
> # PASS:  1
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  0
> # XPASS: 0
> # ERROR: 0
> 
> 
> Version bump is an easy rename 0.0.1->0.0.2 btw.