Disable regex tests on wasm32 due to exceptions usage

This commit is contained in:
Pavel Punegov
2018-08-14 12:16:11 +03:00
committed by Pavel Punegov
parent b1a42d1d3d
commit 93e1609d5e
+1
View File
@@ -2920,6 +2920,7 @@ task buildKonanRegexTests(type: BuildKonanTest) {
}
task runKonanRegexTests(type: RunKonanTest) {
disabled = (project.testTarget == 'wasm32') // Uses exceptions.
dependsOn('buildKonanRegexTests')
outputSourceSetName = "testOutputStdlib"
// runs all tests and hence source name should be not null