summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2016-04-05 21:49:41 +0000
committerAdrian McCarthy <amccarth@google.com>2016-04-05 21:49:41 +0000
commitc8b1be0c71138fe43645112a17ae17330fb7fbf9 (patch)
treeb4c85a0cece17a0a0278e38c6376de2e05de83df /lldb/packages/Python/lldbsuite/test
parent0195826998b1c1bfcc121a40d09e59dbbd46bc3f (diff)
downloadbcm5719-llvm-c8b1be0c71138fe43645112a17ae17330fb7fbf9.tar.gz
bcm5719-llvm-c8b1be0c71138fe43645112a17ae17330fb7fbf9.zip
Revert "XFail TestImport.py on Windows because Python 3 import rules don't work that way."
This reverts commit e5f0ba4fcf977ad6baaaca700d3646675cdac19b. llvm-svn: 265476
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py1
1 files changed, 0 insertions, 1 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 78af14b4de0..01c3f35bf30 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,7 +16,6 @@ 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