This commit is contained in:
Anna Kozlova
2014-08-19 22:56:30 +04:00
parent 48a8703b02
commit 7d72f567ac
3 changed files with 5 additions and 5 deletions
@@ -47,12 +47,12 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
doTest();
}
@Bombed(day = 20, month = Calendar.AUGUST)
@Bombed(day = 30, month = Calendar.AUGUST)
public void testInferenceFromSiblings() throws Exception {
doTest();
}
@Bombed(day = 20, month = Calendar.AUGUST)
@Bombed(day = 30, month = Calendar.AUGUST)
public void testChainedInferenceTypeParamsOrderIndependent() throws Exception {
doTest();
}
@@ -77,7 +77,7 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testIDEA122700() { doTest(); }
public void testIDEA122406() { doTest(); }
public void testNestedCallsInsideLambdaReturnExpression() { doTest(); }
@Bombed(day = 20, month = Calendar.AUGUST)
@Bombed(day = 30, month = Calendar.AUGUST)
public void testIDEA123731() { doTest(); }
public void testIDEA123869() { doTest(); }
public void testIDEA123848() { doTest(); }
@@ -98,7 +98,7 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
@Bombed(day = 20, month = Calendar.AUGUST)
@Bombed(day = 30, month = Calendar.AUGUST)
public void testIDEA124983() throws Exception {
doTest();
}
@@ -288,7 +288,7 @@ public class NewMethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
@Bombed(day = 20, month = Calendar.AUGUST)
@Bombed(day = 30, month = Calendar.AUGUST)
public void testIDEA127275_() throws Exception {
doTest();
}