[K/N] disable throwThroughBridge test for wasm32
This commit is contained in:
@@ -4758,6 +4758,7 @@ dynamicTest("interop_memory_leaks") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dynamicTest("interop_exceptions_throwThroughBridge") {
|
dynamicTest("interop_exceptions_throwThroughBridge") {
|
||||||
|
disabled = (project.testTarget == 'wasm32') // Uses exceptions + dynamic is unsupported for wasm.
|
||||||
source = "interop/exceptions/throwThroughBridge.kt"
|
source = "interop/exceptions/throwThroughBridge.kt"
|
||||||
cSource = "$projectDir/interop/exceptions/throwThroughBridge.cpp"
|
cSource = "$projectDir/interop/exceptions/throwThroughBridge.cpp"
|
||||||
clangTool = "clang++"
|
clangTool = "clang++"
|
||||||
|
|||||||
Reference in New Issue
Block a user