This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
how are xfails supposed to work?
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: how are xfails supposed to work?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 2 Apr 2001 15:30:01 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org
..the g++ testsuite way is not working (embedding XFAIL on the line to
fail). The libjava method (make a filename.xfail) seems a bit wasteful.
thoughts? Is this something that is working but not checked in?
These two tests are supposed to be XFAIL:
-b -b 23_containers/map_operators.cc
-b -b 23_containers/set_operators.cc
My attempts to mark them as such all failed.... how do I do this?
-benjamin