Commit Graph

222 Commits

Author SHA1 Message Date
Jeff Garland
05de944281 Add tests for subsecond resolution for from_iso_string -- patched to work correctly now.
[SVN r30174]
2005-07-19 11:16:18 +00:00
Jeff Garland
ee65dedf4d move all tests within an exception block to see if we can track down odd cw failures
[SVN r30151]
2005-07-17 23:58:33 +00:00
Jeff Garland
7e719a84d9 tighten up testing for various input i/o formats
[SVN r30135]
2005-07-16 18:37:46 +00:00
Jeff Garland
748fe1433d critical fix for time input functions that made iso and other undelimited time formats fail to parse correctly -- additional tests
[SVN r30130]
2005-07-16 00:37:26 +00:00
Jeff Garland
cd68e581a6 add a few tests that have been there for ages, but somehow got dropped from the Jamfile -- this includes several i/o tests. Also removed a redundant test
[SVN r29878]
2005-07-03 06:56:21 +00:00
Jeff Garland
64185b666d unfortunate last minute major bug with duration output with negative time durations - fixes allow for additional user control of the sign format for the general case and make sure all elements of duration have absolute values. This change adds new tests to make sure the bug is gone
[SVN r29877]
2005-07-03 06:55:06 +00:00
Jeff Garland
ad50aac6b7 Added tests to test fix for a serious bug with conversions for negative time durations. Need the minutes and seconds fields to be converted to absolute values. This was creating a downstream bug in i/o code where negative durations were not streaming out correctly
[SVN r29875]
2005-07-02 23:36:32 +00:00
Jeff Garland
bc754d907c add tests for fix to input parsing. Tests for bug that would cause an extra character to be consumed in the stream when parsing special value cases. In particular something like a date period like [2005-Jun-10/not-a-date-time] would fail to parse correctly even though this can be constructed and output just fine
[SVN r29854]
2005-07-01 03:00:34 +00:00
Jeff Garland
54e7c78df6 fix bug with exception handling in new i/o code -- only throw exceptions if stream bits set correctly
[SVN r29823]
2005-06-28 13:12:24 +00:00
Vladimir Prus
4f9cd8f96e link-runtime -> runtime-link.
Patch from Jurgen Hunold.


[SVN r29729]
2005-06-22 10:11:39 +00:00
Jeff Garland
7472b1e047 fixes for special value serialization bug
[SVN r29712]
2005-06-21 03:35:34 +00:00
Jeff Garland
bb21d778a0 updates to test for %% bugfix -- removal of references to ptime_facet in tests
[SVN r29622]
2005-06-16 13:23:38 +00:00
Rene Rivera
c30df89277 Fix serialization condition that archives have to be included first.
[SVN r29426]
2005-06-04 06:40:36 +00:00
Jeff Garland
6596484fb1 minor update to testcase to see if we can figure out why vc8 fails this test
[SVN r29228]
2005-05-26 12:37:49 +00:00
Jeff Garland
aadfbadf35 variety of fixes to clean up various compiler warnings -- particularly cw, vc8
[SVN r29189]
2005-05-25 14:16:15 +00:00
Jeff Garland
ea0e997bf5 add new test file for local time iterator
[SVN r28940]
2005-05-15 22:05:54 +00:00
Jeff Garland
431cb1cbf4 add new testfile for local time periods
[SVN r28939]
2005-05-15 21:22:10 +00:00
Rene Rivera
1beebb2eb5 Fixes for CodeWarrior compilation problems.
* time_facet.hpp; Fix undefined errors because of class method lookups. Needed to use this->* for correct vtable method resolution.
* Jamfile; Make some of the tests specify that they use locale support.


[SVN r28708]
2005-05-07 06:17:24 +00:00
Jeff Garland
43839c4d19 Changes to tests for i/o fixes -- close some holes. Also rename of custom timezone
[SVN r28629]
2005-05-03 14:27:05 +00:00
Jeff Garland
d13c4ec9f3 updates to fix serialization regression caused by changes to the serialization lib -- const value is required when archiving
[SVN r28456]
2005-04-24 05:53:01 +00:00
Jeff Garland
dd789080fd add local time input facet test
[SVN r28447]
2005-04-24 01:48:19 +00:00
Jeff Garland
54d9cbc1bf fix a problem where in STD_CONFIG mode we don't handle the case where a time duration of over 24 hours is constructed. Change adds appropriate amounts to the date. Added tests to validate this is working correctly
[SVN r28446]
2005-04-24 01:36:25 +00:00
Jeff Garland
7635f9334d add facet tests the check setting of name strings
[SVN r28441]
2005-04-23 21:15:06 +00:00
Jeff Garland
dd0c9127e0 test updates for local time input streaming
[SVN r28434]
2005-04-23 05:41:08 +00:00
Rene Rivera
1d5b9be500 Fix bjam error when Spirit is not found, which is required for use of Boost.Serialization.
[SVN r28346]
2005-04-20 22:06:17 +00:00
Jeff Garland
ad38989a3a series of changes to support input/output for time zones
[SVN r28304]
2005-04-17 21:49:11 +00:00
Jeff Garland
8b5a417459 make changes to eliminate most of the lexical_casts in the code -- hopefully this will help codewarrior 8.3 errors
[SVN r28181]
2005-04-12 15:04:33 +00:00
Jeff Garland
6304827f3a changes to test to support format-based input of time types. For example: %Y-%M-%D %H:%M:%S - new testfile posix_time/testtime_input_facet.cpp
[SVN r28141]
2005-04-12 02:56:45 +00:00
Jeff Garland
44fec40c5f clear up some test errors for compilers that don't support the new 1.33 fancy i/o facts
[SVN r28091]
2005-04-10 23:47:38 +00:00
Jeff Garland
971a9cc630 add date-time serialization tests to the standard suite of tests
[SVN r28083]
2005-04-10 18:07:52 +00:00
Jeff Garland
dbe8af4393 add test for truncating extra digits when parsing time duration instead of taking the last n digits incorrectly
[SVN r27936]
2005-04-02 17:58:58 +00:00
Jeff Garland
82fbd7f7df next round of major updates to format-based input-output. Adds various parsers to support full date input
[SVN r27797]
2005-03-24 13:07:42 +00:00
Jeff Garland
aac4bbfd98 changes for vc7 failure related to shared_ptr compares
[SVN r27743]
2005-03-19 18:42:14 +00:00
Jeff Garland
527c482a9f put in a fix to retry if the tz_database file cannot be found -- this should fix regression tests that are run from boost/status directory
[SVN r27635]
2005-03-13 19:49:35 +00:00
Jeff Garland
e71ce4bf36 add empty string test for bug 1155556 which reports failure in the case of an empty string sent to from_simple_string
[SVN r27623]
2005-03-12 20:44:03 +00:00
Jeff Garland
174bea2604 added new date parsing tests to go along with updates to date parsing code including new tokenizer stuff
[SVN r27622]
2005-03-12 20:30:09 +00:00
Jeff Garland
a62c95047c fix for failures on gcc3.x on Solaris -- apparently on that platform there is a macro that defines sun == 1 -- unbelievable...
[SVN r27618]
2005-03-12 03:56:24 +00:00
Jeff Garland
c6292bcabc fix test so it can find tz csv file when run from regression directory
[SVN r27563]
2005-03-07 03:53:44 +00:00
Jeff Garland
09bfa592a6 add in the local time tests
[SVN r27456]
2005-02-20 22:47:44 +00:00
Jeff Garland
c5d45806bd Change test to reinit the last variable before the universal_time loop so that failures in some test setups are fixed. Should fix regression errors before 1.33
[SVN r27409]
2005-02-17 13:52:25 +00:00
Jeff Garland
8b48ef6483 changes to support new io facets
[SVN r27359]
2005-02-13 20:50:37 +00:00
Jeff Garland
039d89c800 update exceptions for local time code
[SVN r27355]
2005-02-13 19:51:27 +00:00
Jeff Garland
bec5356557 add various julian date tests for posix timezones
[SVN r27354]
2005-02-13 19:50:25 +00:00
Jeff Garland
7b2035e21f fix regression failures due to new univ time tests that were added
[SVN r27352]
2005-02-13 19:12:42 +00:00
Jeff Garland
31383c0c8e series of test changes associated with new facet code
[SVN r26941]
2005-01-30 21:04:49 +00:00
Stefan Slapeta
d9a4057d06 Added bad leap year test
[SVN r26859]
2005-01-27 11:08:55 +00:00
Jeff Garland
a62d8b80c9 fix vc6 failure -- bad scoping rules on that compiler - fix patch
[SVN r26841]
2005-01-25 01:29:24 +00:00
Jeff Garland
5783232967 fix vc6 failure -- bad scoping rules on that compiler
[SVN r26840]
2005-01-25 01:26:21 +00:00
Jeff Garland
678e87764f updates to enable universal_time for windows tests
[SVN r26811]
2005-01-22 19:15:38 +00:00
Jeff Garland
70ccb62a4c add in a test to run the universal time extension
[SVN r26804]
2005-01-22 16:32:45 +00:00