summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_script
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-04-05 20:49:09 +0000
committerAdrian McCarthy <amccarth@google.com>2016-04-05 20:49:09 +0000
commit9def2afd5c0c18e3f8e45c5d3463efb603da47fd (patch)
treec44c609178a2014d11c034dc51c79a5fd9887130 /lldb/packages/Python/lldbsuite/test/functionalities/command_script
parentc4db2ad5b87de895e74c86536ddd6b754ad48afe (diff)
downloadbcm5719-llvm-9def2afd5c0c18e3f8e45c5d3463efb603da47fd.tar.gz
bcm5719-llvm-9def2afd5c0c18e3f8e45c5d3463efb603da47fd.zip
XFail TestImport.py on Windows because Python 3 import rules don't work that way.
llvm-svn: 265461
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py1
1 files changed, 1 insertions, 0 deletions
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 01c3f35bf30..78af14b4de0 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()
OpenPOWER on IntegriCloud