Skip to content

Commit

Permalink
Some tests are disabled for a some time...
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilStepanov committed Oct 30, 2023
1 parent cabb4e0 commit e79c048
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class ClassWithEnumTest : JavaMethodTestRunner() {
}

@Test
@Disabled("TODO we need to get mocks for static fields")
fun testAffectSystemStaticAndUseInitEnumFromIt() {
checkDiscoveredProperties(
ClassWithEnum::affectSystemStaticAndInitEnumFromItAndReturnField,
Expand Down
2 changes: 2 additions & 0 deletions usvm-jvm/src/test/kotlin/org/usvm/samples/loops/TestWhile.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.usvm.samples.loops

import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.usvm.UMachineOptions
import org.usvm.samples.JavaMethodTestRunner
Expand All @@ -17,6 +18,7 @@ class TestWhile : JavaMethodTestRunner() {
)

@Test
@Disabled("Jacodb issue")
fun `Test singleLoop`() {
checkDiscoveredProperties(
While::singleLoop,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ internal class ClassForTestClinitSectionsTest : JavaMethodTestRunner() {
// }

@Test
@Disabled("TODO we need to get mocks for static fields")
fun testClinitWithClinitAnalysis() {
checkDiscoveredProperties(
ClassForTestClinitSections::resultDependingOnStaticSection,
Expand Down

0 comments on commit e79c048

Please sign in to comment.