From: Larry Ewing Date: Tue, 10 Sep 2019 17:08:58 +0000 (-0500) Subject: [wasm] test cleanup (mono/mono#15727) X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~532 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b54fa9def3755858da253933cd167fbfdcc32f7;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [wasm] test cleanup (mono/mono#15727) * [wasm] stop excluding test_0_large_nullable_invoke on wasm * [wasm] remove wasm exclusion from test_0_simple_double_casts * Add category MultiThreaded to more of the concurrent collection tests * Add more MultiThreaded annotations to HttpListener2Test * Add category MultiThreaded to HttpWebRequestTest * [wasm] flag more tests that are taking down the runtime * [wasm] force sockets to throw PNSE in the ctor for now * [wasm] enable corlib interpreter tests * [wasm] Increase timeout for corlib tests * try to fix wasm-cross-win-release-configure on macos Commit migrated from https://github.com/mono/mono/commit/47905828121f9929961cc105d1d0b835b3333b32 --- diff --git a/src/mono/mono/mini/aot-tests.cs b/src/mono/mono/mini/aot-tests.cs index ed17e9b..e3ee879 100644 --- a/src/mono/mono/mini/aot-tests.cs +++ b/src/mono/mono/mini/aot-tests.cs @@ -577,7 +577,6 @@ class Tests } [Category ("DYNCALL")] - [Category ("!WASM")] //Interp fails public static int test_0_large_nullable_invoke () { var s = new LargeStruct () { a = 1, b = 2, c = 3, d = 4 }; diff --git a/src/mono/mono/mini/exceptions.cs b/src/mono/mono/mini/exceptions.cs index 5db7e5e..fe5bc32 100644 --- a/src/mono/mono/mini/exceptions.cs +++ b/src/mono/mono/mini/exceptions.cs @@ -1469,7 +1469,6 @@ class Tests return 0; } - [Category ("!WASM")] // reported as https://github.com/kripken/emscripten/issues/5603 public static int test_0_simple_double_casts () { double d = 0xffffffff;