]> granicus.if.org Git - clang/commit
[bindings] Fix most Python binding unittests on Windows
authorJonathan Coe <jbcoe@me.com>
Thu, 21 Jun 2018 20:07:03 +0000 (20:07 +0000)
committerJonathan Coe <jbcoe@me.com>
Thu, 21 Jun 2018 20:07:03 +0000 (20:07 +0000)
commitbd45a59072ca7d5b4b03e13919d3ac1f294fd361
treed2d296fd8f47e261da2ea862597c10df2a704e16
parent878659b4b1a0215d2ce51b68be22f0cb02389a50
[bindings] Fix most Python binding unittests on Windows

Summary:
This fixes all but one of the test cases for Windows. TestCDB will
take more work to debug, as CompilationDatabase seems not to work correctly.

Reviewers: bkramer, wanders, jbcoe

Reviewed By: bkramer, jbcoe

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D47864

Patch written by ethanhs (Ethan)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335282 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/tests/cindex/test_cdb.py
bindings/python/tests/cindex/test_cursor.py
bindings/python/tests/cindex/test_translation_unit.py