[all-commits] [llvm/llvm-project] 60fde9: [lldb] Remove GCC XFAIL for TestCPPAuto and TestCl...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jun 11 14:22:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60fde9542aac57d4b7b98bed0be746a3a82bd0eb
https://github.com/llvm/llvm-project/commit/60fde9542aac57d4b7b98bed0be746a3a82bd0eb
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
M lldb/test/API/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py
Log Message:
-----------
[lldb] Remove GCC XFAIL for TestCPPAuto and TestClassTemplateParameterPack
Both tests are passing for GCC>8 on Linux so let's mark them as passing.
TestCPPAuto was originally disabled due to "an problem with debug info generation"
in ea35dbeff29f3095df3ad1d77cce3d9e5b197e7c .
TestClassTemplateParameterPack was disabled without explanation in
0f01fb39e3fe3d8e99df1dd185e75ad584b777b3 .
More information about the All-commits
mailing list