leif wrote:
Volker Braun wrote:
Is it just me? I get UnicodeWarning printed during doctests on many
files. Apparently they don't cause test failures, though they might mask
failing doctests since the comparison in question is always false:

I thought this was a known (but also harmless) issue;  I get four of
these (all identical) when test[long]ing Sage 5.9.beta0.

P.S.:

devel/sage/sage/tests/french_book/polynomes.py
devel/sagenb-main/sagenb/misc/misc.py
devel/sagenb-main/sagenb/notebook/worksheet.py
devel/sagenb-main/sagenb/notebook/cell.py


-leif

[vbraun@localhost hg]$ sage -t sage/tests/french_book/polynomes.py
Running doctests with ID 2013-03-26-13-06-20-1ebc47c6.
Doctesting 1 file.
sage -t sage/tests/french_book/polynomes.py
/home/vbraun/opt/sage-5.9.beta1/local/lib/python2.7/site-packages/Cython/Build/Dependencies.py:229:

UnicodeWarning: Unicode equal comparison failed to convert both
arguments to Unicode - interpreting them as being unequal
   if code[q-1] == u'\\':
     [107 tests, 1.1 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 1.2 seconds
     cpu time: 1.1 seconds
     cumulative wall time: 1.1 seconds


--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to