Commit graph

6 commits

Author SHA1 Message Date
Antoine Musso
c03f1ebe75 test: ignore code coverage for CleanUpTest
The tests under tests/phpunit/includes/normal/CleanUpTest.php do not use
data provider. When being run for code coverage (bug 31518) they take so
long that they ends up timing out.

The whole class need to be refactored to use data providers (bug 46561).

Change-Id: I78c270e71d23ffbab00d8812ee91d380aef342c6
2013-03-26 12:54:03 +01:00
Antoine Musso
b5299c2663 mark UtfNormal::CleanUpTest as expensive
The CleanUpTest are a bit long and reach the medium timeout of 10
seconds.  Mark them as large would give them a 60 seconds timeout,
hopefully enough to generate code coverage.

Change-Id: Id6d13204428ec1810a9b56db76bed351bf45b950
2013-03-14 05:05:24 +01:00
Siebrand Mazeland
49dfbc59d0 Update formatting
6 of n.

Change-Id: I0ca3f1f72349623631ce1d7f3a4e2ed5edbdbdf4
2013-02-15 12:44:42 +00:00
Antoine Musso
af02c4193b Only run CleanUpTest on a quarter of the cases.
Speed up the testDoubleBytes & testTripleBytes which generates 32k assertions.
The processing took 12 and 18 seconds respectively on my computer, now down
to 8k assertions.
2011-05-28 08:38:14 +00:00
Chad Horohoe
7c4c8406e0 Various fixes for CleanUpTest 2011-05-04 23:09:18 +00:00
Chad Horohoe
6944e56581 Move CleanUpTest, fixes in next commit 2011-05-04 23:05:25 +00:00
Renamed from includes/normal/CleanUpTest.php (Browse further)