Closed martong closed 6 years ago
This is will block some changes to be upstreamed.
INSTANTIATE_TEST_CASE_P(ParameterizedTests, ASTImporterTestBase, // FIXME we have failing tests with "-fms-compatibility" - ::testing::Values(ArgVector(), ArgVector{"-fdelayed-template-parsing"}),); + //::testing::Values(ArgVector(), ArgVector{"-fdelayed-template-parsing"}),); + DefaultTestValuesForRunOptions, );
[ PASSED ] 943 tests. [ FAILED ] 2 tests, listed below: [ FAILED ] ParameterizedTests/ASTImporterTestBase.ImportDefinitionOfClassIfThereIsAnExistingFwdDeclAndDefinition/2, where GetParam() = { "-fms-compatibility" } [ FAILED ] ParameterizedTests/ASTImporterTestBase.ImportDefinitionOfClassIfThereIsAnExistingFwdDeclAndDefinition/3, where GetParam() = { "-fdelayed-template-parsing", "-fms-compatibility" }
This is will block some changes to be upstreamed.