[K/N] disable throwThroughBridge test for wasm32

This commit is contained in:
Ilya Matveev
2021-07-09 22:30:50 +07:00
committed by Space
parent ecf6001365
commit 1c5361dacd
@@ -4758,6 +4758,7 @@ dynamicTest("interop_memory_leaks") {
}
dynamicTest("interop_exceptions_throwThroughBridge") {
disabled = (project.testTarget == 'wasm32') // Uses exceptions + dynamic is unsupported for wasm.
source = "interop/exceptions/throwThroughBridge.kt"
cSource = "$projectDir/interop/exceptions/throwThroughBridge.cpp"
clangTool = "clang++"