Re: [Boost-bugs] [Boost C++ Libraries] #9265: time_point_output_h test crashes regression test

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9265: time_point_output_h test crashes regression test
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-18 18:25:48


#9265: time_point_output_h test crashes regression test
--------------------------------------+------------------------
  Reporter: Thomas Kent <teeks99@…> | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: chrono
   Version: Boost Development Trunk | Severity: Regression
Resolution: | Keywords:
--------------------------------------+------------------------
Changes (by viboes):

 * status: new => assigned

Comment:

 Would this patch unblock the regression tests


 {{{
 svn diff
 Index: io/time_point_output.cpp
 ===================================================================
 --- io/time_point_output.cpp (revision 86355)
 +++ io/time_point_output.cpp (working copy)
 @@ -173,12 +173,12 @@

    test_good_utc_fmt_system_clock("1970-01-01 02:00:00", "%Y-%m-%d
 %H:%M:%S", hours(2));
    test_good_utc_fmt_system_clock("1970-01-01 02", "%Y-%m-%d %H",
 hours(2));
 -
 +#if ! defined(BOOST_CHRONO_WINDOWS_API)
    test_good_utc_fmt_system_clock ("1970-01-01 02:00:00", "%Y-%m-%d %T",
 hours(2));
    test_good_utc_fmt_system_clock ("1970-01-01 02:00", "%Y-%m-%d %R",
 hours(2));
    test_good_utc_fmt_system_clock ("% 1970-01-01 02:00", "%% %Y-%m-%d %R",
 hours(2));
    test_good_utc_fmt_system_clock ("1970-01-01 02:00 Thursday January",
 "%Y-%m-%d %R %A %B", hours(2));
 -
 +#endif
  }

  void test_gmtime(std::time_t t)

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9265#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC