backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_lazyCodegen_exceptionInFieldInitializer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/exceptionInFieldInitializer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_ifElse (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/ifElse.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_increment (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/increment.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_safeAssign (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/safeAssign.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_safeAssignComplex (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/safeAssignComplex.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_safeCallAndArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/safeCallAndArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_toString (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/toString.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_tryCatchExpression (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/tryCatchExpression.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_when (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/when.kt"
|
||||
}
|
||||
|
||||
Vendored
+38
@@ -0,0 +1,38 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateConstantCompare (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateConstantCompare.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateFalse (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateFalse.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateFalseVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateFalseVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateFalseVarChain (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateFalseVarChain.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateObjectComp (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateObjectComp.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateObjectComp2 (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateObjectComp2.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateTrue (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateTrue.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_negateTrueVar (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/negateTrueVar.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_lazyCodegen_optimizations_noOptimization (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/lazyCodegen/optimizations/noOptimization.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user