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
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"
23 # Errors that will be ignored
24 set(CTEST_CUSTOM_ERROR_EXCEPTION
29 "Client failed to connect to the D-BUS daemon"
30 "Failed to connect to socket"
33 # No coverage for these files
34 set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_" "ontologies")