[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
disable test on older compilers
Fix a48501150b9ef64fd61d24f8cef2645237facc44Issue in https://lab.llvm.org/buildbot/#/builders/96/builds/14682.Making the test deterministic.
Make some libstd++ formatters saferWe need to add checks that ensure that some core variables are valid, sothat we avoid printing out garbage data. The worst that could happen isthat an non-initi
Make some libstd++ formatters saferWe need to add checks that ensure that some core variables are valid, sothat we avoid printing out garbage data. The worst that could happen isthat an non-initialized variable is being printed as something with123123432 children instead of 0.Differential Revision: https://reviews.llvm.org/D114458
[formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibsThis diff adds a data formatter for libstdcpp's multimap. Besides, it improves and unifies the tests for mul
[formatters] Add a libstdcpp formatter for multimap and unify modify tests across stdlibsThis diff adds a data formatter for libstdcpp's multimap. Besides, it improves and unifies the tests for multimap for libcxx and libstdcpp for maintainability.Reviewed By: wallaceDifferential Revision: https://reviews.llvm.org/D112752