unit-tests: Disable tests for unit tests support on wasm32

This commit is contained in:
Ilya Matveev
2017-09-19 20:02:26 +03:00
committed by ilmat192
parent 4c3016d21b
commit 6db5bbb4f0
+1
View File
@@ -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
}