[lldb] Skip variant/optional libc++ tests for Clang 5/6
authorRaphael Isemann <teemperor@gmail.com>
Thu, 17 Jun 2021 07:52:08 +0000 (09:52 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 17 Jun 2021 07:52:09 +0000 (09:52 +0200)
commit25fa67868b36c99d2704bd291b3b495737f16f0e
treef1857e07363d24c7149d34fadb3ace8c069770ad
parent4c7f820b2b206bb7b4e32e575a78316701471203
[lldb] Skip variant/optional libc++ tests for Clang 5/6

Clang 5 and Clang 6 can no longer parse newer versions of libc++. As we can't
specify the specific libc++ version in the decorator, let's only allow Clang
versions that can parse all currently available libc++ versions.
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py