mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 357858 - Override some unsupported test cases in LR parser test
suite in head stream
This commit is contained in:
parent
053b4c32c5
commit
980e5237e0
3 changed files with 11 additions and 1 deletions
|
@ -146,6 +146,9 @@ public class LRCPPTests extends AST2CPPTests {
|
|||
@Override
|
||||
public void testStaticAssertions_294730() throws Exception {}
|
||||
|
||||
//outer::foo x
|
||||
@Override
|
||||
public void testAttributeInUsingDirective_351228() throws Exception {}
|
||||
|
||||
|
||||
@Override
|
||||
|
|
|
@ -48,7 +48,8 @@ public class LRCompletionBasicTest extends BasicCompletionTest {
|
|||
public void testCastExpression_Bug301933() throws Exception {}
|
||||
@Override
|
||||
public void testConditionalOperator_Bug308611() throws Exception {}
|
||||
|
||||
@Override
|
||||
public void testCompletionInDesignatedInitializor_353281() throws Exception {}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unused")
|
||||
|
|
|
@ -107,6 +107,12 @@ public class LRTemplateTests extends AST2TemplateTests {
|
|||
//variadic template
|
||||
@Override
|
||||
public void testVariadicFunctionTemplate_Bug333389() throws Exception {}
|
||||
//auto
|
||||
@Override
|
||||
public void testRRefVsRef_351927() throws Exception {}
|
||||
//Variadic template arguments
|
||||
@Override
|
||||
public void testTemplateTemplateParameterMatching_352859() throws Exception {}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unused")
|
||||
|
|
Loading…
Add table
Reference in a new issue