[Lldb-commits] [lldb] r171547 - /lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py
Daniel Malea
daniel.malea at intel.com
Fri Jan 4 14:52:19 PST 2013
Author: dmalea
Date: Fri Jan 4 16:52:19 2013
New Revision: 171547
URL: http://llvm.org/viewvc/llvm-project?rev=171547&view=rev
Log:
Mark TestExprHelpExamples.py as expected to fail on Linux
- requires memory allocation during expression evaluation
- opened related bugzilla 14805
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=171547&r1=171546&r2=171547&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py (original)
+++ lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py Fri Jan 4 16:52:19 2013
@@ -20,6 +20,7 @@
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
def test_expr_commands(self):
"""The following expression commands should just work."""
self.buildDefault()
More information about the lldb-commits
mailing list