unit-tests: Disable tests for unit tests support on wasm32
This commit is contained in:
@@ -1972,6 +1972,7 @@ task testing_annotations(type: RunKonanTest) {
|
||||
task testing_assertions(type: RunKonanTest) {
|
||||
source = "testing/assertions.kt"
|
||||
flags = ['-tr']
|
||||
expectedFail = (project.testTarget == 'wasm32') // Uses exceptions.
|
||||
expectedExitStatus = 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user