[wasm] Disable test due to emcc bug.
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 26 Sep 2017 00:37:52 +0000 (17:37 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 26 Sep 2017 00:37:52 +0000 (17:37 -0700)
mono/mini/exceptions.cs

index aa5ca277ac544e5e57bdeffbbfd454a0c95de9ab..1e3ded9587a7d63ff7bdf25ad5024fc446fe7cb4 100644 (file)
@@ -1427,6 +1427,7 @@ 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;