Quellcode durchsuchen

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]
Daniel James vor 16 Jahren
Ursprung
Commit
669332d6eb
2 geänderte Dateien mit 22 neuen und 1 gelöschten Zeilen
  1. 1 0
      status/Jamfile.v2
  2. 21 1
      status/explicit-failures-markup.xml

+ 1 - 0
status/Jamfile.v2

@@ -100,6 +100,7 @@ run-tests
     preprocessor/test           # test-suite preprocessor
     program_options/test        # test-suite program_options
     property_map/test           # test-suite property_map
+    property_tree/test          # test-suite property_test
     proto/test                  # test-suite proto
     ptr_container/test          # test-suite ptr_container
     python/test                 # test-suite python

+ 21 - 1
status/explicit-failures-markup.xml

@@ -5777,8 +5777,28 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
             is an acceptable failure.
         </note>
       </mark-expected-failures>
-    </library>
 
+      <mark-expected-failures>
+        <test name="unnecessary_copy_tests"/>
+        <toolset name="borland-*"/>
+        <toolset name="sun-*"/>
+        <note author="Daniel James">
+            This tests whether inserting elements creates as few copies as I think
+            is possible. If this fails it just means that the container might be
+            a little inefficient.
+        </note>
+      </mark-expected-failures>
+
+      <mark-expected-failures>
+        <test name="compile_map"/>
+        <test name="compile_set"/>
+        <toolset name="gcc-open64"/>
+        <toolset name="pathscale-3.1"/>
+        <note author="Daniel James">
+            Concept checks don't seem to work on pathscale.
+        </note>
+      </mark-expected-failures>
+    </library>
 
     <!-- utility/enable_if -->
     <library name="utility/enable_if">

粤ICP备19079148号