Skip to content

Commit 285e3bc

Browse files
committed
Disable some tests
1 parent a342d8d commit 285e3bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

usvm-ts/src/test/kotlin/org/usvm/reachability/TypeGuardsReachabilityTest.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class TypeGuardsReachabilityTest {
4444

4545
private val tsOptions = TsOptions()
4646

47+
@Disabled("Typeof is not fully supported")
4748
@Test
4849
fun testTypeofGuardReachable() {
4950
// Test reachability through typeof type guard with constant string comparison:
@@ -119,6 +120,7 @@ class TypeGuardsReachabilityTest {
119120
)
120121
}
121122

123+
@Disabled("Typeof is not fully supported")
122124
@Test
123125
fun testUserDefinedGuardReachable() {
124126
// Test reachability through user-defined type guard:
@@ -189,6 +191,7 @@ class TypeGuardsReachabilityTest {
189191
)
190192
}
191193

194+
@Disabled("Input string to constant string comparison")
192195
@Test
193196
fun testNonNullAssertionReachable() {
194197
// Test reachability through non-null assertion:
@@ -226,6 +229,7 @@ class TypeGuardsReachabilityTest {
226229
)
227230
}
228231

232+
@Disabled("Typeof is not fully supported")
229233
@Test
230234
fun testNumericTypeGuardReachable() {
231235
// Test reachability through numeric type guard:
@@ -337,6 +341,7 @@ class TypeGuardsReachabilityTest {
337341
)
338342
}
339343

344+
@Disabled("Fake type in type constraints")
340345
@Test
341346
fun testComplexTypeGuardReachable() {
342347
// Test reachability through complex type guard combination:

0 commit comments

Comments
 (0)