Ok so it's a problem local to my environment that I must fix. I've downloaded the lastest dejagnu 1.5.1 but it doesn't solve the problem. I found in no documentation the selector 'target c++98' but it should exist somewhere because about 20 c++11 tests use it and FAIL the same way. I'll try to investigate further (tcl is a pain for me :) )
Selim -----Message d'origine----- De : Joseph Myers [mailto:jos...@codesourcery.com] Envoyé : mardi 10 décembre 2013 18:57 À : BELBACHIR Selim Cc : gcc@gcc.gnu.org Objet : RE: cpp0x test suite PASS/FAIL On Tue, 10 Dec 2013, BELBACHIR Selim wrote: > The selector 'target c++98' (in { dg-error "std=" "std" { target c++98 > } } for example) do not prevent the FAIL to be printed when -std=c++11 > options is used. Well, that would be a bug in one of (a) the test harness code, (b) the way the selector is used, (c) your DejaGnu installation. In none of those cases is ignoring the FAIL appropriate; both (a) and (c) could well cause other problems with inaccurate test results elsewhere in the testsuite. You'll need to investigate why DejaGnu isn't behaving as intended on your system. -- Joseph S. Myers jos...@codesourcery.com