Merge lp:~michihenning/unity-api/fix-valgrind-tests into lp:unity-api

Proposed by Michi Henning
Status: Merged
Approved by: Michał Sawicz
Approved revision: 35
Merged at revision: 36
Proposed branch: lp:~michihenning/unity-api/fix-valgrind-tests
Merge into: lp:unity-api
Diff against target: 34 lines (+17/-9)
1 file modified
CTestCustom.cmake.in (+17/-9)
To merge this branch: bzr merge lp:~michihenning/unity-api/fix-valgrind-tests
Reviewer Review Type Date Requested Status
Michał Sawicz Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+163631@code.launchpad.net

Commit message

Updated CTestCustom.cmake.in to not run tests under valgrind for which valgrind doesn't make sense, such as all the scripts that test headers for various forbidden things. Also removed stale entries left over from the move from the phablet tree.

Description of the change

Updated CTestCustom.cmake.in to not run tests under valgrind for which valgrind doesn't make sense, such as all the scripts that test headers for various forbidden things. Also removed stale entries left over from the move from the phablet tree.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CTestCustom.cmake.in'
2--- CTestCustom.cmake.in 2013-05-13 11:39:49 +0000
3+++ CTestCustom.cmake.in 2013-05-14 04:36:24 +0000
4@@ -4,13 +4,21 @@
5
6 SET(CTEST_CUSTOM_MEMCHECK_IGNORE
7 cleanincludes
8- testAnimationControllerWithSignals
9- testCarousel
10- testClock
11- testCrossFadeImage
12- testIndicatorItem
13- testMathLocal
14- testRatingStars
15- testSideStage
16- testTimeLocal
17+ stand-alone-unity-headers
18+ stand-alone-unity-internal-headers
19+ stand-alone-unity-api-headers
20+ stand-alone-unity-api-internal-headers
21+ stand-alone-unity-scopes-headers
22+ stand-alone-unity-scopes-internal-headers
23+ stand-alone-unity-util-headers
24+ stand-alone-unity-util-internal-headers
25+ clean-public-unity-headers
26+ clean-public-unity-internal-headers
27+ clean-public-unity-api-headers
28+ clean-public-unity-api-internal-headers
29+ clean-public-unity-scopes-headers
30+ clean-public-unity-scopes-internal-headers
31+ clean-public-unity-util-headers
32+ clean-public-unity-util-internal-headers
33+ copyright
34 whitespace)

Subscribers

People subscribed via source and target branches

to all changes: