This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cpp0x test suite PASS/FAIL


On Tue, 10 Dec 2013, BELBACHIR Selim wrote:

> FAIL: g++.dg/cpp0x/auto27.C -std=c++11 std (test for errors, line 3)
> FAIL: g++.dg/cpp0x/auto27.C -std=c++11 auto (test for errors, line 3)
> FAIL: g++.dg/cpp0x/auto27.C -std=c++11 no type (test for errors, line 3)

That means that the desired result is an error message on that line, and 
either there was no such error message or the error message did not match 
what the testcase expected.

> Should I ignore the FAILs when the comment contains '(test for errors' 
> and consider that those tests are parts of a larger test with comment 
> '(test for excess errors' ?

No, FAILs indicate a bug in either the compiler or the testcase (or in 
your test environment, etc.); don't ignore them.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]