Minor, ignore test on adapted function references for Android

This commit is contained in:
Alexander Udalov
2020-04-09 12:50:21 +02:00
parent 683489687e
commit 7652117e3d
6 changed files with 13 additions and 12 deletions
@@ -45,6 +45,7 @@ public class SpecialFiles {
excludedFiles.add("noReflect");
excludedFiles.add("functionNtoStringNoReflect.kt");
excludedFiles.add("getDelegateWithoutReflection.kt");
excludedFiles.add("toStringNoReflect.kt");
// "IOOBE: Invalid index 4, size is 4" for java.lang.reflect.ParameterizedType on Android
excludedFiles.add("innerGenericTypeArgument.kt");
@@ -2090,9 +2090,9 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
}
@TestMetadata("toString.kt")
public void testToString() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
@TestMetadata("toStringNoReflect.kt")
public void testToStringNoReflect() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
}
@TestMetadata("unboundReferences.kt")
@@ -2110,9 +2110,9 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
}
@TestMetadata("toString.kt")
public void testToString() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
@TestMetadata("toStringNoReflect.kt")
public void testToStringNoReflect() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
}
@TestMetadata("unboundReferences.kt")
@@ -2110,9 +2110,9 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
}
@TestMetadata("toString.kt")
public void testToString() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
@TestMetadata("toStringNoReflect.kt")
public void testToStringNoReflect() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
}
@TestMetadata("unboundReferences.kt")
@@ -2090,9 +2090,9 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/simpleEmptyVararg.kt");
}
@TestMetadata("toString.kt")
public void testToString() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toString.kt");
@TestMetadata("toStringNoReflect.kt")
public void testToStringNoReflect() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/toStringNoReflect.kt");
}
@TestMetadata("unboundReferences.kt")