[Native][tests] Enable codegen_box_callableReference/genericConstructorReference.kt
This commit is contained in:
@@ -344,9 +344,7 @@ Task dynamicTest(String name, Closure<KonanDynamicTest> configureClosure) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def ignoredTests = [
|
Map<String, List<String>> ignoredTests = [:]
|
||||||
"compiler_testData_codegen_box_callableReference" : ["genericConstructorReference.kt"]
|
|
||||||
]
|
|
||||||
|
|
||||||
task run_external () {
|
task run_external () {
|
||||||
outputs.upToDateWhen{ false }
|
outputs.upToDateWhen{ false }
|
||||||
|
|||||||
-1
@@ -78,7 +78,6 @@ internal class ExtTestCaseGroupProvider(
|
|||||||
/** Test data files or test data directories that are excluded from testing. */
|
/** Test data files or test data directories that are excluded from testing. */
|
||||||
private val excludes: Set<File> = listOf(
|
private val excludes: Set<File> = listOf(
|
||||||
"compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880
|
"compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880
|
||||||
"compiler/testData/codegen/box/callableReference/genericConstructorReference.kt", // ???
|
|
||||||
"compiler/testData/codegen/box/collections/kt41123.kt", // KT-42723
|
"compiler/testData/codegen/box/collections/kt41123.kt", // KT-42723
|
||||||
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt", // KT-42020
|
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt", // KT-42020
|
||||||
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt", // KT-42723
|
"compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt", // KT-42723
|
||||||
|
|||||||
Reference in New Issue
Block a user