[all-commits] [llvm/llvm-project] 5e20cd: [lldb/test] Fix std-module vector tests to work wi...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Nov 15 02:12:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e20cd6568564025367b6a67424436c5d06fe3bc
https://github.com/llvm/llvm-project/commit/5e20cd6568564025367b6a67424436c5d06fe3bc
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
M lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
Log Message:
-----------
[lldb/test] Fix std-module vector tests to work with both kinds of vector layouts
D112976 changed the layout and 0d62e31c45 andjusted the test
expectations to match.
This patch changes the tests to expect both versions, so that one can
run the test suite against older libc++ versions as well.
More information about the All-commits
mailing list