[all-commits] [llvm/llvm-project] 25fa67: [lldb] Skip variant/optional libc++ tests for Clan...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Jun 17 00:53:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25fa67868b36c99d2704bd291b3b495737f16f0e
https://github.com/llvm/llvm-project/commit/25fa67868b36c99d2704bd291b3b495737f16f0e
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list