-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Copying the same .appveyor.yml from PiDelport/backports.test.support#5 exposes lots of Windows failures.
e.g. py27 https://ci.appveyor.com/project/jayvdb/backports-os/build/job/6kr6vh0cirw1kos5
======================================================================
FAIL: test_identity (test_os.FSEncodingTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\backports-os\tests\test_os.py", line 35, in test_identity
self.assertEqual(os.fsdecode(bytesfn), fn)
AssertionError: u'unicodeL' != u'unicode\u0141'
- unicodeL
? ^
+ unicode\u0141
? ^
And extras test_text_roundtrip
, test_encode_surrogates
& test_decode_surrogates
On Python 3.6 test_decode_binary
and test_encode_text
fail.
Metadata
Metadata
Assignees
Labels
No labels