Tests: Drop unnecessary stderr matching from RunCMake.ctest_memcheck
The Dummy*-stderr.txt files were needed only to match platform-specific memcheck tooling output and verify that stderr is otherwise empty. Now that the RunCMake infrastructure knows how to strip such lines before matching, we can simply drop these files and use the default empty string match.
This commit is contained in:
parent
7ce9f6e29e
commit
e2b9e7f7bc
|
@ -1,3 +0,0 @@
|
|||
^((^|
|
||||
)(BullseyeCoverage|==|ctest\([0-9]+\) malloc:)[^
|
||||
]*)*$
|
|
@ -1,3 +0,0 @@
|
|||
^((^|
|
||||
)(BullseyeCoverage|==|ctest\([0-9]+\) malloc:)[^
|
||||
]*)*$
|
|
@ -1,3 +0,0 @@
|
|||
^((^|
|
||||
)(BullseyeCoverage|==|ctest\([0-9]+\) malloc:)[^
|
||||
]*)*$
|
|
@ -1,3 +0,0 @@
|
|||
^((^|
|
||||
)(BullseyeCoverage|==|ctest\([0-9]+\) malloc:)[^
|
||||
]*)*$
|
|
@ -1,3 +0,0 @@
|
|||
^((^|
|
||||
)(BullseyeCoverage|==|ctest\([0-9]+\) malloc:)[^
|
||||
]*)*$
|
Loading…
Reference in New Issue