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/conditional_break/TestConditionalBreak.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/conditional_break/TestConditionalBreak.py')
| -rw-r--r-- | lldb/test/functionalities/conditional_break/TestConditionalBreak.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/conditional_break/TestConditionalBreak.py b/lldb/test/functionalities/conditional_break/TestConditionalBreak.py index 806cb436fd6..ed0a8042d7f 100644 --- a/lldb/test/functionalities/conditional_break/TestConditionalBreak.py +++ b/lldb/test/functionalities/conditional_break/TestConditionalBreak.py @@ -40,7 +40,6 @@ class ConditionalBreakTestCase(TestBase): self.simulate_conditional_break_by_user() @dwarf_test - @skipIfLinux # due to two assertion failures introduced by r174793: ProcessPOSIX.cpp:223 (assertion 'state == eStateStopped || state == eStateCrashed') and POSIXThread.cpp:254 (assertion 'bp_site') def test_with_dwarf_command(self): """Simulate a user using lldb commands to break on c() if called from a().""" self.buildDwarf() |

