[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:
@@ -1,4 +1,5 @@
|
||||
// KIND: STANDALONE_NO_TR
|
||||
// EXPECTED_TIMEOUT_FAILURE
|
||||
|
||||
import kotlin.math.E
|
||||
import kotlin.math.sqrt
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
// KIND: STANDALONE_NO_TR
|
||||
// EXPECTED_TIMEOUT_FAILURE
|
||||
|
||||
import kotlin.math.E
|
||||
import kotlin.math.sqrt
|
||||
|
||||
Reference in New Issue
Block a user