Put proper tag to stdlibK2
Merge-request: KT-MR-9034 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
50a462fed1
commit
9a30edceeb
@@ -46,6 +46,7 @@ val infrastructureTest = nativeTest("infrastructureTest", "infrastructure")
|
|||||||
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
|
val codegenBoxTest = nativeTest("codegenBoxTest", "codegen")
|
||||||
val codegenK2BoxTest = nativeTest("codegenK2BoxTest", "codegenK2")
|
val codegenK2BoxTest = nativeTest("codegenK2BoxTest", "codegenK2")
|
||||||
val stdlibTest = nativeTest("stdlibTest", "stdlib")
|
val stdlibTest = nativeTest("stdlibTest", "stdlib")
|
||||||
|
val stdlibK2Test = nativeTest("stdlibTest", "stdlibK2")
|
||||||
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
|
val kotlinTestLibraryTest = nativeTest("kotlinTestLibraryTest", "kotlin-test")
|
||||||
val klibAbiTest = nativeTest("klibAbiTest", "klib-abi")
|
val klibAbiTest = nativeTest("klibAbiTest", "klib-abi")
|
||||||
val klibBinaryCompatibilityTest = nativeTest("klibBinaryCompatibilityTest", "klib-binary-compatibility")
|
val klibBinaryCompatibilityTest = nativeTest("klibBinaryCompatibilityTest", "klib-binary-compatibility")
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ class StdlibTest : AbstractNativeBlackBoxTest() {
|
|||||||
fun worker() = dynamicTestCase(TestCaseId.Named("worker"))
|
fun worker() = dynamicTestCase(TestCaseId.Named("worker"))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Tag("stdlib")
|
@Tag("stdlibK2")
|
||||||
@PredefinedTestCases(
|
@PredefinedTestCases(
|
||||||
TC(
|
TC(
|
||||||
name = "default",
|
name = "default",
|
||||||
|
|||||||
Reference in New Issue
Block a user