Skip to content

Commit 53ecc59

Browse files
committed
Drop download pages for coverage
These haven't been used in the last 10+ years, current way of running tests has zero support for handling coverage and php will be gone by the end of year so it's best if only actually used scripts are around so one can actually figure what needs porting.
1 parent 7c4d5ea commit 53ecc59

File tree

4 files changed

+0
-117
lines changed

4 files changed

+0
-117
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@
142142
value="org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter" />
143143

144144
<tstamp prefix="NOW" />
145-
<property
146-
name="coverage-output"
147-
value="${eclipse-home}/coverage" />
148145
<property file="${basedir}/finalPluginsVersions.properties" />
149146
<echo message="basedir = ${basedir}" />
150147
<property

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/coverage.php

Lines changed: 0 additions & 101 deletions
This file was deleted.

production/testScripts/configuration/sdk.tests/testScripts/test.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -676,12 +676,6 @@
676676
value="${results}/${testedPlatform}-perf-samples.dat" />
677677
<echo message="eclipse.perf.samples.out: ${eclipse.perf.samples.out}" />
678678

679-
<!-- this directory, with some sort files are created during unit tests
680-
... need to find where to disable/enable JaCoCo -->
681-
<property
682-
name="coverage-output"
683-
value="${results}/coverageIGNORE" />
684-
685679
<property
686680
name="basicDirectoriesInitialized"
687681
value="true" />

production/testScripts/runTests2.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -763,13 +763,6 @@
763763
value="${results}/${testedPlatform}-perf-samples.dat" />
764764
<echo message="eclipse.perf.samples.out: ${eclipse.perf.samples.out}" />
765765

766-
767-
<!-- this directory, with some sort files are created during unit tests
768-
... need to find where to disable/enable JaCoCo -->
769-
<property
770-
name="coverage-output"
771-
value="${results}/coverageIGNORE" />
772-
773766
<property
774767
name="basicDirectoriesInitialized"
775768
value="true" />

0 commit comments

Comments
 (0)