[Native][tests] Introduce EXPECTED_TIMEOUT_FAILURE directive

It allows to correctly handle tests that were failed by timeout where such failure is the expected behavior.
This commit is contained in:
Dmitriy Dolovov
2022-04-05 23:16:14 +03:00
committed by Space
parent 7cf3ca29af
commit 261e177b39
21 changed files with 216 additions and 120 deletions
@@ -1,4 +1,5 @@
// KIND: STANDALONE_NO_TR
// EXPECTED_TIMEOUT_FAILURE
import kotlin.math.E
import kotlin.math.sqrt
@@ -1,4 +1,5 @@
// KIND: STANDALONE_NO_TR
// EXPECTED_TIMEOUT_FAILURE
import kotlin.math.E
import kotlin.math.sqrt