[Lldb-commits] [PATCH] D70814: [lldb] Simplify and improve FileSpecTest

2019-11-28 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd1a561d44680: [lldb] Simplify and improve FileSpecTest (authored by labath). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70814/new/ https://reviews.llvm.o

[Lldb-commits] [PATCH] D70814: [lldb] Simplify and improve FileSpecTest

2019-11-28 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70814/new/ https://reviews.llvm.org/D70814 _

[Lldb-commits] [PATCH] D70814: [lldb] Simplify and improve FileSpecTest

2019-11-28 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added a reviewer: teemperor. Herald added a project: LLDB. A most of these tests create FileSpecs with a hardcoded style. Add utility functions which create a file spec of a given style to simplify things. While in there add SCOPED_TRACE messages to tests whic