[Lldb-commits] [lldb] r206757 - Remove decorator for now-passing test
Ed Maste
emaste at freebsd.org
Mon Apr 21 07:43:18 PDT 2014
Author: emaste
Date: Mon Apr 21 09:43:18 2014
New Revision: 206757
URL: http://llvm.org/viewvc/llvm-project?rev=206757&view=rev
Log:
Remove decorator for now-passing test
I am not sure if this is due to an LLDB change, or the fact that FreeBSD
now has Clang 3.4.
llvm.org/pr19075
Modified:
lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py
Modified: lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py?rev=206757&r1=206756&r2=206757&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py (original)
+++ lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py Mon Apr 21 09:43:18 2014
@@ -20,7 +20,6 @@ class LibcxxVBoolDataFormatterTestCase(T
self.data_formatter_commands()
@skipIfLinux # No standard locations for libc++ on Linux, so skip for now
- @expectedFailureFreeBSD('llvm.org/pr19075')
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
More information about the lldb-commits
mailing list