[K2/N] Fix false negative interop_objc_kt55938 under K2
Merge-request: KT-MR-8817 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
255d4fa829
commit
3124154aef
@@ -5251,6 +5251,7 @@ if (PlatformInfo.isAppleTarget(project)) {
|
|||||||
"-Xauto-cache-from=$testOutputRoot/local/objc_kt55938",
|
"-Xauto-cache-from=$testOutputRoot/local/objc_kt55938",
|
||||||
"-Xauto-cache-from=$testOutputRoot/local/interop_objc_kt55938",
|
"-Xauto-cache-from=$testOutputRoot/local/interop_objc_kt55938",
|
||||||
"-Xauto-cache-dir=$testOutputRoot/local/interop_objc_kt55938/cache",
|
"-Xauto-cache-dir=$testOutputRoot/local/interop_objc_kt55938/cache",
|
||||||
|
"-Xsuppress-version-warnings", // suppresses warning about experimental language version, otherwise test fails with K2 due to -Werror
|
||||||
"-Werror" // to forbid retry with auto-cache disabled
|
"-Werror" // to forbid retry with auto-cache disabled
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user