Minor, ignore test on adapted function references for Android
This commit is contained in:
@@ -45,6 +45,7 @@ public class SpecialFiles {
|
|||||||
excludedFiles.add("noReflect");
|
excludedFiles.add("noReflect");
|
||||||
excludedFiles.add("functionNtoStringNoReflect.kt");
|
excludedFiles.add("functionNtoStringNoReflect.kt");
|
||||||
excludedFiles.add("getDelegateWithoutReflection.kt");
|
excludedFiles.add("getDelegateWithoutReflection.kt");
|
||||||
|
excludedFiles.add("toStringNoReflect.kt");
|
||||||
|
|
||||||
// "IOOBE: Invalid index 4, size is 4" for java.lang.reflect.ParameterizedType on Android
|
// "IOOBE: Invalid index 4, size is 4" for java.lang.reflect.ParameterizedType on Android
|
||||||
excludedFiles.add("innerGenericTypeArgument.kt");
|
excludedFiles.add("innerGenericTypeArgument.kt");
|
||||||
|
|||||||
Generated
+3
-3
@@ -2090,9 +2090,9 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("toString.kt")
|
@TestMetadata("toStringNoReflect.kt")
|
||||||
public void testToString() throws Exception {
|
public void testToStringNoReflect() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("unboundReferences.kt")
|
@TestMetadata("unboundReferences.kt")
|
||||||
|
|||||||
+3
-3
@@ -2110,9 +2110,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("toString.kt")
|
@TestMetadata("toStringNoReflect.kt")
|
||||||
public void testToString() throws Exception {
|
public void testToStringNoReflect() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("unboundReferences.kt")
|
@TestMetadata("unboundReferences.kt")
|
||||||
|
|||||||
+3
-3
@@ -2110,9 +2110,9 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("toString.kt")
|
@TestMetadata("toStringNoReflect.kt")
|
||||||
public void testToString() throws Exception {
|
public void testToStringNoReflect() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("unboundReferences.kt")
|
@TestMetadata("unboundReferences.kt")
|
||||||
|
|||||||
+3
-3
@@ -2090,9 +2090,9 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
|||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("toString.kt")
|
@TestMetadata("toStringNoReflect.kt")
|
||||||
public void testToString() throws Exception {
|
public void testToStringNoReflect() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
|
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("unboundReferences.kt")
|
@TestMetadata("unboundReferences.kt")
|
||||||
|
|||||||
Reference in New Issue
Block a user