[Lldb-commits] [PATCH] D65666: Temporarily disable libc++ std::function formatter due to performance issue

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 2 10:58:01 PDT 2019


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/function/TestLibCxxFunction.py:26
 
+    @skipIf
     @add_test_categories(["libc++"])
----------------
I didn't know that worked! Please also add a comment that explains *why* this test is skipped.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65666/new/

https://reviews.llvm.org/D65666





More information about the lldb-commits mailing list