openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
63 stars 16 forks source link

OC-204: bump groovy 2.5.9 to 2.5.23 #205

Closed marek-parfianowicz closed 1 year ago

marek-parfianowicz commented 1 year ago

Tests are pretty unstable with Groovy 2.5.14 and 2.5.23. Not merging this PR now. Needs more investigation.

Error: CompilationTest>DynamicallyNamedTestBase.runTest:23->DynamicallyNamedTestBase.super$3$runTest:-1->testBasicCompilation:150->assertCloveredClassAt:418 Compiled class not found at dest/Bar.class

Failed tests: GroovySpockTest>DynamicallyNamedTestBase.runTest:23->DynamicallyNamedTestBase.super$3$runTest:-1->testTestNameToMethodNameHtmlLink:264->assertTestResultPage:360 Number of test result pages is 0 for inputs [2] expected:<1> but was:<0>

marek-parfianowicz commented 1 year ago

Merged master (with changes from issue #209), so that now the default Groovy version used for compilation and testing is 4.0.15.