mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
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:
@@ -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:)[^
|
||||
]*)*$
|
||||
Reference in New Issue
Block a user