# - failures also on Gentoo with same number of failures ( failures are probably inconsequential )
## - failures also on Gentoo but number/type of failures is different.
sage/rings/function_field/function_field.py passed when tested individually. I need to examine the failures with Bad exit or seg fault. The sage/interfaces/sagespawn.pyx failure is rather odd
sage -t --long usr/lib/python3.7/site-packages/sage/interfaces/sagespawn.pyx
**********************************************************************
File "usr/lib/python3.7/site-packages/sage/interfaces/sagespawn.pyx", line 148, in sage.interfaces.sagespawn.SageSpawn.expect_peek
Failed example:
E.read().decode('ascii')
Expected:
u'hello world\r\n'
Got:
'orld\r\n'
**********************************************************************
File "usr/lib/python3.7/site-packages/sage/interfaces/sagespawn.pyx", line 166, in sage.interfaces.sagespawn.SageSpawn.expect_upto
Failed example:
E.read().decode('ascii')
Expected:
u'world\r\n'
Got:
'orld\r\n'
**********************************************************************
2 items had failures:
1 of 5 in sage.interfaces.sagespawn.SageSpawn.expect_peek
1 of 5 in sage.interfaces.sagespawn.SageSpawn.expect_upto
[35 tests, 2 failures, 5.29 s]
Some failures intersect with those at https://github.com/cschwan/sage-on-gentoo/issues/560.
sage/rings/function_field/function_field.py
passed when tested individually. I need to examine the failures withBad exit or seg fault
. Thesage/interfaces/sagespawn.pyx
failure is rather odd