SIMD test is expected to fail on wasm because it relies on exeptions
This commit is contained in:
committed by
Pavel Punegov
parent
4dd4911b58
commit
298ac706a5
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user