[Lldb-commits] [lldb] r177879 - These test cases fail on the buildbot - skip on Linux for now, will figure out why
Enrico Granata
egranata at apple.com
Mon Mar 25 10:52:00 PDT 2013
Author: enrico
Date: Mon Mar 25 12:51:58 2013
New Revision: 177879
URL: http://llvm.org/viewvc/llvm-project?rev=177879&view=rev
Log:
These test cases fail on the buildbot - skip on Linux for now, will figure out why
Modified:
lldb/trunk/test/functionalities/command_script/TestCommandScript.py
lldb/trunk/test/functionalities/command_script/import/TestImport.py
Modified: lldb/trunk/test/functionalities/command_script/TestCommandScript.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/command_script/TestCommandScript.py?rev=177879&r1=177878&r2=177879&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/command_script/TestCommandScript.py (original)
+++ lldb/trunk/test/functionalities/command_script/TestCommandScript.py Mon Mar 25 12:51:58 2013
@@ -18,6 +18,7 @@ class CmdPythonTestCase(TestBase):
self.pycmd_tests ()
@dwarf_test
+ @skipOnLinux # causes buildbot failures, skip until we can investigate it
def test_with_dwarf (self):
self.buildDwarf ()
self.pycmd_tests ()
Modified: lldb/trunk/test/functionalities/command_script/import/TestImport.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/command_script/import/TestImport.py?rev=177879&r1=177878&r2=177879&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/command_script/import/TestImport.py (original)
+++ lldb/trunk/test/functionalities/command_script/import/TestImport.py Mon Mar 25 12:51:58 2013
@@ -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()
More information about the lldb-commits
mailing list