Run IR test on Test Codegen on different platforms

This commit is contained in:
Mikhael Bogdanov
2021-02-04 15:23:09 +01:00
parent d5deccd2e9
commit 35ec6b4f5c
@@ -5,10 +5,7 @@
package org.jetbrains.kotlin.codegen.jdk package org.jetbrains.kotlin.codegen.jdk
import org.jetbrains.kotlin.codegen.jdk.RunOnlyJdk6Test import org.jetbrains.kotlin.test.runners.codegen.*
import org.jetbrains.kotlin.test.runners.codegen.BlackBoxCodegenTestGenerated
import org.jetbrains.kotlin.test.runners.codegen.BlackBoxInlineCodegenTestGenerated
import org.jetbrains.kotlin.test.runners.codegen.CompileKotlinAgainstInlineKotlinTestGenerated
import org.junit.jupiter.api.parallel.Execution import org.junit.jupiter.api.parallel.Execution
import org.junit.jupiter.api.parallel.ExecutionMode import org.junit.jupiter.api.parallel.ExecutionMode
import org.junit.platform.runner.JUnitPlatform import org.junit.platform.runner.JUnitPlatform
@@ -24,7 +21,11 @@ import org.junit.runner.RunWith
@SelectClasses( @SelectClasses(
BlackBoxCodegenTestGenerated::class, BlackBoxCodegenTestGenerated::class,
BlackBoxInlineCodegenTestGenerated::class, BlackBoxInlineCodegenTestGenerated::class,
CompileKotlinAgainstInlineKotlinTestGenerated::class CompileKotlinAgainstInlineKotlinTestGenerated::class,
IrBlackBoxCodegenTestGenerated::class,
IrBlackBoxInlineCodegenTestGenerated::class,
IrCompileKotlinAgainstInlineKotlinTestGenerated::class
) )
@IncludeClassNamePatterns(".*Test.*Generated") @IncludeClassNamePatterns(".*Test.*Generated")
@UseTechnicalNames @UseTechnicalNames