Skip to content

Commit 0310f2a

Browse files
committed
restore some tests to effpi
1 parent 48c617a commit 0310f2a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,16 @@ class CommunityBuildTest {
194194
// We set `useEffpiPlugin := false` because we don't want to run their
195195
// compiler plugin since it relies on external binaries (from the model
196196
// checker mcrl2), however we do compile the compiler plugin.
197-
// have to drop the plugin and akka tests for now, testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; plugin/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
198-
// have to drop the plugin and akka tests for now, updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; plugin/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
199-
testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
200-
updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; examples/test:update; pluginBenchmarks/test:update"
197+
198+
// We have to drop the plugin and some akka tests for now, the plugin depends on github.com/bmc/scalasti which
199+
// has not been updated since 2018, so no 2.13 compat. Some akka tests are dropped due to MutableBehaviour being
200+
// dropped in the 2.13 compatible release
201+
202+
// testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; plugin/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
203+
// updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; plugin/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
204+
205+
testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
206+
updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
201207
)
202208

203209
// TODO @oderky? It got broken by #5458

0 commit comments

Comments
 (0)