Implement (failing) test for FIR IC - as in KT-49750
This commit is contained in:
+5
@@ -879,6 +879,11 @@ public class IncrementalFirJvmCompilerRunnerTestGenerated extends AbstractIncrem
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/inlineFunCallSite")
|
||||
|
||||
+5
@@ -878,6 +878,11 @@ public class IncrementalJsCompilerRunnerTestGenerated extends AbstractIncrementa
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/js")
|
||||
|
||||
+5
@@ -878,6 +878,11 @@ public class IncrementalJsCompilerRunnerWithMetadataOnlyTestGenerated extends Ab
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/js")
|
||||
|
||||
+5
@@ -853,6 +853,11 @@ public class IncrementalJsKlibCompilerRunnerTestGenerated extends AbstractIncrem
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/js")
|
||||
|
||||
+5
@@ -853,6 +853,11 @@ public class IncrementalJsKlibCompilerWithScopeExpansionRunnerTestGenerated exte
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/js")
|
||||
|
||||
+5
@@ -879,6 +879,11 @@ public class IncrementalJvmCompilerRunnerTestGenerated extends AbstractIncrement
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/inlineFunCallSite")
|
||||
|
||||
+5
@@ -879,6 +879,11 @@ public class IncrementalJvmOldBackendCompilerRunnerTestGenerated extends Abstrac
|
||||
public void testVarianceChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/varianceChanged/");
|
||||
}
|
||||
|
||||
@TestMetadata("withIntermediateBodiesChanged")
|
||||
public void testWithIntermediateBodiesChanged() throws Exception {
|
||||
runTest("jps-plugin/testData/incremental/classHierarchyAffected/withIntermediateBodiesChanged/");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("jps-plugin/testData/incremental/inlineFunCallSite")
|
||||
|
||||
Reference in New Issue
Block a user