File tree 3 files changed +3
-2
lines changed
usvm-ts/src/test/kotlin/org/usvm/samples
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
DEST_DIR="arkanalyzer"
128
128
MAX_RETRIES=10
129
129
RETRY_DELAY=3 # Delay between retries in seconds
130
- BRANCH="neo/2025-02-24 "
130
+ BRANCH="neo/2025-04-14 "
131
131
132
132
for ((i=1; i<=MAX_RETRIES; i++)); do
133
133
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 {
6
6
const val clikt = " 5.0.0"
7
7
const val detekt = " 1.23.7"
8
8
const val ini4j = " 0.5.4"
9
- const val jacodb = " 453ec7c0b3 "
9
+ const val jacodb = " 903fd1da7c "
10
10
const val juliet = " 1.3.2"
11
11
const val junit = " 5.9.3"
12
12
const val kotlin = " 2.1.0"
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ class StaticFields : TsMethodTestRunner() {
104
104
)
105
105
}
106
106
107
+ @Disabled(" Statics are hard... See issue 607 in AA" )
107
108
@Test
108
109
fun `test static object manipulation` () {
109
110
val method = getMethod(" StaticObject" , " modifyAndGet" )
You can’t perform that action at this time.
0 commit comments