This is a flat list so no need to decorate roots
[kdepim.git] / CTestCustom.cmake
blob73653821a3fa8aaa6e7198c3764bad9de00606b7
1 # This file contains all the specific settings that will be used
2 # when running 'make Experimental'
4 # Change the maximum warnings that will be displayed
5 # on the report page (default 50)
6 set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 7500)
8 # Warnings that will be ignored
9 set(CTEST_CUSTOM_WARNING_EXCEPTION
10   
11   "groupwise/soap"
12   "mk4storage"
13   "kresources"
14   "'Iterator' is deprecated"
15   "'ConstIterator' is deprecated"
16   "'Resource' is deprecated"
17   "too big, try a different debug format"
18   "qlist.h.*increases required alignment of target type"
19   "qmap.h.*increases required alignment of target type"
20   "qhash.h.*increases required alignment of target type"
21   )
23 # Errors that will be ignored
24 set(CTEST_CUSTOM_ERROR_EXCEPTION
25   
26   "ICECC"
27   "Segmentation fault"
28   "GConf Error"
29   "Client failed to connect to the D-BUS daemon"
30   "Failed to connect to socket"
31   )
33 # No coverage for these files
34 set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_" "ontologies")