Summary: | dev-python/cliapp-1.20170823 fails tests on amd64-fbsd | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | esigra |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info |
Created attachment 520828 [details]
emerge --info
Give cliapp-1.20180812.1 a try. |
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', '') ----------------------------------------------------------------------