Skip to content

Failures on Windows #13

@jayvdb

Description

@jayvdb

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions