Skip to content

Commit 7991c39

Browse files
committed
zinc: disable spurious failing test
1 parent b5318aa commit 7991c39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configs/community.dbuild

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,8 +2122,10 @@ build += {
21222122
"set executeTests in zincIvyIntegration in Test := Tests.Output(TestResult.Passed, Map(), Iterable())"
21232123
// many failed tests with "sbt.internal.inc.InvalidComponent: The Scala compiler and library could not be retrieved"
21242124
"set executeTests in zinc in Test := Tests.Output(TestResult.Passed, Map(), Iterable())"
2125-
// started failing in 2.12.9 nightlies
2126-
"""set compilerBridgeTest/Test/unmanagedSources/excludeFilter := HiddenFileFilter || "ExtractUsedNamesPerformanceSpecification.scala""""
2125+
// ExtractUsedNmesPerformanceSpecification started failing in 2.12.9 nightlies
2126+
// ExtractUsedNamesSpecification is a silly spurious failure, as per
2127+
// https://github.com/scala/scala-dev/issues/644#issuecomment-520540296
2128+
"""set compilerBridgeTest/Test/unmanagedSources/excludeFilter := HiddenFileFilter || "ExtractUsedNamesPerformanceSpecification.scala" || "ExtractUsedNamesSpecification.scala""""
21272129
]
21282130
deps.ignore: ["com.geirsson#scalafmt-core", "com.lucidchart#scalafmt-impl"]
21292131
check-missing: false // ignore missing scalafmt

0 commit comments

Comments
 (0)