[Lldb-commits] [lldb] r187072 - tests: Mark expected FreeBSD failures due to pr16697

Ed Maste emaste at freebsd.org
Wed Jul 24 13:30:34 PDT 2013


Author: emaste
Date: Wed Jul 24 15:30:34 2013
New Revision: 187072

URL: http://llvm.org/viewvc/llvm-project?rev=187072&view=rev
Log:
tests: Mark expected FreeBSD failures due to pr16697

These fail due to:
error: Expression can't be run, because there is no JIT compiled function

Modified:
    lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py
    lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.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=187072&r1=187071&r2=187072&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStdStringFunction.py Wed Jul 24 15:30:34 2013
@@ -26,6 +26,7 @@ class ExprCommandCallFunctionTestCase(Te
         self.call_function()
 
     @dwarf_test
+    @expectedFailureFreeBSD # llvm.org/pr16697
     @expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2
     def test_with_dwarf(self):
         """Test calling std::String member function."""

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=187072&r1=187071&r2=187072&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py (original)
+++ lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py Wed Jul 24 15:30:34 2013
@@ -20,6 +20,7 @@ class Radar9673644TestCase(TestBase):
         self.line = line_number(self.main_source, '// Set breakpoint here.')
 
     # rdar://problem/9673664
+    @expectedFailureFreeBSD # llvm.org/pr16697
     @skipIfLinux # llvm.org/pr14805: expressions that require memory allocation evaluate incorrectly on Linux
     def test_expr_commands(self):
         """The following expression commands should just work."""

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=187072&r1=187071&r2=187072&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/strings/TestCStrings.py (original)
+++ lldb/trunk/test/lang/c/strings/TestCStrings.py Wed Jul 24 15:30:34 2013
@@ -16,6 +16,7 @@ class CStringsTestCase(TestBase):
         self.buildDsym()
         self.static_method_commands()
 
+    @expectedFailureFreeBSD # llvm.org/pr16697
     @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