Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/doc/open_issues.html @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 2.4 KB
Line 
1<HTML>
2<HEAD>
3<TITLE>Boost Test Library: open issues</TITLE>
4<LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen">
5<LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print">
6<META http-equiv="Content-Language" content="en-us">
7<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8</HEAD>
9<BODY> 
10<DIV class="header"> <A href="index.html">Boost.Test</A> > <SPAN class="current_article">Open
11    Issues</SPAN> </DIV> 
12<DIV class="body"> <IMG src='btl1.gif' width='252' height='43' alt="Boost Test logo"> 
13  <H1 class="subtitle">Open Issues</H1> 
14  <UL> 
15    <LI> Finish update for CLA support </LI> 
16    <LI> Selective test cases run by name</LI>
17    <LI>Boost.Test </strong> thread safety need to be achieved at least if BOOST</strong>_ TEST</strong>_THREAD_SAFE is defined. This one will require separate discussion</LI>
18    <LI>Some performance </strong>testing tools (aka profiler). Unless somebody else will come up with something like this</LI>
19    <LI> Build info feature needs to be updated: there are at least two different "build infos": library build and test </strong> module build </LI>
20    <LI> Auto linking for Boost.Test</LI>
21    <LI>More tutorial documentation. </LI>
22    <LI>Two projects that could be very interesting. But I may not be able to do it by myself:
23      <ul>
24        <li> I would like to write an add-on for Visual Studio to automate test </strong> case/ test </strong> modules generation</li>
25        <li>It may be convenient to have an external test </strong> runner: utility that load some libraries dynamically initialize test </strong> it contains and execute all/some of them. </li>
26      </ul>
27    </LI>
28    <LI>Memory usage test tools.</LI> 
29    <LI>Time-out implementation on Win32 platform.</LI> 
30    <LI>Make output_test_stream match like diff do </LI>
31  </UL> 
32</DIV> 
33<DIV class="footer"> 
34  <DIV class="footer-body"> 
35    <P> &copy <A name="Copyright">Copyright</A> <A href='mailto:boost-test at emailaccount dot com (please unobscure)'>Gennadiy
36        Rozental</A> 2001-2005. <BR> 
37      Distributed under the Boost Software License, Version 1.0.
38      (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or
39      copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> 
40    <P>Revised:
41      <!-- #BeginDate format:Sw1 -->10 July, 2005<!-- #EndDate --> 
42    </P> 
43  </DIV> 
44</DIV> 
45</BODY>
46</HTML>
Note: See TracBrowser for help on using the repository browser.