Disable regex tests on wasm32 due to exceptions usage
This commit is contained in:
committed by
Pavel Punegov
parent
b1a42d1d3d
commit
93e1609d5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user