From a13329fc6542527bd718077f711d3aca9ef16f10 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Thu, 28 Oct 2021 22:39:09 +0300 Subject: [PATCH] [JS IR] Regenerate and mute test --- compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt | 4 ++++ .../ir/semantics/IrCodegenWasmJsInteropJsTestGenerated.java | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt b/compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt index 49bbc10516d..dbad0339935 100644 --- a/compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt +++ b/compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt @@ -1,3 +1,7 @@ + +// Char issues +// IGNORE_BACKEND: JS_IR + // FILE: externals.js function apply7(f) { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/semantics/IrCodegenWasmJsInteropJsTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/semantics/IrCodegenWasmJsInteropJsTestGenerated.java index d92027949f9..3cb47f86c1d 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/semantics/IrCodegenWasmJsInteropJsTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/semantics/IrCodegenWasmJsInteropJsTestGenerated.java @@ -40,6 +40,11 @@ public class IrCodegenWasmJsInteropJsTestGenerated extends AbstractIrCodegenWasm runTest("compiler/testData/codegen/boxWasmJsInterop/externals.kt"); } + @TestMetadata("functionTypes.kt") + public void testFunctionTypes() throws Exception { + runTest("compiler/testData/codegen/boxWasmJsInterop/functionTypes.kt"); + } + @TestMetadata("jsExport.kt") public void testJsExport() throws Exception { runTest("compiler/testData/codegen/boxWasmJsInterop/jsExport.kt");