[Test] Unmute passing codegen tests

This commit is contained in:
Dmitriy Novozhilov
2021-08-23 09:54:18 +03:00
committed by TeamCityServer
parent 17afe1b546
commit 27ac7dbf9a
6 changed files with 5 additions and 10 deletions
@@ -7027,11 +7027,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt24135.kt");
}
@TestMetadata("kt38099.kt")
public void ignoreKt38099() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt38099.kt");
}
@TestMetadata("suspendFunctionAsSupertype.kt")
public void ignoreSuspendFunctionAsSupertype() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt");
@@ -7350,6 +7345,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/kt35967.kt");
}
@TestMetadata("kt38099.kt")
public void testKt38099() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt38099.kt");
}
@TestMetadata("kt42028.kt")
public void testKt42028() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt42028.kt");