Cancel an expected failure (previously declared with
setup_xfail
) for a particular set of configurations. The
config
argument is a list of configuration target names. It is
only necessary to call clear_xfail
if a test case ends without
calling either pass
or fail
, after calling
setup_xfail
.
clear_xfail config
config
The system triplets to clear.