| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 2 | <HTML> |
|---|
| 3 | <HEAD> |
|---|
| 4 | <TITLE>Boost Test Library: open issues</TITLE> |
|---|
| 5 | <LINK rel="stylesheet" type="text/css" href="style/btl.css" media="screen"> |
|---|
| 6 | <LINK rel="stylesheet" type="text/css" href="style/btl-print.css" media="print"> |
|---|
| 7 | <META http-equiv="Content-Language" content="en-us"> |
|---|
| 8 | <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|---|
| 9 | </HEAD> |
|---|
| 10 | <BODY> |
|---|
| 11 | <DIV class="header"> <A href="index.html">Boost.Test</A> > <SPAN class="current_article">Open |
|---|
| 12 | Issues</SPAN> </DIV> |
|---|
| 13 | <DIV class="body"> <IMG src='btl1.gif' width="252" height="43" alt="Boost Test logo"> |
|---|
| 14 | <H1 class="subtitle">Open Issues</H1> |
|---|
| 15 | <UL> |
|---|
| 16 | <LI> Finish update for CLA support </LI> |
|---|
| 17 | <LI> Selective test cases run by name</LI> |
|---|
| 18 | <LI>Boost.Test thread safety need to be achieved at least if BOOST_TEST_THREAD_SAFE is defined. This one will require separate discussion</LI> |
|---|
| 19 | <LI>Some performance testing tools (aka profiler). Unless somebody else will come up with something like this</LI> |
|---|
| 20 | <LI> Build info feature needs to be updated: there are at least two different |
|---|
| 21 | "build infos": library build and test module build </LI> |
|---|
| 22 | <LI>More tutorial documentation. </LI> |
|---|
| 23 | <LI>Projects that could be very interesting, but I may not be able to do |
|---|
| 24 | it by myself: |
|---|
| 25 | <UL> |
|---|
| 26 | <LI> An add-on for Visual Studio to automate test |
|---|
| 27 | case/ test modules generation</LI> |
|---|
| 28 | <LI>Set of Python and/or Perl scripts to automate test |
|---|
| 29 | case/test modules generation from command line </LI> |
|---|
| 30 | </UL> |
|---|
| 31 | </LI> |
|---|
| 32 | <LI>Memory usage test tools.</LI> |
|---|
| 33 | <LI>Time-out implementation on Win32 platform.</LI> |
|---|
| 34 | <LI>Make output_test_stream match like diff do </LI> |
|---|
| 35 | <LI>Better unicode support (reports and log in wostream)</LI> |
|---|
| 36 | <LI>Support for custom test case dependency/condition</LI> |
|---|
| 37 | </UL> |
|---|
| 38 | </DIV> |
|---|
| 39 | <DIV class="footer"> |
|---|
| 40 | <DIV class="footer-body"> |
|---|
| 41 | <P> © <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy |
|---|
| 42 | Rozental</A> 2001-2006. <BR> |
|---|
| 43 | Distributed under the Boost Software License, Version 1.0. |
|---|
| 44 | (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or |
|---|
| 45 | copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> |
|---|
| 46 | <P>Revised: |
|---|
| 47 | <!-- #BeginDate format:Sw1 -->28 February, 2006<!-- #EndDate --> |
|---|
| 48 | </P> |
|---|
| 49 | </DIV> |
|---|
| 50 | </DIV> |
|---|
| 51 | </BODY> |
|---|
| 52 | </HTML> |
|---|