summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-02-15 21:27:14 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-02-15 21:27:14 +0000
commite78ecc2cc70b48907fdaea4dbadf0aecb84f2f86 (patch)
tree966cbd22628df25412d72d8fa031068e2770cc56 /lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
parent47d4ee3ed441ad282d18d0410da54561e001f520 (diff)
downloadbcm5719-llvm-e78ecc2cc70b48907fdaea4dbadf0aecb84f2f86.tar.gz
bcm5719-llvm-e78ecc2cc70b48907fdaea4dbadf0aecb84f2f86.zip
More test case cleanup (Linux and Mac):
- remove expectedFailure decorator from resolved rdar 12566646 and 10887661 - remove expectedFailure from TestBitfields testcase not actually affected by bug - skip the (non-deterministic) TestStopHookMechanism.py to avoid a noisy suite on Linux llvm-svn: 175307
Diffstat (limited to 'lldb/test/functionalities/stop-hook/TestStopHookMechanism.py')
-rw-r--r--lldb/test/functionalities/stop-hook/TestStopHookMechanism.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
index af50277f56e..eac7392b824 100644
--- a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
+++ b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
@@ -19,7 +19,7 @@ class StopHookMechanismTestCase(TestBase):
self.buildDsym()
self.stop_hook_firing()
- @expectedFailureLinux # bugzilla 15037: stop-hooks sometimes fail to fire on Linux
+ @skipOnLinux # PR-15037: stop-hooks sometimes fail to fire on Linux (disabled to avoid needless noise)
@dwarf_test
def test_with_dwarf(self):
"""Test the stop-hook mechanism."""
OpenPOWER on IntegriCloud