Your message dated Sat, 4 Feb 2012 13:32:24 +0100
with message-id <[email protected]>
and subject line Re: Bug#655647: urwid: FTBFS: tests fail
has caused the Debian Bug report #655647,
regarding urwid: FTBFS: tests fail
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
655647: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655647
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: urwid
Version: 1.0.1-2
Severity: serious
Justification: fails to build from source
urwid FTBFS on i386:
| ======================================================================
| FAIL: test_cursor_scrolling_region (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 233, in
test_cursor_scrolling_region
| self.expect('\n' * 9 + 'aa\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| '\n\n\n\n\n\n\n\n\naa\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12'
| Got:
| '\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n1'
|
| ======================================================================
| FAIL: test_defargs (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 199, in
test_defargs
| self.expect('aaa ddd eee\n ccc fff bbb')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| 'aaa ddd eee\n ccc fff bbb'
| Got:
| 'XXX'
|
| ======================================================================
| FAIL: test_deletelines (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 145, in
test_deletelines
| self.expect('1\n4')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| '1\n4'
| Got:
| '1'
|
| ======================================================================
| FAIL: test_insertlines (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 141, in
test_insertlines
| self.expect('first\nsecond\n\n\n\n\n\n\n\n\nlast')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| 'first\nsecond\n\n\n\n\n\n\n\n\nlast'
| Got:
| 'first\n\n\n\n\n\n\n\n\n\nlast'
|
| ======================================================================
| FAIL: test_linefeed (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 129, in
test_linefeed
| self.expect('hello\nworld')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| 'hello\nworld'
| Got:
| 'hello'
|
| ======================================================================
| FAIL: test_nullargs (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 203, in
test_nullargs
| self.expect('aaa ddd eee\n ccc fff bbb')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| 'aaa ddd eee\n ccc fff bbb'
| Got:
| 'XXX'
|
| ======================================================================
| FAIL: test_scrolling_region_reverse (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 221, in
test_scrolling_region_reverse
| self.expect('\n\nbbb\nXXX\n\naaa')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| '\n\nbbb\nXXX\n\naaa'
| Got:
| '\n\nbbb\n\n\naaa'
|
| ======================================================================
| FAIL: test_scrolling_region_simple (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 217, in
test_scrolling_region_simple
| self.expect('aa' + '\n' * 9 + '2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| 'aa\n\n\n\n\n\n\n\n\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12'
| Got:
| '\n\n\n\n\n\n\n\n\n1'
|
| ======================================================================
| FAIL: test_wrap_backspace_tab (urwid.vterm_test.TermTest)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 255, in
test_wrap_backspace_tab
| self.expect(' ' * (self.term.width - 1) + 'a')
| File "/build/urwid-LNlcpl/urwid-1.0.1/urwid/vterm_test.py", line 121, in
expect
| self.assertEqual(got, what, desc)
| AssertionError: Expected:
| '
a'
| Got:
| '
t'
|
| ----------------------------------------------------------------------
| Ran 249 tests in 1.374s
|
| FAILED (failures=9)
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
* Sebastian Ramacher <[email protected]>, 2012-02-04, 13:23:
urwid FTBFS on i386:
[snip]
| FAILED (failures=9)
I just tried to reproduce it and failed to do so on both i386 and
amd64. Are you still able to reproduce it?
No, not anymore. Closing.
--
Jakub Wilk
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team