From 2d8254a4dbc4867990ffdd0316575a72b1f58810 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Mon, 14 Nov 2022 18:09:21 +0100 Subject: [PATCH] Code owners. Widen ownership for various generated tests --- .space/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index ffd556729de..1aedf14905b 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -53,6 +53,7 @@ /compiler/container/ "Kotlin Compiler Core" /compiler/daemon/ "Kotlin Compiler Core" /compiler/fir/ "Kotlin Compiler Core" +/compiler/fir/fir2ir/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/frontend/ "Kotlin Compiler Core" /compiler/frontend.common/ "Kotlin Compiler Core" /compiler/frontend.common.jvm/ "Kotlin Compiler Core" @@ -188,6 +189,8 @@ /compiler/tests-against-klib/ "Kotlin JVM" /compiler/tests-common/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/tests-common-new/ "Kotlin Compiler Core" +/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" +/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/ir/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/tests-compiler-utils/ "Kotlin Compiler Core" /compiler/tests-different-jdk/ "Kotlin JVM" /compiler/tests-for-compiler-generator/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm"