SIMD test is expected to fail on wasm because it relies on exeptions

This commit is contained in:
Pavel Punegov
2019-12-10 20:43:46 +03:00
committed by Pavel Punegov
parent 4dd4911b58
commit 298ac706a5
+1
View File
@@ -766,6 +766,7 @@ task runtime_random(type: KonanLocalTest) {
}
task runtime_basic_simd(type: KonanLocalTest) {
expectedFail = (project.testTarget == 'wasm32') // Uses exceptions.
source = "runtime/basic/simd.kt"
}