[Lldb-commits] [PATCH] D19998: Add a "-gmodules" category to the test suite.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue May 24 11:54:12 PDT 2016


tfiala added a comment.

F1981148: gmodules-test-support-v2.diff <http://reviews.llvm.org/F1981148>

I just uploaded a modified patch.  This patch does nothing more than fix invalid behavior in the initial patch, as it had several issues that would cause runtime errors.

With the adjusted patch, which is based against lldb r270570, I see the following failures on OS X 10.11.5 with Xcode 7.3.1, building test inferiors with the in-tree clang (with both compiler-rt and libcxx from top of tree):

  FAIL: test_NSString_expr_commands_gmodules (lang/objc/foundation/TestObjCMethods2.py)
  FAIL: test_break_gmodules (lang/objc/foundation/TestRuntimeTypes.py)
  FAIL: test_c_global_variables_gmodules (lang/c/global_variables/TestGlobalVariables.py)
  ERROR: test_top_level_expressions_gmodules (expression_command/top-level/TestTopLevelExprs.py)

As it stands right now, it looks like it will always try to run gmodules.  I'll adjust that now per previous comments.


http://reviews.llvm.org/D19998





More information about the lldb-commits mailing list