[lldb] Remove GCC XFAIL for TestCPPAuto and TestClassTemplateParameterPack
authorRaphael Isemann <teemperor@gmail.com>
Fri, 11 Jun 2021 20:43:38 +0000 (22:43 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 11 Jun 2021 21:22:26 +0000 (23:22 +0200)
commit60fde9542aac57d4b7b98bed0be746a3a82bd0eb
tree7b7814c767852146e1676aacb5328c9e2340146d
parent0aef747b846586c29ed3285bbed20a3d607576fa
[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 .
lldb/test/API/lang/cpp/auto/TestCPPAuto.py
lldb/test/API/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py