commit | 5ca4b757971e51a71f3112d7a050a6808a505590 | [log] [tgz] |
---|---|---|
author | Ilya Matveev <ilya.matveev@jetbrains.com> | Fri Jul 30 18:51:59 2021 +0700 |
committer | Ilya Matveev <ilya.matveev@jetbrains.com> | Fri Jul 30 18:52:28 2021 +0700 |
tree | 7acf5d0287214fdf1cb2a4944b3a9f8c43450288 | |
parent | 66ba6107ae7c0a6ec1112a5f77d4082c9673fece [diff] |
Disable cleaner tests
diff --git a/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt b/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt index 9122240..a2e74ad 100644 --- a/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt +++ b/kotlin-native/backend.native/tests/runtime/basic/cleaner_basic.kt
@@ -199,6 +199,7 @@ } @Test +@Ignore // TODO: Fix for the new MM. Last assert is wrong for the new MM. fun testCleanerCleansWithoutGC() { val called = AtomicBoolean(false); var funBoxWeak: WeakReference<FunBox>? = null