Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648660 - dev-python/cliapp-1.20170823 fails tests on amd64-fbsd
Summary: dev-python/cliapp-1.20170823 fails tests on amd64-fbsd
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-24 07:36 UTC by Michał Górny
Modified: 2019-11-19 09:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,29.25 KB, text/plain)
2018-02-24 07:36 UTC, Michał Górny
Details
emerge --info (e-info.txt,5.09 KB, text/plain)
2018-02-24 07:37 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-02-24 07:36:31 UTC
Created attachment 520826 [details]
build.log

======================================================================
FAIL: test_runcmd_unchecked_runs_longer_pipeline (cliapp.runcmd_tests.RuncmdTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "cliapp/runcmd_tests.py", line 85, in test_runcmd_unchecked_runs_longer_pipeline
    (0, b'4\n', b''))
AssertionError: Tuples differ: (0, '       4\n', '') != (0, '4\n', '')

First differing element 1:
'       4\n'
'4\n'

- (0, '       4\n', '')
?      -------

+ (0, '4\n', '')

======================================================================
FAIL: test_runcmd_unchecked_runs_simple_pipeline (cliapp.runcmd_tests.RuncmdTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "cliapp/runcmd_tests.py", line 80, in test_runcmd_unchecked_runs_simple_pipeline
    (0, b'4\n', b''))
AssertionError: Tuples differ: (0, '       4\n', '') != (0, '4\n', '')

First differing element 1:
'       4\n'
'4\n'

- (0, '       4\n', '')
?      -------

+ (0, '4\n', '')

----------------------------------------------------------------------
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-02-24 07:37:07 UTC
Created attachment 520828 [details]
emerge --info
Comment 2 Matt Turner gentoo-dev 2019-07-12 05:43:04 UTC
Give cliapp-1.20180812.1 a try.