From: Rodrigo Kumpera Date: Mon, 25 Sep 2017 23:35:05 +0000 (-0700) Subject: [mini] Fix bug categories. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7f6370f8491aa78c7ced5af5970c2ccc14e4d011;p=mono.git [mini] Fix bug categories. --- diff --git a/mono/mini/aot-tests.cs b/mono/mini/aot-tests.cs index fef0cc81cae..82fb3ae674d 100644 --- a/mono/mini/aot-tests.cs +++ b/mono/mini/aot-tests.cs @@ -261,7 +261,7 @@ class Tests [Category ("DYNCALL")] [Category ("!FULLAOT-AMD64")] - [Category ("!WASM")] //known bug in the interpreter + [Category ("!INTERPRETER")] //known bug in the interpreter public static int test_0_dyncall_nullable () { int? v; @@ -412,7 +412,7 @@ class Tests [Category ("DYNCALL")] [Category ("!FULLAOT-AMD64")] - [Category ("!WASM")] //known bug in the interpreter + [Category ("!INTERPRETER")] //known bug in the interpreter public static int test_0_large_nullable_invoke () { var s = new LargeStruct () { a = 1, b = 2, c = 3, d = 4 };