The tests in lang/cpp/unicode-literals/TestUnicodeLiterals.py are marked with @unittest2.expectedFailure("rdar://18684408").
These tests are passing on FreeBSD: UNEXPECTED SUCCESS: test_and_run_command_dwarf (lang/c/const_variables/TestConstVariables.py) UNEXPECTED SUCCESS: test_expr1_dwarf (lang/cpp/unicode-literals/TestUnicodeLiterals.py) UNEXPECTED SUCCESS: test_expr2_dwarf (lang/cpp/unicode-literals/TestUnicodeLiterals.py) UNEXPECTED SUCCESS: test_expr3_dwarf (lang/cpp/unicode-literals/TestUnicodeLiterals.py) The example in the test case works as expected: (lldb) expr L"Hello" (const wchar_t [6]) $0 = L"Hello" Are these passing on Linux as well? _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev