[Lldb-commits] [PATCH] D92425: [lldb] Don't reject empty or unnamed template parameter packs

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 2 10:26:15 PST 2020


teemperor added a comment.

In D92425#2428844 <https://reviews.llvm.org/D92425#2428844>, @stella.stamenova wrote:

> This caused failures on the Windows lldb buildbot:
>
> http://lab.llvm.org:8011/#/builders/83/builds/1294
>
> Tests have to have unique names, so the two new added tests that use TestCase as the class name are both trying to write to the same log file and failing to do so.

Thanks, fixed.

FWIW, this (frankly silly) requirement is actually supposed to be fixed by D83767 <https://reviews.llvm.org/D83767>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92425/new/

https://reviews.llvm.org/D92425



More information about the lldb-commits mailing list