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/TestCommandScript.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/TestCommandScript.py')
-rw-r--r-- | lldb/test/functionalities/command_script/TestCommandScript.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_script/TestCommandScript.py b/lldb/test/functionalities/command_script/TestCommandScript.py index db29c6da3cf..bbc9e783565 100644 --- a/lldb/test/functionalities/command_script/TestCommandScript.py +++ b/lldb/test/functionalities/command_script/TestCommandScript.py @@ -18,7 +18,6 @@ class CmdPythonTestCase(TestBase): self.pycmd_tests () @dwarf_test - @skipIfLinux # causes buildbot failures, skip until we can investigate it def test_with_dwarf (self): self.buildDwarf () self.pycmd_tests () |