[Lldb-commits] [PATCH] D16936: Remove expectedFailureWindows decorator

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 7 21:16:44 PST 2016


tfiala added a comment.

I'm seeing 8 errors after applying this diff:

  ERROR: test_expr_stripped_dwarf (lang/objc/hidden-ivars/TestHiddenIvars.py)
  ERROR: test_frame_variable_stripped_dwarf (lang/objc/hidden-ivars/TestHiddenIvars.py)
  ERROR: test_with_python_api_dsym (lang/cpp/class_static/TestStaticVariables.py)
  ERROR: test_with_python_api_dwarf (lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py)
  ERROR: test_with_python_api_dwarf (lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py)
  ERROR: test_with_python_api_dwarf (lang/cpp/class_static/TestStaticVariables.py)
  ERROR: test_with_run_command_dsym (lang/cpp/scope/TestCppScope.py)
  ERROR: test_with_run_command_dwarf (lang/cpp/scope/TestCppScope.py)

I'll have a peek and see what they say.


http://reviews.llvm.org/D16936





More information about the lldb-commits mailing list