From 960ba3ffdea38f9863a568467d6ebb4a6a025fc4 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Tue, 16 Nov 2021 18:07:37 +0300 Subject: [PATCH] [K/N] Excluded filecheck test on wasm32. See KT-49739 --- kotlin-native/backend.native/tests/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index b582514e5f3..6f73948ef75 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -5977,6 +5977,7 @@ fileCheckTest("filecheck_signext_zeroext_objc_export") { } fileCheckTest("filecheck_function_attributes_at_callsite") { + enabled = (project.testTarget != 'wasm32') // KT-49739 annotatedSource = project.file('filecheck/function_attributes_at_callsite.kt') }