File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2122,8 +2122,10 @@ build += {
2122
2122
"set executeTests in zincIvyIntegration in Test := Tests.Output(TestResult.Passed, Map(), Iterable())"
2123
2123
// many failed tests with "sbt.internal.inc.InvalidComponent: The Scala compiler and library could not be retrieved"
2124
2124
"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""""
2127
2129
]
2128
2130
deps.ignore: ["com.geirsson#scalafmt-core", "com.lucidchart#scalafmt-impl"]
2129
2131
check-missing: false // ignore missing scalafmt
You can’t perform that action at this time.
0 commit comments