[KLIB IC] Add test about incremental kotlin-js-stdlib-klib recompliation
This commit is contained in:
+5
@@ -743,6 +743,11 @@ public class IncrementalJsCompilerRunnerTestGenerated extends AbstractIncrementa
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/inferredTypeChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceAnyMethods")
|
||||
public void testInterfaceAnyMethods() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/interfaceAnyMethods/");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameterAffected")
|
||||
public void testLambdaParameterAffected() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/lambdaParameterAffected/");
|
||||
|
||||
+5
@@ -743,6 +743,11 @@ public class IncrementalJsCompilerRunnerWithMetadataOnlyTestGenerated extends Ab
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/inferredTypeChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceAnyMethods")
|
||||
public void testInterfaceAnyMethods() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/interfaceAnyMethods/");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameterAffected")
|
||||
public void testLambdaParameterAffected() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/lambdaParameterAffected/");
|
||||
|
||||
+5
@@ -746,6 +746,11 @@ public class IncrementalJsKlibCompilerRunnerTestGenerated extends AbstractIncrem
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/inferredTypeChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceAnyMethods")
|
||||
public void testInterfaceAnyMethods() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/interfaceAnyMethods/");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameterAffected")
|
||||
public void testLambdaParameterAffected() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/lambdaParameterAffected/");
|
||||
|
||||
+5
@@ -743,6 +743,11 @@ public class IncrementalJsKlibCompilerWithScopeExpansionRunnerTestGenerated exte
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/inferredTypeChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceAnyMethods")
|
||||
public void testInterfaceAnyMethods() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/interfaceAnyMethods/");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameterAffected")
|
||||
public void testLambdaParameterAffected() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/lambdaParameterAffected/");
|
||||
|
||||
+5
@@ -744,6 +744,11 @@ public class IncrementalJvmCompilerRunnerTestGenerated extends AbstractIncrement
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/inferredTypeChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceAnyMethods")
|
||||
public void testInterfaceAnyMethods() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/interfaceAnyMethods/");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameterAffected")
|
||||
public void testLambdaParameterAffected() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/lambdaParameterAffected/");
|
||||
|
||||
+5
@@ -744,6 +744,11 @@ public class IrIncrementalJvmCompilerRunnerTestGenerated extends AbstractIrIncre
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/inferredTypeChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceAnyMethods")
|
||||
public void testInterfaceAnyMethods() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/interfaceAnyMethods/");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameterAffected")
|
||||
public void testLambdaParameterAffected() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/lambdaParameterAffected/");
|
||||
|
||||
Reference in New Issue
Block a user