ATF-devel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xfail: expected failures



On Sun, Jun 27, 2010 at 9:56 PM, Antti Kantee <pooka%cs.hut.fi@localhost> wrote:
>
> So what happens if you have (note commented xfail):
>
> body
> {
>
>  //atf_tc_expect_fail("bug without end FIXED");
>  some_call();
>  atf_tc_expect_pass();
>
>  ATF_REQUIRE(false);
> }

Exactly the same as if atf_tc_expect_pass() was not there.

-- 
Julio Merino


Home | Main Index | Thread Index | Old Index