Commit b268df2
committed
Avoid running addons SWT tests twice in the Tycho build
The org.eclipse.e4.ui.workbench.addons.swt.test bundle defined an AllTests
@suite while Tycho also scans test classes by name, so MaximizeBugTest,
MaximizePartSashContainerPlaceholderTest and CleanupAddonTest each ran twice
per build. For MaximizeBugTest that wasted about 35 seconds on every platform.
Remove the redundant AllTests suite and rename MaximizableChildrenTag to
MaximizableChildrenTagTest so the scanner runs it directly. Every test class
now runs exactly once. The bundle has no test.xml, so the Ant nightly is not
affected.1 parent 4f9ee7a commit b268df2
2 files changed
Lines changed: 1 addition & 20 deletions
File tree
- tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/org/eclipse/e4/ui/workbench/addons
- minmax
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments