[Lldb-commits] [lldb] r168727 - in /lldb/trunk/test: expression_command/call-function/TestCallStdStringFunction.py expression_command/formatters/TestFormatters.py lang/c/stepping/TestStepAndBreakpoints.py lang/c/strings/TestCStrings.py
Daniel Malea
daniel.malea at intel.com
Tue Nov 27 13:33:42 PST 2012
Author: dmalea
Date: Tue Nov 27 15:33:41 2012
New Revision: 168727
URL: http://llvm.org/viewvc/llvm-project?rev=168727&view=rev
Log:
Mark expected failures on Linux (due to bugzilla #14437)
Modified:
lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
lldb/trunk/test/expression_command/formatters/TestFormatters.py
lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py
lldb/trunk/test/lang/c/strings/TestCStrings.py
Modified: lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py?rev=168727&r1=168726&r2=168727&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py Tue Nov 27 15:33:41 2012
@@ -25,6 +25,7 @@
self.buildDsym()
self.call_function()
+ @expectedFailureLinux # bugzilla 14437
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""
Modified: lldb/trunk/test/expression_command/formatters/TestFormatters.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/formatters/TestFormatters.py?rev=168727&r1=168726&r2=168727&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/formatters/TestFormatters.py (original)
+++ lldb/trunk/test/expression_command/formatters/TestFormatters.py Tue Nov 27 15:33:41 2012
@@ -25,6 +25,7 @@
self.buildDsym()
self.do_my_test()
+ @expectedFailureLinux # bugzilla 14437
@dwarf_test
def test_with_dwarf(self):
"""Test expr + formatters for good interoperability."""
Modified: lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py?rev=168727&r1=168726&r2=168727&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py (original)
+++ lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py Tue Nov 27 15:33:41 2012
@@ -18,6 +18,7 @@
self.buildDsym()
self.step_over_stepping()
+ @expectedFailureLinux # bugzilla 14437
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):
Modified: lldb/trunk/test/lang/c/strings/TestCStrings.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/strings/TestCStrings.py?rev=168727&r1=168726&r2=168727&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/strings/TestCStrings.py (original)
+++ lldb/trunk/test/lang/c/strings/TestCStrings.py Tue Nov 27 15:33:41 2012
@@ -16,6 +16,7 @@
self.buildDsym()
self.static_method_commands()
+ @expectedFailureLinux # bugzilla 14437
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Tests that C strings work as expected in expressions"""
More information about the lldb-commits
mailing list