diff options
author | Enrico Granata <egranata@apple.com> | 2013-03-25 17:51:58 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2013-03-25 17:51:58 +0000 |
commit | 005013c115a42378b6869f23734d14d45129a99b (patch) | |
tree | 18696f535653ab3bd4acdef24c018bc2b34fae3f /lldb/test/functionalities/command_script/import | |
parent | 026a7cdb2e87347eb3502b3754bd6ce9298d56ad (diff) | |
download | bcm5719-llvm-005013c115a42378b6869f23734d14d45129a99b.tar.gz bcm5719-llvm-005013c115a42378b6869f23734d14d45129a99b.zip |
These test cases fail on the buildbot - skip on Linux for now, will figure out why
llvm-svn: 177879
Diffstat (limited to 'lldb/test/functionalities/command_script/import')
-rw-r--r-- | lldb/test/functionalities/command_script/import/TestImport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/command_script/import/TestImport.py b/lldb/test/functionalities/command_script/import/TestImport.py index 1acdfed6941..d97011fb275 100644 --- a/lldb/test/functionalities/command_script/import/TestImport.py +++ b/lldb/test/functionalities/command_script/import/TestImport.py @@ -10,6 +10,7 @@ class ImportTestCase(TestBase): mydir = os.path.join("functionalities", "command_script", "import") @python_api_test + @skipOnLinux # 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() |