1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#
# Tests listed here will not be run by the valgrind target,
# either because there is not point (we don't want to
# test that a python script doesn't leak), or because,
# under valgrind, the test runs too slowly to meet
# its timing constraints (or crashes valgrind).
#
SET(CTEST_CUSTOM_MEMCHECK_IGNORE
cleanincludes
noglobalincludes
stand-alone-unity-scopes-headers
stand-alone-unity-scopes-internal-headers
stand-alone-unity-scopes-testing-headers
stand-alone-unity-scopes-utility-headers
stand-alone-unity-scopes-utility-internal-headers
stand-alone-unity-scopes-qt-headers
stand-alone-unity-scopes-qt-internal-headers
clean-public-unity-scopes-headers
clean-public-unity-scopes-testing-headers
clean-public-unity-scopes-utility-headers
clean-public-unity-scopes-qt-headers
IsolatedScopeBenchmark # Runs too slowly and crashes valgrind 3.10.0 with g++-4.9
copyright
whitespace)
|