From: Rodrigo Kumpera Date: Fri, 29 Sep 2017 22:44:41 +0000 (-0700) Subject: [wasm] Disable test that doesn't work with WASM X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=6f20e306e0b9409995f0f3dace16621886d83572;p=mono.git [wasm] Disable test that doesn't work with WASM --- 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