Commit Graph

1429 Commits

Author SHA1 Message Date
John Maddock
c158617b72 Add markup for new tests and VC-7.1
[SVN r58753]
2010-01-06 10:34:20 +00:00
Daniel James
2164cb4339 Merge unordered.
Warning fixes, support for incomplete types and tweak some test.


[SVN r57998]
2009-11-28 11:40:08 +00:00
Gunter Winkler
d54a566156 see #3449
* merged [56637]: marked known failure of begin_end test for msvc 7.1



[SVN r57205]
2009-10-28 22:25:08 +00:00
Anthony Williams
e44cc47790 Marked up explicit failures for thread library
[SVN r57188]
2009-10-28 09:54:57 +00:00
Daniel James
669332d6eb Merge some of the unordered and property tree test setup.
Merged revisions 55728,56020,56633 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r55728 | danieljames | 2009-08-23 11:06:24 +0100 (Sun, 23 Aug 2009) | 1 line
  
  Mark up a couple of unordered container failures.
........
  r56020 | cornedbee | 2009-09-04 22:03:54 +0100 (Fri, 04 Sep 2009) | 1 line
  
  Have testers generate results for PropertyTree.
........
  r56633 | hkaiser | 2009-10-07 14:35:44 +0100 (Wed, 07 Oct 2009) | 1 line
  
  Untabified file
........


[SVN r56750]
2009-10-12 19:30:58 +00:00
Beman Dawes
6302f9b0df property_tree: merge markup
[SVN r56554]
2009-10-03 13:53:54 +00:00
Alexander Nasonov
ee687b883c Append * to msvc-N.M toolsets in my tests.
[SVN r56238]
2009-09-16 00:29:57 +00:00
Alexander Nasonov
de66702226 lexical_cast_vc8_bug_test is expected to fail on msvc-8.0*.
[SVN r56236]
2009-09-16 00:19:06 +00:00
Christopher Hite
3ba891f05f re-enabled testing intrusive on sun
[SVN r56011]
2009-09-04 09:26:44 +00:00
Jeremiah Willcock
eff458de05 Added graph_parallel to test list
[SVN r55392]
2009-08-03 16:47:24 +00:00
Jeremiah Willcock
095a66671c Merged over BGL changes from trunk
[SVN r55391]
2009-08-03 16:43:08 +00:00
Jeremiah Willcock
2a1409ced1 Merged r55265, r55266, r55355, and r55356 from trunk, hopefully fixing VC++ problems; removed VC++ from csr_graph_test known failures for regression tests
[SVN r55357]
2009-08-02 02:46:12 +00:00
Vladimir Prus
3a7637d0d3 Merge: Markup build/timedata failure on windows.
[SVN r55338]
2009-08-01 10:47:28 +00:00
John Maddock
78a22b8e14 Mark up math lib tests that require external software in order to pass.
[SVN r55109]
2009-07-23 09:42:34 +00:00
Alexander Nasonov
1a01adf931 Add expected failures of the type_traits/test/promote_enum_msvc_bug_test
[SVN r54236]
2009-06-22 22:22:24 +00:00
Jeremiah Willcock
6cd85775f8 Merged in commits on trunk mentioned in comments 1-32 of #3134, plus r54059 not listed there; refs #3134
[SVN r54064]
2009-06-18 19:34:25 +00:00
Daniel James
b4d50b6b65 Misc. unordered changes. Fixes #3082, #3119.
Merged revisions 53505-53506,53525,53550,53552,53614 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r53505 | danieljames | 2009-05-31 16:50:56 +0100 (Sun, 31 May 2009) | 1 line
  
  Disable incorrect Visual C++ 64-bit warnings. Ref #3082.
........
  r53506 | danieljames | 2009-05-31 16:53:09 +0100 (Sun, 31 May 2009) | 1 line
  
  Remove misplaced visual C++ warning pragma.
........
  r53525 | danieljames | 2009-06-01 07:50:37 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Fix tests for when the library has support for initializer lists but the compiler doesn't.
........
  r53550 | danieljames | 2009-06-01 20:17:49 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Get the type of the initializer_list right.
........
  r53552 | danieljames | 2009-06-01 20:22:27 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Fix the unordered_map declaration in the tutorial. Fixes #3119.
........
  r53614 | danieljames | 2009-06-03 23:48:49 +0100 (Wed, 03 Jun 2009) | 1 line
  
  The move tests pass on 64 bit visual c++.
........


[SVN r53687]
2009-06-06 14:05:54 +00:00
Daniel James
572e38e6c6 Minor hash test changes.
Merged revisions 53522-53523 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r53522 | danieljames | 2009-06-01 07:49:45 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Test the hash functions for a couple of typedefs.
........
  r53523 | danieljames | 2009-06-01 07:50:14 +0100 (Mon, 01 Jun 2009) | 2 lines
  
  Recent versions of borland haven't fixed some of their namespace bugs, so mark
  up their hash failures for all versions.
........


[SVN r53686]
2009-06-06 13:53:19 +00:00
Frank Mori Hess
468f673c24 Merging Signals2 to release branch.
[SVN r51710]
2009-03-11 17:51:08 +00:00
Eric Niebler
6ae7225c9b Merged revisions 51169,51271 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r51169 | eric_niebler | 2009-02-09 16:50:16 -0800 (Mon, 09 Feb 2009) | 1 line
  
  eliminate shadow warnings on gcc for nested FOREACH loops
........
  r51271 | eric_niebler | 2009-02-16 09:50:31 -0800 (Mon, 16 Feb 2009) | 1 line
  
  mark up foreach failures on borland-6.1
........


[SVN r51272]
2009-02-16 18:03:41 +00:00
Alexander Nasonov
b17f699626 Merge ScopeExit from trunk.
[SVN r50713]
2009-01-21 20:36:00 +00:00
Alexander Nasonov
4ea9f6b765 Merge ScopeExit from trunk.
[SVN r50712]
2009-01-21 20:33:17 +00:00
Beman Dawes
865aa4c7b8 status: merge from trunk
[SVN r50276]
2008-12-15 13:04:37 +00:00
Niels Dekker
4eaf99743f Added test-suite "utility/swap" to /release/status/Jamfile.v2, hoping to see it at www.boost.org/development/tests/release/developer
[SVN r49831]
2008-11-19 09:30:52 +00:00
Joseph Gauterin
f9c1f05eb5 Merged utility\swap failures to release branch.
[SVN r49764]
2008-11-15 01:17:35 +00:00
Marshall Clow
eb402edbe3 Merged revisions 43283,43992,44388 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43283 | bemandawes | 2008-02-16 18:01:32 -0800 (Sat, 16 Feb 2008) | 1 line
  
  Show output of example program
........
  r43992 | marshall | 2008-04-01 18:42:32 -0700 (Tue, 01 Apr 2008) | 1 line
  
  Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
........
  r44388 | grafik | 2008-04-13 16:55:58 -0700 (Sun, 13 Apr 2008) | 1 line
  
  Move tokenizer tests into canonical test subdir structure.
........


[SVN r49216]
2008-10-09 18:05:35 +00:00
Eric Niebler
38324ca742 merge proto from trunk to release branch
[SVN r48800]
2008-09-16 18:25:52 +00:00
John Maddock
13f4970e36 Fix toolset name.
[SVN r47964]
2008-08-04 09:33:17 +00:00
Jurko Gospodnetić
597a9b74c8 Committed a status/explicit-failures-markup.xml patch by Boris Gubenko.
[SVN r47828]
2008-07-26 08:54:48 +00:00
John Maddock
59c1fb16c9 Mark up two more expected failures.
[SVN r47747]
2008-07-24 09:59:45 +00:00
Beman Dawes
9daf2e35ee Merge 47665 from trunk
[SVN r47686]
2008-07-22 14:17:55 +00:00
John Maddock
71a5646843 Add TR1/VC9 markup.
[SVN r47636]
2008-07-20 16:06:48 +00:00
Hartmut Kaiser
0959cafc02 Spirit: re-enabled testing of Spirit.Classic, fixed failing Spirit.Classic test cases, added missing file
[SVN r47602]
2008-07-19 16:48:42 +00:00
Beman Dawes
209552b9fd Merge trunk
[SVN r47440]
2008-07-15 11:52:40 +00:00
Emil Dotchevski
2ae5c7500e BOOST_NO_TYPEID support
exception/index.html redirection
Added Boost Exception to libraries.htm and maintainers.txt
Added Boost Exception to status/Jamfile.v2

[SVN r47010]
2008-07-02 22:01:55 +00:00
Daniel James
71b33e7350 Merge from trunk. Fix some inspect errors, try to avoid instantiating the
equality operators when not required, and some bookkeeping.

................
  r42539 | danieljames | 2008-01-06 17:48:11 +0000 (Sun, 06 Jan 2008) | 2 lines
  
  Add the unordered library to the maintainers list.
................
  r46579 | danieljames | 2008-06-21 16:32:11 +0100 (Sat, 21 Jun 2008) | 10 lines
  
  Define unordered containers' friend functions outside of the class.
  
  On some compilers, friend functions are being instantiated when the main class
  is explicitly instantiated. This is slightly problematic because the equality
  functions (which are an extension) put extra requirements on the types used. So
  I'm going to try defining the functions outside of the class, in the hope that
  they won't get instantiated. If someone wants non-member functions to be
  instantiated, I think it's reasonable to expect them to explicitly instantiate
  them, especially as compilers don't seem to be consistent about this.
................
  r46587 | danieljames | 2008-06-21 20:58:39 +0100 (Sat, 21 Jun 2008) | 8 lines
  
  Get the test to pass when pair's default constructor creates two instances of
  the member classes.
  
  With some standard libraries I was getting two copies of the object after
  creating a default pair, probably because it was creating an instance for its
  default parameter. So only test after creating the pair object - since it isn't
  our concern how many instances that creates.
................
  r46588 | danieljames | 2008-06-21 21:11:26 +0100 (Sat, 21 Jun 2008) | 1 line
  
  Markup an expected failure for unordered.
................
  r46594 | danieljames | 2008-06-21 23:02:15 +0100 (Sat, 21 Jun 2008) | 19 lines
  
  Merge inspect fixes for the unordered library.
  
  Merged revisions 46470-46592 via svnmerge from 
  https://svn.boost.org/svn/boost/branches/unordered/trunk
  
  ................
    r46589 | danieljames | 2008-06-21 21:37:42 +0100 (Sat, 21 Jun 2008) | 2 lines
    
    Fix some inspect errors (tabs and missing copyright/license).
  ................
    r46591 | danieljames | 2008-06-21 21:47:51 +0100 (Sat, 21 Jun 2008) | 1 line
    
    Move memory.hpp into the helpers subdirectory.
  ................
    r46592 | danieljames | 2008-06-21 22:08:53 +0100 (Sat, 21 Jun 2008) | 1 line
    
    Prevent inspect errors for unnamed namespaces in some of the test header files.
  ................
................
  r46607 | danieljames | 2008-06-22 14:54:45 +0100 (Sun, 22 Jun 2008) | 9 lines
  
  Extract the hash and equality functions from hash_table_data_*.
  
  As these are extensions and add extra requirements to the container elements,
  they shouldn't be part of hash_table_data_* so that they won't get instantiated
  if an unordered container is explicitly instantiated.
  
  Merged revisions 46594-46604 via svnmerge from 
  https://svn.boost.org/svn/boost/branches/unordered/trunk
................
  r46608 | danieljames | 2008-06-22 16:00:02 +0100 (Sun, 22 Jun 2008) | 5 lines
  
  Remove the svnmerge integration information for the unordered branch.
  
  Now that the unordered library is moving towards release, the main development
  version is in trunk. New features will be developed on a new branch.
................


[SVN r46629]
2008-06-23 17:44:53 +00:00
Steven Watanabe
5d0d6f4222 Add to release branch
[SVN r46545]
2008-06-20 04:37:32 +00:00
Eric Niebler
7b30e66731 mark-up foreach failures
[SVN r46543]
2008-06-20 03:56:50 +00:00
Eric Niebler
bf57c25cac integrate accumulators
[SVN r46542]
2008-06-20 03:47:42 +00:00
Daniel James
0d93c89ef5 Add Boost.Unordered to the regression tests.
Merged revisions 42536 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r42536 | danieljames | 2008-01-06 17:40:32 +0000 (Sun, 06 Jan 2008) | 1 line
  
  Add Boost.Unordered to the regression tests.
........


[SVN r46495]
2008-06-18 21:41:22 +00:00
Beman Dawes
d40542107e Apply changeset 43864, fixing #1717
[SVN r43871]
2008-03-26 17:07:04 +00:00
Douglas Gregor
d51bda909e Markup VC9 failures
[SVN r43729]
2008-03-19 17:16:03 +00:00
Tobias Schwinger
787bf345ac stages trunk version for boost 1.35
[SVN r43684]
2008-03-17 21:42:41 +00:00
Boris Gubenko
690ebe2b7e merged marking for gcc-3.4.6_linux_ia64 toolset to release branch
[SVN r42725]
2008-01-13 16:26:30 +00:00
Beman Dawes
25f377f401 Merge latest from trunk at 42112
[SVN r42113]
2007-12-16 22:57:24 +00:00
Beman Dawes
fbcda05584 Merge trunk at 42025
[SVN r42033]
2007-12-14 15:30:59 +00:00
Daniel James
7226e2ce2b Merge in hash failure markup from trunk.
[SVN r41579]
2007-12-02 13:15:24 +00:00
Beman Dawes
2898ec0022 Merge from trunk: remove hp_cxx-71_006_tru64 as required.
[SVN r41379]
2007-11-25 19:57:41 +00:00
Beman Dawes
a5270c8aa8 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41375]
2007-11-25 19:37:23 +00:00
Beman Dawes
6718108391 Merge from trunk at 41327
[SVN r41329]
2007-11-24 13:20:13 +00:00
Beman Dawes
42f0fea0a3 Merged from trunk at 41158, with libraries not merged yet commented out
[SVN r41159]
2007-11-16 22:22:42 +00:00
Thomas Witt
12d1e41722 Add acc to list of required toolsets.
[SVN r37736]
2007-05-22 03:49:43 +00:00
Fernando Cacciola
5e27b027d0 none_test failures in VC6.5/7.0 marked as expected
[SVN r37461]
2007-04-17 12:27:47 +00:00
Fernando Cacciola
e2d52bfbb5 Mark NEW none_test as expected failure in borland-5.8.2
[SVN r37451]
2007-04-16 12:07:45 +00:00
Roland Schwarz
78f951e803 Expectation to fail removed, since the tests are working now.
[SVN r37381]
2007-04-06 11:53:24 +00:00
Jeff Garland
4794d84de1 Update for new Borland failure
[SVN r37317]
2007-03-29 16:28:01 +00:00
Boris Gubenko
7e3bd5492f mark some tests for HP-UX
[SVN r37309]
2007-03-28 12:31:31 +00:00
Fernando Cacciola
c49067107d update: Failures in optional_test with msvc-6.5/7.0 now marked as expected
[SVN r37303]
2007-03-27 16:08:52 +00:00
Fernando Cacciola
4d1c23e49a Failures in optional_test with msvc-6.5/7.0 now marked as expected
[SVN r37302]
2007-03-27 16:07:27 +00:00
Vladimir Prus
1b9cfa3d21 Merge: some markup
[SVN r37196]
2007-03-15 20:30:45 +00:00
John Maddock
c257ed09e1 Last regex markup for this release.
[SVN r37164]
2007-03-10 09:53:51 +00:00
John Maddock
e0c4c0c6f7 Mark up remaining failures, with explanation.
[SVN r37136]
2007-03-04 09:59:47 +00:00
John Maddock
bf787430c9 Patches for HP aCC and Compaq tru64
[SVN r37106]
2007-02-27 10:13:14 +00:00
Roland Schwarz
ba653f51a3 Marked python expected to fail for gcc-cygwin-3.4.4.
[SVN r37052]
2007-02-24 11:40:39 +00:00
Jeff Garland
b59eb89723 correct the name of failed tests for date-time so they are marked correctly
[SVN r37040]
2007-02-23 01:53:44 +00:00
John Maddock
ec6a1f92a7 Ooops, get toolset name right.
[SVN r37028]
2007-02-21 17:44:37 +00:00
Thomas Witt
93ac770856 Add explicit failure on acc as reuested by Boris Gubenko.
[SVN r37014]
2007-02-20 08:11:48 +00:00
Thomas Witt
b5291c35a1 Add explicit failure for zip_iterator_test on msvc 6.5 STLport 4.
[SVN r37013]
2007-02-20 08:05:17 +00:00
Thomas Witt
6cb060ebb0 Update release toolset list
[SVN r37012]
2007-02-20 07:56:22 +00:00
Roland Schwarz
e6a7d2f872 Typo corrected.
[SVN r37009]
2007-02-19 22:24:24 +00:00
Daniel James
cb8fb3c9e6 Mark hash float test failure for cygwin.
[SVN r37008]
2007-02-19 20:52:35 +00:00
Jeff Garland
ff45da24e3 additional date-time unexplained failures for stlport4 msvc 7.1
[SVN r36996]
2007-02-18 20:39:46 +00:00
Jeff Garland
a863a4eaa3 update date-time failures for stlport4 msvc 7.1
[SVN r36995]
2007-02-18 20:29:28 +00:00
Jeff Garland
712b7ee6e1 markup hp acc failures for date-time
[SVN r36994]
2007-02-18 20:16:08 +00:00
Hartmut Kaiser
eb8f82fbd6 Updated expected failures for wave.
[SVN r36987]
2007-02-17 17:19:40 +00:00
John Maddock
9d9ca09c09 Boost.Math markup: the failures are known about and fixed in later Intel compiler releases.
[SVN r36986]
2007-02-17 17:17:22 +00:00
John Maddock
69f983d28e Fixed spelling mistake in Boost.Math markup.
Added markup for expected/investigated TR1 failures.


[SVN r36985]
2007-02-17 12:47:02 +00:00
Andreas Huber
ee7f69d381 Merged markup for a cygwin statechart failure from trunk to branch (this is a manual merge because a lot of changes were previously made to the 1.34 version only).
[SVN r36982]
2007-02-17 08:38:02 +00:00
John Maddock
c91c97efef Boost.Math markup.
[SVN r36974]
2007-02-16 17:22:11 +00:00
Roland Schwarz
68219a3fd9 Corrected toolset naming for program_options mingw and cygwin markup.
[SVN r36972]
2007-02-16 14:46:02 +00:00
Roland Schwarz
cfb59221f6 Corrected toolset naming for filesystem mingw and cygwin markup.
[SVN r36971]
2007-02-16 14:27:04 +00:00
Roland Schwarz
6704dfe16b Corrected toolset naming for date_time mingw and cygwin markup.
[SVN r36970]
2007-02-16 14:10:45 +00:00
Roland Schwarz
750392d6f3 Marked dynamic_bitset test expected to fail on borland.
[SVN r36969]
2007-02-16 13:40:46 +00:00
Roland Schwarz
ec2f3c4cd4 Marked numeric/ublas unusable with msvc-7.1_stlport4.
[SVN r36968]
2007-02-16 10:49:00 +00:00
Roland Schwarz
eeadef5bb2 Marked wide versions of serialization expected to fail on gcc windows.
[SVN r36966]
2007-02-16 07:56:50 +00:00
Roland Schwarz
72d1048ee9 Corrected mingw toolset naming.
[SVN r36951]
2007-02-15 15:33:17 +00:00
Roland Schwarz
0dbcac6cb0 Corrected cygwin toolset spelling.
[SVN r36950]
2007-02-15 15:06:50 +00:00
John Maddock
7357d77242 More markup: sunpro and msvc-stlport
[SVN r36890]
2007-02-04 17:13:02 +00:00
Vladimir Prus
a8f0d40c85 Merge: Remove some thread markup, per thread maintainters request
[SVN r36807]
2007-01-26 09:28:28 +00:00
Vladimir Prus
39023c3ee3 Merge: Markup for operators_test / gcc-3.4.5_linux_x86_64
[SVN r36800]
2007-01-26 08:23:37 +00:00
Vladimir Prus
503480522e Merge: Mark prg_exec_fail2 / darwin-4.0.1 failure as expected
[SVN r36798]
2007-01-26 08:12:33 +00:00
Vladimir Prus
838d216730 Merge markup for a couple of tests from HEAD
[SVN r36795]
2007-01-26 08:03:50 +00:00
Vladimir Prus
27b475cd4c Fix formatting
[SVN r36792]
2007-01-26 07:31:40 +00:00
Vladimir Prus
fba8fe22a6 Fix formatting
[SVN r36791]
2007-01-26 07:21:54 +00:00
Thomas Witt
b4640b4023 Removed QNX from release compiler list.
[SVN r36772]
2007-01-24 06:05:03 +00:00
Peder Holt
cfa06a3244 Marked acc as not supporting native typeof
[SVN r36749]
2007-01-18 08:15:48 +00:00
Thomas Witt
89081a5081 Removed intel 9.1 vc 8 from list of required toolsets.
[SVN r36742]
2007-01-17 23:27:00 +00:00
Aleksey Gurtovoy
38972a0973 Correct invalid markup structure, tighten the scheme catch some of these errors
[SVN r36735]
2007-01-16 01:54:41 +00:00
Roland Schwarz
6b118c6c9c Marked a QNX bug as a failure again. This was most likely hiding a bug.
[SVN r36708]
2007-01-12 17:28:38 +00:00
Joaquín M. López Muñoz
9b4ee407cd fixed last fix
[SVN r36674]
2007-01-09 09:25:06 +00:00
Misha Bergal
114a859387 Fixed invalid markup
[SVN r36673]
2007-01-09 05:32:56 +00:00
Misha Bergal
a82d53a274 Fixed invalid markup
[SVN r36672]
2007-01-09 05:21:24 +00:00
Douglas Gregor
2932a4d3a1 Fix nesto in markup for concept_check library
[SVN r36667]
2007-01-08 16:04:51 +00:00
Jeremy Siek
8f76b762ab added expected failures for concept check
[SVN r36562]
2007-01-02 18:18:13 +00:00
Jonathan Turkanis
59414fae7d marked finite-state-filter test as expected failure on CW 9.4 for windows (iostreams lib)
[SVN r36482]
2006-12-22 05:33:07 +00:00
Joaquín M. López Muñoz
456c525f56 marked serialization/test_demo_shared_ptr_dll as expected failure on qcc-3.3.5_gpp
[SVN r36481]
2006-12-21 14:30:23 +00:00
Joaquín M. López Muñoz
96cb69b96a marked serialization/test_reset_object_address* as expected failure on MSVC 7.0
[SVN r36463]
2006-12-20 07:20:44 +00:00
Roland Schwarz
6d3e77cd36 Removed expected failures for msvc-7.1/8.0 and tried to add gcc-mingw.
[SVN r36406]
2006-12-15 16:52:11 +00:00
Roland Schwarz
cd889e520b Narrowed range of compilers where to expect tss failure.
[SVN r36392]
2006-12-14 20:00:09 +00:00
Roland Schwarz
c15911fe28 Explained expected test_tss_lib failures.
[SVN r36388]
2006-12-14 18:55:51 +00:00
Vladimir Prus
1b10f68413 Merge from trunk
[SVN r36273]
2006-12-05 06:47:12 +00:00
John Maddock
ac8a6db8c7 random_test failure reported to Intel, and confirmed as a bug.
[SVN r36263]
2006-12-04 13:47:31 +00:00
Andreas Huber
e2f164f70a Merged markup additions for cw-9.4 statechart failures from trunk to branch.
[SVN r36172]
2006-11-24 10:12:10 +00:00
Andreas Huber
9dd531571c Merged statechart markup removals and Johns changes from trunk to branch.
[SVN r36147]
2006-11-22 10:06:06 +00:00
John Maddock
dd100bf815 Marked Borland failures as expected, and a known bug.
Updated test name.


[SVN r36121]
2006-11-20 19:06:45 +00:00
Beman Dawes
4c3d8a8e21 mark vc++ 6.5 fstream_test failure expected
[SVN r36093]
2006-11-19 20:17:39 +00:00
Peter Dimov
4e1eb576a2 Marked mem_fn_eq_test/msvc-7.1 as expected
[SVN r36013]
2006-11-12 17:24:13 +00:00
John Maddock
6db705e74a Looks like toolset has run out of memory.
[SVN r35953]
2006-11-09 18:29:44 +00:00
John Maddock
996efec87d Marked up qcc failures: these should have been marked up already really?
[SVN r35952]
2006-11-09 17:44:11 +00:00
Aleksey Gurtovoy
7f7c6e0508 Explicit markup: rename references to v1 toolsets, remove duplicate entries
[SVN r35943]
2006-11-09 04:39:47 +00:00
Rene Rivera
9f8ef7acb9 Remove obsolete Boost.Build v1 files.
[SVN r35880]
2006-11-06 17:10:46 +00:00
Anthony Williams
862f47ae2b TSS should now work
[SVN r35808]
2006-11-02 12:45:58 +00:00
Daniel Wallin
4480f8756c merged from HEAD
[SVN r35790]
2006-10-30 06:43:15 +00:00
Douglas Gregor
fcf44a535e Fix markup for sun-5.8
[SVN r35681]
2006-10-21 04:59:29 +00:00
Douglas Gregor
53cb3ac8fa Fix markup for sun-5.8
[SVN r35680]
2006-10-21 04:55:40 +00:00
John Maddock
093b78ad00 Added Sun-5.8 markup based on reports from Simon Atanasyan.
[SVN r35671]
2006-10-20 10:04:10 +00:00
Joaquín M. López Muñoz
bba1cff920 marked rational/rational_test as expected failure on Sun Studio 11, explanation kindly provided by Simon Atanasyan
[SVN r35663]
2006-10-19 14:13:03 +00:00
John Maddock
afe280c9a7 Added markup for failing test: it's a confirmed gcc bug.
[SVN r35660]
2006-10-18 16:48:10 +00:00
Joaquín M. López Muñoz
da87f26ec3 removed unusability mark for multi_index on sun-5.8 to see if things have improved
[SVN r35628]
2006-10-16 06:25:44 +00:00
Daniel Wallin
33e23b8f45 merged HEAD to RC
[SVN r35452]
2006-10-02 23:37:18 +00:00
Douglas Gregor
ff01d3193c cannot debug sun-5.8 failure on graph serialize test. punting...
[SVN r35425]
2006-09-29 18:19:50 +00:00
Dave Abrahams
ad4fe0cd5f Start exposing configuration failures in Python tests on Intel
[SVN r35407]
2006-09-29 02:06:20 +00:00
Stefan Slapeta
5219444715 Made Intel on VC8 a required toolset
[SVN r35354]
2006-09-27 18:26:27 +00:00
Daniel Wallin
bdccf61adb merged HEAD to RC
[SVN r35338]
2006-09-26 14:46:06 +00:00
Markus Schöpflin
9ff084fdfc Merged from HEAD.
[SVN r35332]
2006-09-26 07:24:03 +00:00
John Maddock
50a578a35c Added markup for toolsets that have changed name.
[SVN r35312]
2006-09-24 17:50:12 +00:00
Douglas Gregor
007b9be6e0 serialize test fails on VC 7.0
[SVN r35283]
2006-09-22 19:25:29 +00:00
Jonathan Turkanis
fd1fd114f1 marked iostreams::example_test as an expected failure on VC6 STLPort
[SVN r35161]
2006-09-18 14:44:56 +00:00
Jonathan Turkanis
d72767f44a marked iostreams::compose_test as intermittently failing on borland 5.6.4
[SVN r35149]
2006-09-17 22:26:41 +00:00
Dave Abrahams
02d241da7e Sun workarounds
[SVN r35137]
2006-09-16 18:15:08 +00:00
Fernando Cacciola
b5e624bc4e Failure markups added to numeric/conversion
[SVN r35132]
2006-09-16 15:45:23 +00:00
Stefan Slapeta
c38f6f265e failure markup for intel-win
[SVN r35120]
2006-09-15 13:50:18 +00:00
John Maddock
484e4b4c80 Markup resulting from file name changes.
[SVN r35106]
2006-09-14 10:44:41 +00:00
Dave Abrahams
82f1013830 merged from HEAD
[SVN r35098]
2006-09-13 20:36:37 +00:00
Dave Abrahams
b4169d031f Parameter library Workarounds for Borland and MSVC
Parameter library explicit markup for expected failures

value_init.hpp:
  Borland workarounds
  Use angle-includes consistently


[SVN r35085]
2006-09-13 03:15:16 +00:00
Peder Holt
b23310ea34 Enabled typeof emulation for DMC
[SVN r35025]
2006-09-06 17:18:49 +00:00
John Maddock
316ba91406 Last few TR1 markups.
[SVN r35013]
2006-08-31 18:02:11 +00:00
Stefan Slapeta
6bc2da2e07 Updates for Intel compiler on windows
[SVN r34991]
2006-08-28 19:45:21 +00:00
Peder Holt
d6666fd31b Updated explicit failures list for typeof. Added function_binding_native and odr_no_uns to list of expected failures for VC6.5 and VC7.0
[SVN r34985]
2006-08-28 17:10:41 +00:00
John Maddock
ca558e76fc Added sunpro markup: test name has changed.
[SVN r34913]
2006-08-22 11:49:20 +00:00
Pavol Droba
df34b99c1c regex dependat failuer marked
[SVN r34902]
2006-08-18 17:17:57 +00:00
John Maddock
9c8765ae24 Added a little more tr1 markup.
Marked up regex tru64-gcc failure.


[SVN r34886]
2006-08-15 11:31:39 +00:00
John Maddock
1f5ce68ea4 More changes resulting from changed file names.
[SVN r34674]
2006-07-22 16:24:36 +00:00
Caleb Epstein
b3f1216421 Mark mpl/apply as an expected failure on both gcc-4.1.0* and gcc-4.1.1*
[SVN r34672]
2006-07-22 16:09:29 +00:00
Caleb Epstein
6c59838a5c Mark mpl/apply as an expected failure on gcc-4.1.1_sunos_i86pc
[SVN r34671]
2006-07-22 16:00:03 +00:00
Douglas Gregor
25432e9833 We expect bidir_remove_edge to fail on VC7
[SVN r34657]
2006-07-21 20:27:31 +00:00
John Maddock
e129edc3b0 Fixed changed test names.
[SVN r34655]
2006-07-21 17:45:25 +00:00
Joaquín M. López Muñoz
3bc67e6048 fixed XML validation problem
[SVN r34650]
2006-07-21 05:57:27 +00:00
Gennaro Prota
5ce61d12c8 added a note to explain the vc-6_5-stlport failures in dyn_bitset_unit_tests1.cpp; removed a tab character
[SVN r34641]
2006-07-20 22:03:32 +00:00
John Maddock
c48b7e213e Continued checking and marking up TR1.
[SVN r34551]
2006-07-16 09:38:44 +00:00
Pavol Droba
53d0a5bb88 vc-7_1-stlport maked as not-supported for string_algo lib
[SVN r34535]
2006-07-14 19:47:09 +00:00
John Maddock
9330348b53 Oops, need to spell sunpro toolset name correctly.
[SVN r34531]
2006-07-13 09:42:05 +00:00
John Maddock
45cca3a7ee Updated markup.
[SVN r34505]
2006-07-11 10:03:22 +00:00
Jeff Garland
75cbbfee23 a few more date-time markups
[SVN r34458]
2006-07-04 15:43:34 +00:00
Rene Rivera
291fe70da6 More tweaks to account for different toolset names for BBv2 MinGW.
[SVN r34457]
2006-07-04 02:41:33 +00:00
Douglas Gregor
029a031f3d Markup some graph failures
[SVN r34455]
2006-07-03 18:03:07 +00:00
Rene Rivera
632f30f5b3 Had to make some toolset names more general as the regex matching is extremly limited.
[SVN r34452]
2006-07-03 15:13:53 +00:00
Thorsten Jørgen Ottosen
01a4aa5df2 *** empty log message ***
[SVN r34451]
2006-07-03 10:38:57 +00:00
Nicola Musatti
086103270e Updated io failures for Borland
[SVN r34436]
2006-07-01 21:50:36 +00:00
Jeff Garland
3bd5915ed1 markup some additional date-time non-usable compilers
[SVN r34435]
2006-07-01 17:00:35 +00:00
Rene Rivera
87697ebbe2 Applying some failures to the rest of the mingw toolsets.
[SVN r34434]
2006-06-30 15:34:21 +00:00
Jeff Garland
31df2db220 markup some date-time failures
[SVN r34424]
2006-06-28 21:03:15 +00:00
Rene Rivera
eed3440c99 Cross merge change in HEAD and RC_1_34_0 to bring both versions in sync with each other.
[SVN r34423]
2006-06-28 20:54:09 +00:00
John Maddock
a7c4a9d9f1 Marked up VC6/7 as unusable with TR1.
[SVN r34412]
2006-06-27 12:43:51 +00:00
Jeff Garland
80d716a16c mark vc7 as unusable
[SVN r34383]
2006-06-23 18:18:32 +00:00
Caleb Epstein
33c56425ba Added gcc-4.1.1_sunos_ix86pc toolset
[SVN r34380]
2006-06-23 16:16:35 +00:00
John Maddock
3da6e1704f Changed toolset name (vc-8 -> msvc-8).
No wide character support on qcc.


[SVN r34325]
2006-06-17 12:51:00 +00:00
Andreas Huber
e779ae8dce Merged statechart markup changes from trunk to branch.
[SVN r34317]
2006-06-16 07:26:40 +00:00
Michael Stevens
279640ea2e uBLAS ADD expected failures for release
[SVN r34311]
2006-06-15 13:12:22 +00:00
Alisdair Meredith
7244da4f42 Improved markup for array failures, and Borland 5_8_2 compiler
[SVN r34307]
2006-06-15 01:04:41 +00:00
Andreas Huber
db88771b9b Merged statechart markup changes from trunk to branch
[SVN r34305]
2006-06-14 19:06:13 +00:00
Eric Niebler
053f81f415 mark up xpressive and foreach failures on sun-5.8
[SVN r34284]
2006-06-12 17:03:09 +00:00
Jeff Garland
4c837cdce3 fix acc failure for date-time
[SVN r34281]
2006-06-12 14:03:28 +00:00
Markus Schöpflin
47464678e7 Merged latest markup changes from trunk to branch.
[SVN r34280]
2006-06-12 11:26:33 +00:00
Joaquín M. López Muñoz
aaf26bc130 marked multi_index unusable on DMC 8.47 + STLport 4.5.3
[SVN r34278]
2006-06-12 08:44:29 +00:00
Beman Dawes
a44273028b markup qcc-3.3.5 and vc-6.5 failures
[SVN r34264]
2006-06-10 20:05:45 +00:00
Joaquín M. López Muñoz
1e59efa7f3 marked multi_index/test_serialization as expected failure on Compaq C++ 6.5-042 for Tru64
[SVN r34258]
2006-06-09 06:49:57 +00:00
Beman Dawes
c45dd2c5d9 markup filesystem expected failures
[SVN r34256]
2006-06-09 00:58:07 +00:00
Thorsten Jørgen Ottosen
ee2f45c963 *** empty log message ***
[SVN r34254]
2006-06-08 22:38:02 +00:00
John Maddock
d9233ad4da Added limits_test markup
[SVN r34224]
2006-06-07 17:04:37 +00:00
John Maddock
9ae6484b52 Added regex markup for Borland and sunpro toolsets.
[SVN r34222]
2006-06-07 16:52:21 +00:00
Joaquín M. López Muñoz
e8a74b67f0 marked multi_index unusable on Sun 5.8
[SVN r34220]
2006-06-07 08:37:28 +00:00
Thomas Witt
17bccc9754 Added borland-5_6_4 to list of required platforms.
[SVN r34190]
2006-06-06 04:44:32 +00:00
Alisdair Meredith
0a0cc38ed7 Acknowledge old MSVC failures for zero length arrays
Recognise more Borland problems with type traits


[SVN r34188]
2006-06-05 19:49:09 +00:00
John Maddock
a6608c669c Added VC7 TR1 markup
[SVN r34183]
2006-06-05 09:45:36 +00:00
Arkadiy Vertleyb
164ba0b609 merged disabled native typeof tests for sun
[SVN r34179]
2006-06-05 03:16:55 +00:00
Alisdair Meredith
0933bd8028 Support for zero length arrays
[SVN r34156]
2006-06-03 13:04:27 +00:00
Thomas Witt
8ba67e3dd6 Update required toolsets.
[SVN r34149]
2006-06-02 23:51:00 +00:00
Peter Dimov
2a2bea5125 Added msvc, msvc-6* markup
[SVN r34146]
2006-06-02 18:04:07 +00:00
John Maddock
746faf9924 Fix toolset name.
[SVN r34142]
2006-06-02 17:50:03 +00:00