[Lldb-commits] [lldb] r202507 - Change TestStopHookMechanism to @expectedFailureLinux.
Todd Fiala
tfiala at google.com
Fri Feb 28 07:47:49 PST 2014
Author: tfiala
Date: Fri Feb 28 09:47:48 2014
New Revision: 202507
URL: http://llvm.org/viewvc/llvm-project?rev=202507&view=rev
Log:
Change TestStopHookMechanism to @expectedFailureLinux.
Similar to my previous check-in related to:
http://llvm.org/bugs/show_bug.cgi?id=15037
10 out of 10 runs of this failed. Mark it XFAIL.
Modified:
lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
Modified: lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py?rev=202507&r1=202506&r2=202507&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py (original)
+++ lldb/trunk/test/functionalities/stop-hook/TestStopHookMechanism.py Fri Feb 28 09:47:48 2014
@@ -20,7 +20,7 @@ class StopHookMechanismTestCase(TestBase
self.stop_hook_firing()
@skipIfFreeBSD # llvm.org/pr15037
- @skipIfLinux # llvm.org/pr15037: stop-hooks sometimes fail to fire on Linux (disabled to avoid needless noise)
+ @expectedFailureLinux('llvm.org/pr15037') # stop-hooks sometimes fail to fire on Linux
@dwarf_test
def test_with_dwarf(self):
"""Test the stop-hook mechanism."""
More information about the lldb-commits
mailing list