From 9def2afd5c0c18e3f8e45c5d3463efb603da47fd Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Tue, 5 Apr 2016 20:49:09 +0000 Subject: [PATCH] XFail TestImport.py on Windows because Python 3 import rules don't work that way. llvm-svn: 265461 --- .../test/functionalities/command_script/import/TestImport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py index 01c3f35bf300..78af14b4de0f 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py @@ -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()