From c8b1be0c71138fe43645112a17ae17330fb7fbf9 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Tue, 5 Apr 2016 21:49:41 +0000 Subject: Revert "XFail TestImport.py on Windows because Python 3 import rules don't work that way." This reverts commit e5f0ba4fcf977ad6baaaca700d3646675cdac19b. llvm-svn: 265476 --- .../lldbsuite/test/functionalities/command_script/import/TestImport.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python') 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() -- cgit v1.2.3