[Lldb-commits] [lldb] r176048 - Skip test that fails intermittently with Clang/GCC on Linux
Daniel Malea
daniel.malea at intel.com
Mon Feb 25 12:54:19 PST 2013
Author: dmalea
Date: Mon Feb 25 14:54:19 2013
New Revision: 176048
URL: http://llvm.org/viewvc/llvm-project?rev=176048&view=rev
Log:
Skip test that fails intermittently with Clang/GCC on Linux
- was causing buildbot failures due to unexpected pass
Modified:
lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py
Modified: lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py?rev=176048&r1=176047&r2=176048&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py (original)
+++ lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py Mon Feb 25 14:54:19 2013
@@ -20,7 +20,7 @@ class Radar9673644TestCase(TestBase):
self.line = line_number(self.main_source, '// Set breakpoint here.')
# rdar://problem/9673664
- @expectedFailureLinux # bugzilla 14805 -- expressions that require memory allocation evaluate incorrectly on Linux
+ @skipOnLinux # PR-14805: expressions that require memory allocation evaluate incorrectly on Linux
def test_expr_commands(self):
"""The following expression commands should just work."""
self.buildDefault()
More information about the lldb-commits
mailing list