backend/tests: Regenerated external test tasks
This commit is contained in:
Vendored
-54
@@ -1,54 +0,0 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_companionObjectPropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/companionObjectPropertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_extensionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/extensionFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_extensionPropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/extensionPropertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_innerClassConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/innerClassConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_javaInstanceField (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/javaInstanceField.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_javaInstanceMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/javaInstanceMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_jvmStaticCompanionObjectPropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/jvmStaticCompanionObjectPropertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_jvmStaticObjectFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/jvmStaticObjectFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_jvmStaticObjectPropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/jvmStaticObjectPropertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_memberFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/memberFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_memberPropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/memberPropertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_objectFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/objectFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_bound_objectPropertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/bound/objectPropertyAccessors.kt"
|
||||
}
|
||||
|
||||
-90
@@ -1,90 +0,0 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_reflection_call_callInstanceJavaMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/callInstanceJavaMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_callPrivateJavaMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/callPrivateJavaMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_callStaticJavaMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/callStaticJavaMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_cannotCallEnumConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/cannotCallEnumConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_disallowNullValueForNotNullField (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/disallowNullValueForNotNullField.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_equalsHashCodeToString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/equalsHashCodeToString.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_exceptionHappened (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/exceptionHappened.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_fakeOverride (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/fakeOverride.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_fakeOverrideSubstituted (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/fakeOverrideSubstituted.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_incorrectNumberOfArguments (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/incorrectNumberOfArguments.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_innerClassConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/innerClassConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_jvmStatic (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/jvmStatic.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_jvmStaticInObjectIncorrectReceiver (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/jvmStaticInObjectIncorrectReceiver.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_localClassMember (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/localClassMember.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_memberOfGenericClass (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/memberOfGenericClass.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_privateProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/privateProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_propertyAccessors (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/propertyAccessors.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_propertyGetterAndGetFunctionDifferentReturnType (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/propertyGetterAndGetFunctionDifferentReturnType.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_returnUnit (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/returnUnit.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_simpleConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/simpleConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_simpleMemberFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/simpleMemberFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_call_simpleTopLevelFunctions (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/call/simpleTopLevelFunctions.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user