[Lldb-commits] [lldb] r265476 - Revert "XFail TestImport.py on Windows because Python 3 import rules don't work that way."

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 5 14:49:42 PDT 2016


Author: amccarth
Date: Tue Apr  5 16:49:41 2016
New Revision: 265476

URL: http://llvm.org/viewvc/llvm-project?rev=265476&view=rev
Log:
Revert "XFail TestImport.py on Windows because Python 3 import rules don't work that way."

This reverts commit e5f0ba4fcf977ad6baaaca700d3646675cdac19b.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py?rev=265476&r1=265475&r2=265476&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script/import/TestImport.py Tue Apr  5 16:49:41 2016
@@ -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()




More information about the lldb-commits mailing list