[wasm] test cleanup (mono/mono#15727)
authorLarry Ewing <lewing@xamarin.com>
Tue, 10 Sep 2019 17:08:58 +0000 (12:08 -0500)
committerSteve Pfister <steveisok@users.noreply.github.com>
Tue, 10 Sep 2019 17:08:58 +0000 (13:08 -0400)
* [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

src/mono/mono/mini/aot-tests.cs
src/mono/mono/mini/exceptions.cs

index ed17e9b..e3ee879 100644 (file)
@@ -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 };
 
index 5db7e5e..fe5bc32 100644 (file)
@@ -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;