soot-oss / SootUp

A new version of Soot with a completely overhauled architecture
https://soot-oss.github.io/SootUp/
GNU Lesser General Public License v2.1
593 stars 81 forks source link

Fix switch comparison #1126

Closed stschott closed 3 weeks ago

swissiety commented 3 weeks ago

hmm... MutableBlockStmtGraphTest.testRemoveMultipleTrapsWithDifferentExceptionTypes:1098 » IllegalArgument Invalid StmtGraph. A Trap is not created as a traps endStmt was not visited during the iteration of all Stmts.

stschott commented 3 weeks ago

Flaky test? Locally the test case passes.

stschott commented 3 weeks ago

The only method I changed is not even called when running the MutableBlockStmtGraphTest.testRemoveMultipleTrapsWithDifferentExceptionTypes test.