diff options
author | Matt Kopec <Matt.Kopec@intel.com> | 2013-09-06 22:33:49 +0000 |
---|---|---|
committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-09-06 22:33:49 +0000 |
commit | 76d8abd1731c782e8583ffae4bb9de810bc16b9a (patch) | |
tree | 315e8ce5c528ae99aed66122e3a72475014a3cbc /lldb/test/functionalities/command_script/import/TestImport.py | |
parent | a93f1028a07a9c916e7fa58c6f0ebbd6aba34cd4 (diff) | |
download | bcm5719-llvm-76d8abd1731c782e8583ffae4bb9de810bc16b9a.tar.gz bcm5719-llvm-76d8abd1731c782e8583ffae4bb9de810bc16b9a.zip |
Re-enable some locally passing tests on Linux and see how they behave on the buildbots.
llvm-svn: 190214
Diffstat (limited to 'lldb/test/functionalities/command_script/import/TestImport.py')
-rw-r--r-- | lldb/test/functionalities/command_script/import/TestImport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_script/import/TestImport.py b/lldb/test/functionalities/command_script/import/TestImport.py index 2f0121bd73d..07b0b07d82d 100644 --- a/lldb/test/functionalities/command_script/import/TestImport.py +++ b/lldb/test/functionalities/command_script/import/TestImport.py @@ -10,7 +10,6 @@ class ImportTestCase(TestBase): mydir = os.path.join("functionalities", "command_script", "import") @python_api_test - @skipIfLinux # causes buildbot failures, skip until we can investigate it def test_import_command(self): """Import some Python scripts by path and test them""" self.run_test() |