[cmake-developers] [CMake 0012627]: CTest does not match catastrophic error produced by intel c++ 11.1

Mantis Bug Tracker mantis at public.kitware.com
Thu Dec 15 05:05:23 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=12627 
====================================================================== 
Reported By:                ngladitz
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   12627
Category:                   CTest
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-12-15 05:05 EST
Last Modified:              2011-12-15 05:05 EST
====================================================================== 
Summary:                    CTest does not match catastrophic error produced by
intel c++ 11.1
Description: 
I've got errors of the form:
C:\some\dir\source.cpp(17): catastrophic error: could not open source file
"some_header.h"

Which CTest does not detect as an error.
The closest match in cmCTestBuildHandler.cxx seems to be:
"([^:]+)\\(([^\\)]+)\\) : (error|fatal error|catastrophic error)"

I tried "([^:]+)\\(([^\\)]+)\\): (error|fatal error|catastrophic error)" which
seems to work (I removed the space between ')' and ':').

Can this space be made optional? 
e.g. "([^:]+)\\(([^\\)]+)\\): ?(error|fatal error|catastrophic error)"
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-12-15 05:05 ngladitz       New Issue                                    
======================================================================




More information about the cmake-developers mailing list