Sergey Bogolepov
c165171471
[Native][tests] Port KT-36639 test case to the new infra
2024-01-15 11:18:28 +00:00
Igor Chevdar
54328a1db4
[K/N][tests] Added a reproducer for #KT-64508
2024-01-04 11:15:18 +00:00
Abduqodiri Qurbonzoda
5407ac1c72
[K/N] Mark UnhandledExceptionHook-related API with ExperimentalNativeApi
...
Instead of ExperimentalStdlibApi
As a part of efforts to stabilize Native stdlib #KT-55765.
2023-04-19 20:36:31 +00:00
Abduqodiri Qurbonzoda
bb8498b0c5
[K/N] Move kotlin.native.internal.Debugging into kotlin.native.runtime
...
As a part of efforts to stabilize Native stdlib #KT-55765.
2023-04-12 13:07:49 +03:00
Abduqodiri Qurbonzoda
8663239369
[K/N] Mark UnhandledExceptionHook-related API as experimental
...
As a part of efforts to stabilize Native stdlib.
2023-04-01 20:40:40 +03:00
Svyatoslav Scherbina
60b8d2b3d9
[K/N] Disable more failing tests on mips, target is deprecated
2023-03-10 13:25:53 +00:00
Vladimir Sukharev
70db3b4c68
Count in interfaces/classes/packages when resolving name clashes with "_" suffix mangling
...
^KT-41904 Fixed
Merge-request: KT-MR-6862
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com >
2022-08-17 14:23:12 +00:00
Vladimir Sukharev
6f945aa2fc
[KT-42830][Reverse C Interop] Add API to get value of boxed primitives
...
Merge-request: KT-MR-6836
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com >
2022-08-17 13:24:27 +00:00
Vladimir Sukharev
f8f01941a8
Generate typedef wrappers for nullable inline classes and method args (KT-36878, KT-39015, KT-39496)
...
Merge-request: KT-MR-6597
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com >
2022-07-06 11:02:16 +00:00
Alexander Shabalin
29f3445721
[K/N] Deprecated freezing ^KT-50541
...
Starting with 1.7.20 freezing is deprecated. See https://github.com/JetBrains/kotlin/blob/master/kotlin-native/NEW_MM.md#freezing-deprecation for details.
Merge-request: KT-MR-6399
Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com >
2022-06-16 09:04:14 +00:00
Dmitriy Dolovov
1a863106e6
[Native][tests] Move golden data outside of Gradle build file
2021-09-01 10:14:01 +03:00
Ilya Matveev
99bd26c2ef
[K/N][Runtime] Switch thread states in termination handlers
2021-08-26 14:46:07 +00:00
Vasily Levchenko
62ffc0033d
[kotlin-native][test][dynamic test] tests provoking generating empty structs kt-42796
2021-04-13 12:10:58 +00:00
SvyatoslavScherbina
7bfcf815ba
Add missing DisposeStablePointer calls to produce_dynamic test
...
(cherry picked from commit 65109f68622ca6371511d7d36167197fa7f9003c)
2021-03-02 17:11:21 +00:00
Vasily Levchenko
3378aeddb5
[interop][c][reverse][test] (KT-36639)
2021-02-01 16:54:14 +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