Re: [Lldb-commits] [lldb] r335431 - Make testcase classnames unique

2018-06-25 Thread Jan Kratochvil via lldb-commits
On Mon, 25 Jun 2018 10:52:57 +0200, Pavel Labath wrote: > BTW, the format of the test trace file names is configurable with a > command line option (--session-file-format). Since we already have > code which enforces that every test file name is unique, we might want > to swap the default format to

Re: [Lldb-commits] [lldb] r335431 - Make testcase classnames unique

2018-06-25 Thread Pavel Labath via lldb-commits
BTW, the format of the test trace file names is configurable with a command line option (--session-file-format). Since we already have code which enforces that every test file name is unique, we might want to swap the default format to use the file name instead of the class name. On Sun, 24 Jun 201

[Lldb-commits] [lldb] r335431 - Make testcase classnames unique

2018-06-24 Thread Jan Kratochvil via lldb-commits
Author: jankratochvil Date: Sun Jun 24 03:36:44 2018 New Revision: 335431 URL: http://llvm.org/viewvc/llvm-project?rev=335431&view=rev Log: Make testcase classnames unique Filenames with test results contain only the class name which makes it more difficult to find it if the same class name is pr