<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in fs_test.c</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/atf/dist/atf-c/detail/fs_test.c</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/bsd/atf/dist/atf-c/detail/fs_test.c - 1.1</description>
    <pubDate>Wed Oct 20 09:14:20 UTC 2010</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>

<item>
    <title>Import atf 0.15: the major goal of this import is to reconcile any local<br/>changes to the atf codebase with upstream code.  All local changes should<br/>have been backported, with appropriate portability workarounds where<br/>necessary.<br/><br/>This new release also includes other changes though, such as performance<br/>improvements and bug fixes, and also a major new feature partially<br/>implemented by pgoyette@: the time to execute each test cases and test<br/>program is now recorded and included in the output reports.<br/><br/>The import into NetBSD has been tested natively on amd64 and macppc, and<br/>the full test suite has also been run through anita on amd64 and i386.<br/>No regressions observed... but you never know.<br/><br/>From the NEWS file, the changes in this version are as follows:<br/><br/>Experimental version released on January 16th, 2012.<br/><br/>* Respect stdin in atf-check.  The previous release silenced stdin for any<br/>  processes spawned by atf, not only test programs, which caused breakage<br/>  in tests that pipe data through atf-check.<br/><br/>* Performance improvements to atf-sh.<br/><br/>* Enabled detection of unused parameters and variables in the code and<br/>  fixed all warnings.<br/><br/>* Changed the behavior of "developer mode".  Compiler warnings are now<br/>  enabled unconditionally regardless of whether we are in developer mode or<br/>  not; developer mode is now only used to perform strict warning checks and<br/>  to enable assertions.  Additionally, developer mode is now only<br/>  automatically enabled when building from the repository, not for formal<br/>  releases.<br/><br/>* Added new Autoconf M4 macros (ATF_ARG_WITH, ATF_CHECK_C and<br/>  ATF_CHECK_CXX) to provide a consistent way of defining a --with-arg flag<br/>  in configure scripts and detecting the presence of any of the ATF<br/>  bindings.  Note that ATF_CHECK_SH was already introduced in 0.14, but it<br/>  has now been modified to also honor --with-atf if instantiated.<br/><br/>* Added timing support to atf-run / atf-report.<br/><br/>* Added support for a 'require.memory' property, to specify the minimum<br/>  amount of physical memory needed by the test case to yield valid results.<br/><br/>* PR bin/45690: Force an ISO-8859-1 encoding in the XML files generated by<br/>  atf-report so that invalid data in the output of test cases does not<br/>  mangle our report.</title>
    <description>/src/external/bsd/atf/dist/atf-c/detail/fs_test.c - 1.1.1.3</description>
    <pubDate>Mon Jan 16 22:36:41 UTC 2012</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.6;<br/>Import atf 0.12:<br/><br/>Experimental version released on November 7th, 2010.<br/><br/>* Added the ATF_REQUIRE_THROW_RE to atf-c++, which is the same as<br/>  ATF_REQUIRE_THROW but allows checking for the validity of the exception's<br/>  error message by means of a regular expression.<br/><br/>* Added the ATF_REQUIRE_MATCH to atf-c++, which allows checking for a<br/>  regular expression match in a string.<br/><br/>* Changed the default timeout for test cases from 5 minutes to 30 seconds.<br/>  30 seconds is long enough for virtually all tests to complete, and 5<br/>  minutes is a way too long pause in a test suite where a single test case<br/>  stalls.<br/><br/>* Deprecated the use.fs property.  While this seemed like a good idea in<br/>  the first place to impose more control on what test cases can do, it<br/>  turns out to be bad.  First, use.fs=false prevents bogus test cases<br/>  from dumping core so after-the-fact debugging is harder.  Second,<br/>  supporting use.fs adds a lot of unnecessary complexity.  atf-run will<br/>  now ignore any value provided to use.fs and will allow test cases to<br/>  freely access the file system if they wish to.<br/><br/>* Added the atf_tc_get_config_var_as_{bool,long}{,_wd} functions to the atf-c<br/>  library.  The 'text' module became private in 0.11 but was being used<br/>  externally to simplify the parsing of configuration variables.<br/><br/>* Made atf-run recognize the 'unprivileged-user' configuration variable<br/>  and automatically drop root privileges when a test case sets<br/>  require.user=unprivileged.  Note that this is, by no means, done for<br/>  security purposes; this is just for user convenience; tests should, in<br/>  general, not be blindly run as root in the first place.</title>
    <description>/src/external/bsd/atf/dist/atf-c/detail/fs_test.c - 1.1.1.2</description>
    <pubDate>Sun Nov 07 17:43:24 UTC 2010</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>

<item>
    <title>Import atf-0.11:<br/><br/>Experimental version released on October 20th, 2010.<br/><br/>* The ATF_CHECK* macros in atf-c++ were renamed to ATF_REQUIRE* to match<br/>  their counterparts in atf-c.<br/><br/>* Clearly separated the modules in atf-c that are supposed to be public<br/>  from those that are implementation details.  The header files for the<br/>  internal modules are not installed any more.<br/><br/>* Made the atf-check tool private.  It is only required by atf-sh and being<br/>  public has the danger of causing confusion.  Also, making it private<br/>  simplifies the public API of atf.<br/><br/>* Changed atf-sh to enable per-command error checking (set -e) by default.<br/>  This catches many cases in which a test case is broken but it is not<br/>  reported as such because execution continues.<br/><br/>* Fixed the XSTL and CSS stylesheets to support expected failures.</title>
    <description>/src/external/bsd/atf/dist/atf-c/detail/fs_test.c - 1.1.1.1</description>
    <pubDate>Wed Oct 20 09:14:20 UTC 2010</pubDate>
    <dc:creator>jmmv</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/external/bsd/atf/dist/atf-c/detail/fs_test.c - 1.1.1.2.6.1</description>
    <pubDate>Tue Apr 17 00:03:00 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>
</channel></rss>

