Expect test to fail on wasm32 due to exceptions
This commit is contained in:
committed by
Pavel Punegov
parent
902519a26b
commit
a6367f759b
@@ -1513,6 +1513,7 @@ task to_string0(type: RunKonanTest) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task trim(type: RunKonanTest) {
|
task trim(type: RunKonanTest) {
|
||||||
|
expectedFail = (project.testTarget == 'wasm32') // Uses exceptions
|
||||||
goldValue = "OK\n"
|
goldValue = "OK\n"
|
||||||
source = "runtime/text/trim.kt"
|
source = "runtime/text/trim.kt"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user