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