mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
Tests/RunCMake/include: Match incidental line numbers more robustly
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
^CMake Warning \(dev\) at EmptyString\.cmake:1 \(include\):
|
||||
include\(\) given empty file name \(ignored\).
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
^CMake Warning \(dev\) at EmptyStringOptional\.cmake:1 \(include\):
|
||||
include\(\) given empty file name \(ignored\).
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
[^
|
||||
]*/Tests/RunCMake/include/ExportExportInclude-build/theTargets\.cmake
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
CMakeLists\.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
[^
|
||||
]*/Tests/RunCMake/include/IncludeIsDirectory-build
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
CMakeLists\.txt:[0-9]+ \(include\)$
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
Parse error\. Function missing ending "\)"\. End of file reached\.
|
||||
Call Stack \(most recent call first\):
|
||||
IncludeMalformed\.cmake:1 \(include\)
|
||||
CMakeLists\.txt:3 \(include\)
|
||||
CMakeLists\.txt:[0-9]+ \(include\)
|
||||
+
|
||||
CMake Error at IncludeMalformed\.cmake:1 \(include\):
|
||||
include could not load requested file:
|
||||
|
||||
malformedInclude\.cmake
|
||||
Call Stack \(most recent call first\):
|
||||
CMakeLists\.txt:3 \(include\)$
|
||||
CMakeLists\.txt:[0-9]+ \(include\)$
|
||||
|
||||
Reference in New Issue
Block a user