1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00
cdt/core
Jonah Graham 25cbbcd5b5 Bug 569839: Ensure that behaviour is same running tests without suites
This change renames all suites to be called ...TestSuite so that
the default includes don't pick them up. With the name ...Tests it
means that those tests referenced by the suite are run multiple times.

Tests which relied on being run as part of a TestSuite have been
refactored to run as individual tests by moving the logic from
the suite into the test (e.g. CommentHandlingTestSuite)

Tests that were not runnable have been renamed from ...Test to ...Tester
to match a convention already used in CDT.

Lots of tests did not use standard name (i.e. didn't end in no Test) so
this was fixed.

Many tests were really abstract tests, so the missing abstract was added,
e.g. ArrayTests

The default excludes in Maven behaviour differently than may be expected,
so rather than remove static inner test classes, update the excludes,
see pom.xml change

Change-Id: Ia91e12fe76c3ec2d914463a28400d21b9daf1910
2020-12-21 14:50:51 -05:00
..
org.eclipse.cdt.core [releng] Remove unused API filters 2020-12-19 13:01:44 -05:00
org.eclipse.cdt.core.linux [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.linux.aarch64 [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.linux.ppc64le [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.linux.x86_64 [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.macosx [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.native [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.tests Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
org.eclipse.cdt.core.win32 [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.core.win32.x86_64 [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00
org.eclipse.cdt.ui Bug 486033 - Add close button to CDT Build Console toolbar 2020-11-29 15:14:40 -05:00
org.eclipse.cdt.ui.tests Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
pom.xml [releng] Increment feature and related versions to 10.2.0 2020-12-19 12:11:25 -05:00