Expect test to fail on wasm32 due to exceptions

This commit is contained in:
Pavel Punegov
2018-01-10 16:20:57 +03:00
committed by Pavel Punegov
parent 902519a26b
commit a6367f759b
+1
View File
@@ -1513,6 +1513,7 @@ task to_string0(type: RunKonanTest) {
}
task trim(type: RunKonanTest) {
expectedFail = (project.testTarget == 'wasm32') // Uses exceptions
goldValue = "OK\n"
source = "runtime/text/trim.kt"
}