Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD: test_terminal failures #2

Open
jwilk opened this issue Dec 5, 2017 · 0 comments
Open

FreeBSD: test_terminal failures #2

jwilk opened this issue Dec 5, 2017 · 0 comments
Labels

Comments

@jwilk
Copy link
Owner

jwilk commented Dec 5, 2017

I'm getting these failures on FreeBSD 11.1:

======================================================================
ERROR: tests.test_terminal.test_ansi
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jwilk/.local/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/usr/home/jwilk/i18nspector/tests/../tests/tools.py", line 89, in wrapper
    raise IsolatedError('\n\n' + msg)
tests.tools.IsolatedError: 

Traceback (most recent call last):
  File "/usr/home/jwilk/i18nspector/tests/../tests/tools.py", line 66, in wrapper
    f(*args, **kwargs)
  File "/usr/home/jwilk/i18nspector/tests/../tests/test_terminal.py", line 78, in wrapper
    return func(*args, **kwargs)
  File "/usr/home/jwilk/i18nspector/tests/../tests/test_terminal.py", line 94, in test_ansi
    t(T.attr_fg(T.colors.black), '\x1b[30m')
  File "/usr/home/jwilk/i18nspector/tests/../tests/test_terminal.py", line 59, in assert_tseq_equal
    assert_equal(S(expected), S(s))
AssertionError: '\x1b[30m' != ''

======================================================================
ERROR: tests.test_terminal.test_vt100
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jwilk/.local/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/usr/home/jwilk/i18nspector/tests/../tests/tools.py", line 89, in wrapper
    raise IsolatedError('\n\n' + msg)
tests.tools.IsolatedError: 

Traceback (most recent call last):
  File "/usr/home/jwilk/i18nspector/tests/../tests/tools.py", line 66, in wrapper
    f(*args, **kwargs)
  File "/usr/home/jwilk/i18nspector/tests/../tests/test_terminal.py", line 78, in wrapper
    return func(*args, **kwargs)
  File "/usr/home/jwilk/i18nspector/tests/../tests/test_terminal.py", line 89, in test_vt100
    t(T.attr_reset(), '\x1b[m\x0f')
  File "/usr/home/jwilk/i18nspector/tests/../tests/test_terminal.py", line 59, in assert_tseq_equal
    assert_equal(S(expected), S(s))
AssertionError: '\x1b[m\x0f' != '\x1b[m'
@jwilk jwilk added the bug label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant