Skip to content

Commit 4154661

Browse files
committed
ignore DA benchmark test
1 parent fd12467 commit 4154661

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/main/scala/viper/gobra/dependencyAnalysis/GobraDependencyAnalysisAggregator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object GobraDependencyAnalysisAggregator {
3131
identifyGobraNodes(typeInfo.tree.originalRoot)(positionManager)
3232
}
3333

34-
// TODO ake: should we also determine the assumption and assertion types here?
34+
3535
private def identifyGobraNodes(pNode: PNode, dependencyType: Option[DependencyType]=None)(implicit positionManager: PositionManager): Iterable[GobraDependencyAnalysisInfo] = {
3636

3737
def go(pNodes: Iterable[PNode], dependencyType: Option[DependencyType]=None) = {

src/test/scala/viper/gobra/DependencyAnalysisBenchmarkTest.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package viper.gobra
22

33
import org.rogach.scallop.throwError
4+
import org.scalatest.DoNotDiscover
45
import viper.gobra.frontend.{Config, ScallopGobraConfig}
56
import viper.gobra.reporting.NoopReporter
67
import viper.gobra.util.Violation
78

89
import java.nio.file.Path
910

11+
@DoNotDiscover
1012
class DependencyAnalysisBenchmarkTest extends OverallBenchmarkTests {
1113
val configOptionsPropertyName = "GOBRATESTS_FLAGS"
1214

viperserver

Submodule viperserver updated 1 file

0 commit comments

Comments
 (0)