$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Negative effect of expected-to-fail tests in compiler development projects.
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-12-14 03:52:01
> If you're using the jam output directly,
> you can filter by searching for "...failed"
> or just run the tests a second time, which
> will only attempt to run tests that failed
> the first time.
That's the easiest way - build all the tests and then do an incremental
build and use the output from that.
HTH, John.