From 6f20e306e0b9409995f0f3dace16621886d83572 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Fri, 29 Sep 2017 15:44:41 -0700 Subject: [PATCH] [wasm] Disable test that doesn't work with WASM --- mono/mini/mixed.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mono/mini/mixed.cs b/mono/mini/mixed.cs index 568589ebe27..940c19345e1 100644 --- a/mono/mini/mixed.cs +++ b/mono/mini/mixed.cs @@ -244,6 +244,7 @@ class Tests return 1; } + [Category ("!WASM")] //Stack traces / EH are super broken on WASM + Interpreter public static int test_0_stack_traces () { // // Get a stacktrace for an interp->jit->interp call stack -- 2.25.1