Re: [Lldb-commits] [lldb] r361310 - [Test] Fix conflicting test names.

2019-05-21 Thread Pavel Labath via lldb-commits
On 21/05/2019 22:55, Jonas Devlieghere via lldb-commits wrote: Author: jdevlieghere Date: Tue May 21 13:55:00 2019 New Revision: 361310 URL: http://llvm.org/viewvc/llvm-project?rev=361310&view=rev Log: [Test] Fix conflicting test names. Two tests having the same name creates a race condition wh

[Lldb-commits] [lldb] r361310 - [Test] Fix conflicting test names.

2019-05-21 Thread Jonas Devlieghere via lldb-commits
Author: jdevlieghere Date: Tue May 21 13:55:00 2019 New Revision: 361310 URL: http://llvm.org/viewvc/llvm-project?rev=361310&view=rev Log: [Test] Fix conflicting test names. Two tests having the same name creates a race condition when moving the trace files. Modified: lldb/trunk/packages/Py