Skip to content

Disable some tests

285e3bc
Select commit
Loading
Failed to load commit list.
Merged

[TS] Extend reachability analysis test suite #334

Disable some tests
285e3bc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Oct 14, 2025 in 3s

6 new alerts

New alerts in code changed by this pull request

  • 6 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 272 in usvm-ts/src/main/kotlin/org/usvm/machine/expr/CallApproximations.kt

See this annotation in the file changed.

Code scanning / detekt

Braces do not comply with the specified policy Warning

Inconsistent braces, make sure all branches either have or don't have braces.

Check warning on line 95 in usvm-ts/src/test/kotlin/org/usvm/reachability/HigherOrderFunctionsReachabilityTest.kt

See this annotation in the file changed.

Code scanning / detekt

Var declaration could be val. Warning test

Variable 'target' could be val.

Check warning on line 89 in usvm-ts/src/test/kotlin/org/usvm/reachability/InheritanceReachabilityTest.kt

See this annotation in the file changed.

Code scanning / detekt

Line detected, which is longer than the defined maximum line length in the code style. Warning test

Line detected, which is longer than the defined maximum line length in the code style.

Check warning on line 109 in usvm-ts/src/test/kotlin/org/usvm/reachability/LoopsReachabilityTest.kt

See this annotation in the file changed.

Code scanning / detekt

Detects trailing spaces Warning test

Trailing space(s)

Check warning on line 161 in usvm-ts/src/test/kotlin/org/usvm/reachability/RecursionReachabilityTest.kt

See this annotation in the file changed.

Code scanning / detekt

Line detected, which is longer than the defined maximum line length in the code style. Warning test

Line detected, which is longer than the defined maximum line length in the code style.

Check warning on line 348 in usvm-ts/src/test/kotlin/org/usvm/reachability/TypeGuardsReachabilityTest.kt

See this annotation in the file changed.

Code scanning / detekt

Line detected, which is longer than the defined maximum line length in the code style. Warning test

Line detected, which is longer than the defined maximum line length in the code style.