26 Commits

Author SHA1 Message Date
Vladimir Sukharev c38a0e10af [K/N] Implement a concept of conditional ignore of K/N blackbox tests
^KT-59288 Fixed
2023-11-15 19:03:07 +00:00
Vladimir Sukharev 690d18e541 [K/N, Test] Move test code "org.jetbrains.kotlin.konan" -> "org.jetbrains.kotlin.konan.test.*" 2023-09-22 17:27:09 +00:00
Alexander Shabalin ee736c90b0 [K/N] Allow tweaking executionTimeout of RunGTest 2023-07-27 21:27:30 +00:00
Pavel Kunyavskiy c400a75407 [K/N] Fix tests failing because of phase renaming 2023-02-10 12:58:22 +00:00
Sergey Bogolepov f5d4984274 Update HACKING.md 2023-01-26 17:49:06 +02:00
Sergey Bogolepov c074cf6635 [K/N] Update HACKING.md to reflect -Xsave-llvm-ir-directory 2023-01-26 14:32:49 +00:00
Vladimir Sukharev db53b83822 [K/N] Improve native README for MacOS aarch64
Merge-request: KT-MR-8428
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
2023-01-24 10:34:09 +00:00
Pavel Kunyavskiy 828811a47f [K/N] Support running with thread sanitizer in test infra 2022-08-10 08:36:05 +00:00
Vladimir Sukharev b8e1c14b8e Improve benchmarking docs
Merge-request: KT-MR-6808
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
2022-08-09 10:30:38 +00:00
Pavel Kunyavskiy 270a98d02f [K/N] Fix test infra doc 2022-07-12 12:40:16 +00:00
Johan Bay e380d7d495 [K/N] fix minor typos and outdated documentation 2022-06-24 20:27:33 +02:00
Dmitriy Dolovov adf98770f3 [Native][tests] Fix description of test parameters 2022-06-20 12:30:01 +04:00
Mads Ager 7bab9a1389 Minor tweaks to HACKING.md. 2022-05-11 19:58:12 +03:00
Dmitriy Dolovov 7f1d17c25e [Native][tests] Update testing information in HACKING.md 2022-05-06 15:03:00 +00:00
Dmitriy Dolovov edf7319cad [Native][tests] Update testing information in HACKING.md 2022-05-06 15:02:59 +00:00
Sergey Bogolepov 21399b4edd [K/N] Update documentation on building and using LLVM 2022-04-19 14:27:33 +00:00
Dmitriy Dolovov c1a3bf1343 [Native][tests] Update testing information in HACKING.md 2022-04-19 16:02:46 +03:00
Svyatoslav Scherbina 6fb4640575 Improve "Debugging K/N compiler" section in kotlin-native/HACKING.md
Describe how to debug the compiler when it runs in Gradle.
Also polish everything else.
2022-04-18 16:22:54 +00:00
Sergey Bogolepov f7cc23a13b [K/N] Mention test_compile_only in HACKING.md 2022-02-10 13:38:48 +00:00
Pavel Kunyavskiy 0bd4dbc0c1 [K/N] Disable debug info in runtime by default
Bundle grows 200mb if debug info is enabled, it's too much.
But probably, this can be useful for debug, so we need gradle option.
2021-10-11 11:45:24 +00:00
Elena Lepilkina 8924730320 [K/N][perf] Added option to analyze benchmarks without DB connection 2021-09-08 18:53:18 +00:00
Elena Lepilkina b8d74698f1 [K/N][Docs] Update HACKING.md after repositories merging and adding information about debugging and using CLion 2021-07-21 08:39:10 +00:00
Elena Lepilkina 8c8974e1fd Added information about test flag for caches 2020-11-28 21:07:01 +01:00
Sergey Bogolepov 42d416e0e7 Mention -Xoverride-konan-properties in HACKING.md 2020-11-28 20:48:58 +01:00
LepilkinaElena e57839ece6 Separate performance project (#4473) 2020-11-28 19:45:29 +01:00
Stanislav Erokhin f624800b84 Move everything under kotlin-native folder
I was forced to manually do update the following files, because otherwise
they would be ignored according .gitignore settings. Probably they
should be deleted from repo.

Interop/.idea/compiler.xml
Interop/.idea/gradle.xml
Interop/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_runtime_1_0_3.xml
Interop/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_0_3.xml
Interop/.idea/modules.xml
Interop/.idea/modules/Indexer/Indexer.iml
Interop/.idea/modules/Runtime/Runtime.iml
Interop/.idea/modules/StubGenerator/StubGenerator.iml
backend.native/backend.native.iml
backend.native/bc.frontend/bc.frontend.iml
backend.native/cli.bc/cli.bc.iml
backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2Native.kt
backend.native/cli.bc/src/org/jetbrains/kotlin/cli/bc/K2NativeCompilerArguments.kt
backend.native/tests/link/lib/foo.kt
backend.native/tests/link/lib/foo2.kt
backend.native/tests/teamcity-test.property
2020-10-27 21:00:28 +03:00