1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
cdt/core/org.eclipse.cdt.core.tests
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
..
.settings Bug 568079: Reformat source code using clang-format 2020-10-31 20:13:42 -04:00
META-INF [releng] Update plug-in versions 2020-10-06 16:20:18 -04:00
misc/org/eclipse/cdt Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
model/org/eclipse/cdt/core Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
parser/org/eclipse/cdt Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
regression/org/eclipse/cdt/core/tests Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
resources Bug 568728: Drop execute permission on files 2020-11-18 17:38:22 +01:00
suite/org/eclipse/cdt/core Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
.classpath Bug 562494: Update BREE to Java 11 2020-08-24 17:50:56 -04:00
.project Bug 566334: Turn on API Tooling & Analysis for all bundles 2020-08-24 17:50:56 -04:00
about.html Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00
build.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.properties Fixed "The value for X attribute is not externalized" warning 2020-08-28 21:32:18 +02:00
plugin.xml bug 416628: "Export" of entries of language settings providers to referencing projects - added capability 2013-09-08 08:09:10 -04:00
pom.xml Bug 569839: Ensure that behaviour is same running tests without suites 2020-12-21 14:50:51 -05:00
test.xml