Commit Graph

  • 88a85b8936 [Analysis API] Add reference tests for containing declaration provider Yan Zhulanow 2024-02-01 01:38:29 +09:00
  • e171e21165 [Analysis API] Minor, remove duplicating check Yan Zhulanow 2024-02-05 18:08:47 +09:00
  • 83d0e1f447 [Test] KT-66152 Add tests for generic static function Aleksandra.Arsenteva 2024-03-13 11:58:39 +01:00
  • 8200cf404c Fix GitDownloadTask fails on windows cristiangarcia 2024-03-12 21:29:52 +01:00
  • 8dc460ae4a Fix CompileToExecutable CC issues cristiangarcia 2024-03-12 15:26:51 +01:00
  • 987f67e312 Fix CompileToExecutable CC issues cristiangarcia 2024-03-12 14:54:39 +01:00
  • 7693d9b9c4 KonanTest is not CC compatible cristiangarcia 2024-03-11 23:59:08 +01:00
  • 1e85233aab KonanDriverTest is not CC compatible cristiangarcia 2024-03-11 23:12:19 +01:00
  • bbbe5027f4 Postpone KonanCliCompilerRunner creation to workaround issues when consuming native dist cristiangarcia 2024-03-11 18:11:58 +01:00
  • bfbdf79207 ClangFrontend: notCompatibleWithConfigurationCache because GoogleTests are downloaded later cristiangarcia 2024-03-11 16:17:03 +01:00
  • 8f1f6ca9c9 Make :kotlin-native:runtime:hostRuntimeTests CC compatible cristiangarcia 2024-03-07 23:09:57 +01:00
  • 09dc9c6743 Enable configuration-cache cristiangarcia 2024-03-05 21:16:47 +01:00
  • 786c37286c [FIR] Fix crash caused by cast of raw type to simple type Kirill Rakhman 2024-03-13 13:56:12 +01:00
  • cec36355b2 [JS] Don't turn on PL in tests with IGNORE_ERRORS directive Dmitriy Dolovov 2024-03-13 16:46:50 +01:00
  • b0bc017a16 [Parcelize] Add test for parcelize in multiplatform setting. Mads Ager 2024-03-04 15:37:13 +01:00
  • fa0d456850 [Parcelize] Allow parcelize to work on common code in multiplatform. Mads Ager 2024-02-26 14:29:55 +01:00
  • 5f971d6d9d [Test] Don't fail on metadata errors in fir based codegen tests Mads Ager 2024-03-13 11:53:35 +01:00
  • 7ba47f70c0 [Test] Unmute some passing K2 KGP integration tests Dmitriy Novozhilov 2024-03-12 15:19:19 +02:00
  • 0147d725fb [Analysis API] Provide type mapping for callable references Yan Zhulanow 2024-02-22 02:17:14 +09:00
  • 6028595ce4 KT-66486 Do not use synthetic project for spm Andrey Yastrebov 2024-03-11 11:11:56 +01:00
  • b6d73fc6ac jvm-abi-gen: use asm flag to skip debug info Sonya Valchuk 2024-03-12 10:09:56 +00:00
  • 9518416bdb jvm-abi-gen: remove parts of the SMAP used only in stripped methods Sonya Valchuk 2024-03-08 10:19:26 +00:00
  • 0005ba47f8 JVM: extract some helpers for SMAP inlining Sonya Valchuk 2024-03-08 10:19:10 +00:00
  • 95fa065361 Temporary: don't check log in Maven test (KT-66551) Mikhail Glukhikh 2024-03-13 14:23:27 +01:00
  • f2ec6d7495 Temporary: comment the last check in JavaUsageTest (KT-66551) Mikhail Glukhikh 2024-03-13 07:47:46 +01:00
  • 0757247233 Temporary: mute pre-release warnings in Gradle tests (KT-66551) Mikhail Glukhikh 2024-03-13 08:03:38 +01:00
  • 92cf3e3343 Temporary: make "Pre-release classes were found in dependencies" warning Mikhail Glukhikh 2024-03-12 16:12:10 +01:00
  • 893e5cac94 Temporary: mute PRE_RELEASE_CLASS in some tests (KT-66551) Mikhail Glukhikh 2024-03-12 14:14:48 +01:00
  • a0cb713d19 Temporary: make PRE_RELEASE_CLASS a warning in both K1/K2 (KT-66551) Mikhail Glukhikh 2024-03-12 09:20:46 +01:00
  • 93a796b635 Temporarily unmute passing test around IS_PRE_RELEASE (related to KT-62063) Mikhail Glukhikh 2024-03-12 16:49:12 +01:00
  • f37347ddb7 Temporarily mute failing test around IS_PRE_RELEASE (related to KT-62063) Mikhail Glukhikh 2023-09-22 08:48:48 +02:00
  • dc879a3875 K2: drop poisoning flag due to upcoming 2.0.0-RC Mikhail Glukhikh 2024-03-11 13:14:01 +01:00
  • b74dcb77e3 [FIR] Add opt-in to replaceIsTrailingLambda Kirill Rakhman 2024-03-13 09:44:21 +01:00
  • 1876c8a9ee [AA] Fix getKtExpressionType for augmented array assignment Kirill Rakhman 2024-03-11 11:08:21 +01:00
  • 0cac6b66d5 [FIR] Remove vararg workaround in FirArgumentsToParametersMapper Kirill Rakhman 2024-03-08 13:52:13 +01:00
  • fbb21f2406 [FIR2IR] Remove argument unwrapping for SAM conversion Kirill Rakhman 2024-03-04 17:36:46 +01:00
  • 015f257031 [FIR2IR] Remove special handling of named arguments for vararg Kirill Rakhman 2024-03-04 16:55:32 +01:00
  • d16cc668cd [FIR] Add KDocs for wrapped argument expressions Kirill Rakhman 2024-03-04 16:52:39 +01:00
  • 454ef4ae46 [FIR] Build resolved argument list for augmented array assignment get call Kirill Rakhman 2024-03-04 13:37:10 +01:00
  • 8443daf78d [FIR] Remove FirNamedArgumentExpressions during completion Kirill Rakhman 2024-03-01 16:00:11 +01:00
  • 03fc0fd381 [FIR] Remove FirLambdaArgumentExpression Kirill Rakhman 2024-03-04 11:59:13 +01:00
  • 1a5fa8d3f6 [Tests] Add test for suspend SAM conversion with trailing lambda Kirill Rakhman 2024-03-01 15:35:02 +01:00
  • 5a00984607 [FIR] Fix misleading return type Kirill Rakhman 2024-02-28 15:08:24 +01:00
  • b4d036ce58 [FIR] Remove unused code Kirill Rakhman 2024-02-28 15:00:34 +01:00
  • 61fabc02ba [K2] Resolve bodies of const properties during IMPLICIT_TYPES_BODY_RESOLVE Ivan Kylchik 2024-01-25 14:50:32 +01:00
  • 0ebf2862a9 [K2] Add new tests on lazy resolve to check new resolve rules Ivan Kylchik 2024-03-08 17:58:30 +01:00
  • 1884a655c5 KT-66498 [AA] Provide KDoc for isSubClassOf and isDirectSubClassOf Roman Golyshev 2024-03-11 15:59:37 +01:00
  • c6e442c18b KT-66498 [AA] Do not consider a class to be a subclass of itself in K1 impl for isSubClassOf Roman Golyshev 2024-03-11 15:56:10 +01:00
  • de75297875 KT-66498 [AA] Add more tests for the isSubClassOf/isDirectSubClassOf Roman Golyshev 2024-03-11 15:52:16 +01:00
  • f656a9fdc6 Migrate some KT-65789 & KT-58920 tests on using take<ExpectedType>(arg) Mikhail Glukhikh 2024-03-13 12:09:04 +01:00
  • 0f53ee64d6 K2: make qualifier & classifier the same tower level Mikhail Glukhikh 2024-03-05 11:42:15 +01:00
  • d6e67e43f9 K1/K2: add a test for KT-62866 Mikhail Glukhikh 2024-03-11 11:13:20 +01:00
  • 3b9e08d6b8 K1/K2: reproduce KT-65789 Mikhail Glukhikh 2024-03-05 11:23:08 +01:00
  • f2501ad424 [K/N] Use already dereferenced weakReferee (KT-66371) Aleksei.Glushko 2024-03-13 14:43:59 +00:00
  • 284d5437e5 [FIR] Don't transform call arguments during TYPES phase Roman Efremov 2024-03-12 11:38:41 +01:00
  • c4f89ab32e [Test] Add test reproducing incorrect error in K2 about super qualifier Roman Efremov 2024-03-12 10:18:44 +01:00
  • a38d317824 [K/JS] Use globalThis isntead of this for UMD modules ^KT-45604 Fixed Artem Kobzar 2024-03-13 13:36:55 +00:00
  • 43a08068fc [Tests] Add regression tests for KT-32754 Kirill Rakhman 2024-03-12 16:57:52 +01:00
  • adf5331ff0 [K/N] Remove more ext properties Alexander Shabalin 2024-03-05 23:16:39 +01:00
  • 23710ac133 [K/N] Keep isolatedClassLoaders in a build service Alexander Shabalin 2024-02-28 20:49:28 +01:00
  • 3532056e0d [K/N] Remove global execClang extension Alexander Shabalin 2024-03-04 23:16:55 +01:00
  • aead2c2bff [K/N] Remove unused targetsWithoutZlib Alexander Shabalin 2024-03-04 23:12:13 +01:00
  • 5a9eea8c45 [K/N] Remove unused gradle ext properties Alexander Shabalin 2024-03-04 23:11:12 +01:00
  • bb8c8431e8 [K/N][tests] Move gradle stuff for old infra to old infra Alexander Shabalin 2024-03-04 23:03:14 +01:00
  • c818ce9220 [Test] Add test for KT-66338 Dmitriy Novozhilov 2024-03-12 15:11:04 +02:00
  • 55f9f74d5c Tests: do not report backend diagnostics if there's frontend error Alexander Udalov 2024-03-11 22:22:03 +01:00
  • dca6c21d7f Tests: remove duplicateJvmSignature diagnostic tests Alexander Udalov 2024-03-11 22:41:17 +01:00
  • 6ed06f4dac Tests: minor, move diagnostic test missingNames.kt Alexander Udalov 2024-03-11 22:52:11 +01:00
  • 5be1ff1d5f Tests: minor, remove obsolete diagnostic tests Alexander Udalov 2024-03-11 22:23:42 +01:00
  • f7f779df53 [ObjCExport] Add inner classes translation eugene.levenetc 2024-03-07 15:08:21 +01:00
  • 5fee662223 [Tests] Add test for KT-57391 Vladimir Sukharev 2024-03-12 10:18:54 +01:00
  • 46dc478c03 [K/Wasm] Reduce debug information for the internal Kotlin functions Artem Kobzar 2024-03-12 17:37:03 +00:00
  • d3dfbec01a [FIR] Report warnings for inconsistent visibilities of accessors Nikolay Lunyak 2024-03-06 16:08:29 +02:00
  • 7ecbaf7d1e [FIR] Calculate property setters visibilities for intersections properly Nikolay Lunyak 2024-03-06 15:14:44 +02:00
  • b7926b68ab [FIR] Fix sources of intersection override properties's accessors Nikolay Lunyak 2024-03-06 13:02:07 +02:00
  • daa6e03e3b [FIR] Reproduce KT-66046 Nikolay Lunyak 2024-03-06 12:40:06 +02:00
  • 08dc7aeee3 [native] Minor: remove PlatformManager.Serialized.serialVersionUUID Dmitry Savvinov 2024-03-11 16:50:49 +01:00
  • 55e36dcf66 [build, native] Minor: delete obsolete commented out code Dmitry Savvinov 2024-03-11 15:27:28 +01:00
  • b19ad2505c [native] Remove code support for experimental KonanTargets Dmitry Savvinov 2024-01-16 14:51:08 +01:00
  • 47546ece27 [tests] Adjust MppDiagnosticsIt after removing deprecated K/N targets (8/8) Dmitry Savvinov 2024-03-06 18:29:21 +01:00
  • 9e8be97fbb [tests] Adjust ModuleChangesCatchingTest after removing K/N targets (7/8) Dmitry Savvinov 2024-03-06 16:10:09 +01:00
  • 53cbeb8edc [build, native] Adjust buildscripts after dropping K/N targets (6/8) Dmitry Savvinov 2024-02-28 22:59:01 +04:00
  • 8f3c0e71fa [native] Drop deprecated Kotlin/Native targets (5/8) Dmitry Savvinov 2024-01-30 15:58:10 +01:00
  • 4957d99fd6 [native] Drop deprecated Kotlin/Native targets (4/8) Dmitry Savvinov 2024-01-16 17:21:12 +01:00
  • 29e90d70c6 [native] Drop deprecated Kotlin/Native targets (3/8) Dmitry Savvinov 2024-01-16 14:53:50 +01:00
  • 85bcc8443d [native] Drop deprecated Kotlin/Native targets (2/8) Dmitry Savvinov 2024-01-16 15:36:07 +01:00
  • 0f05ffe111 [native] Drop deprecated Kotlin/Native targets (1/8) Dmitry Savvinov 2024-01-16 15:26:28 +01:00
  • 0b34d66b87 Revert "FIR: Report CAPTURED_VAL_INITIALIZATION if initialization is done" Mikhail Glukhikh 2024-03-12 11:38:34 +01:00
  • 0fe793943d K2, REPL: Display a warning that LV 1.9 is used for REPL in K2 Ilya Chernikov 2024-03-12 10:37:58 +01:00
  • 8c6966765b [K/N][tests] Move driver tests into their own project ^KT-61259 Alexander Shabalin 2024-03-07 12:01:06 +01:00
  • 316614bc9e Revert "Revert "[K/N][Tests] Ignore KonanDriverTest tests on MinGW/opt.debug/cache.no"" Alexander Shabalin 2024-02-23 13:12:59 +01:00
  • 9832edddab Revert "Revert "[K/N][Tests] Migrate test override_konan_properties0 and add testDriverVersion"" Alexander Shabalin 2024-02-23 13:12:59 +01:00
  • 60c74ab91a Revert "Revert "[K/N][Tests] Migrate test override_konan_properties0"" Alexander Shabalin 2024-02-23 13:12:59 +01:00
  • 3c097ee5e0 Revert "Revert "[K/N][Tests] Migrate driver test llvm_variant_dev"" Alexander Shabalin 2024-02-23 13:12:59 +01:00
  • e95af641bc Revert "[K/N][tests] Restore ir_providers/hello.kt ^KTI-1597" Alexander Shabalin 2024-02-23 13:12:59 +01:00
  • d897bfbcad Fix tests after a semantically conflicting merge of KT-50008 and KT-65596 Mikhail Glukhikh 2024-03-12 11:20:00 +01:00
  • e56a4c6edb Validate AGP 7.1.3 doesn't publish resources or assets Timofey Solonin 2024-02-29 17:15:07 +01:00
  • 818368efa0 Assert Android compilations run Timofey Solonin 2024-02-29 17:14:29 +01:00
  • 33c3cd47dc Simplify and improve MultiplatformResourcesConsumptionIT Timofey Solonin 2024-02-29 15:37:39 +01:00
  • c6c0abae82 [FIR] Create test case to validate KT-56988 is working as expected Brian Norman 2024-03-08 09:37:13 -06:00