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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 28 04:37:56 PST 2019


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 which loop over
multiple inputs to ensure it's clear which of the inputs failed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70814

Files:
  lldb/unittests/Utility/FileSpecTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70814.231407.patch
Type: text/x-patch
Size: 4013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191128/6f92f2a2/attachment-0001.bin>


More information about the lldb-commits mailing list