File tree Expand file tree Collapse file tree
usvm-ts/src/test/kotlin/org/usvm/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 DEST_DIR="arkanalyzer"
128128 MAX_RETRIES=10
129129 RETRY_DELAY=3 # Delay between retries in seconds
130- BRANCH="neo/2025-02-24 "
130+ BRANCH="neo/2025-04-14 "
131131
132132 for ((i=1; i<=MAX_RETRIES; i++)); do
133133 git clone --depth=1 --branch $BRANCH $REPO_URL $DEST_DIR && break
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Versions {
66 const val clikt = " 5.0.0"
77 const val detekt = " 1.23.7"
88 const val ini4j = " 0.5.4"
9- const val jacodb = " 453ec7c0b3 "
9+ const val jacodb = " 903fd1da7c "
1010 const val juliet = " 1.3.2"
1111 const val junit = " 5.9.3"
1212 const val kotlin = " 2.1.0"
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ class StaticFields : TsMethodTestRunner() {
104104 )
105105 }
106106
107+ @Disabled(" Statics are hard... See issue 607 in AA" )
107108 @Test
108109 fun `test static object manipulation` () {
109110 val method = getMethod(" StaticObject" , " modifyAndGet" )
You can’t perform that action at this time.
0 commit comments