XFail TestImport.py on Windows because Python 3 import rules don't work that way.

llvm-svn: 265461
This commit is contained in:
Adrian McCarthy 2016-04-05 20:49:09 +00:00
parent c4db2ad5b8
commit 9def2afd5c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class ImportTestCase(TestBase):
@add_test_categories(['pyapi'])
@no_debug_info_test
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr27227: Python 3 import rules are different")
def test_import_command(self):
"""Import some Python scripts by path and test them"""
self.run_test()