Просмотр исходного кода

Inclusion of Interprocess and Intrusive in regression tests

[SVN r37594]
Ion Gaztañaga 19 лет назад
Родитель
Сommit
c57ec76643
2 измененных файлов с 37 добавлено и 0 удалено
  1. 4 0
      status/Jamfile.v2
  2. 33 0
      status/explicit-failures-markup.xml

+ 4 - 0
status/Jamfile.v2

@@ -41,6 +41,10 @@ build-project ../libs/function/test ;          # test-suite function
 build-project ../libs/functional/hash/test ;   # test-suite functional/hash
 build-project ../libs/graph/test ;             # test-suite graph
 build-project ../libs/io/test ;                # test-suite io
+build-project ../libs/interprocess/example ;   # test-suite interprocess_example
+build-project ../libs/interprocess/test ;      # test-suite interprocess_test
+build-project ../libs/intrusive/example ;      # test-suite intrusive_example
+build-project ../libs/intrusive/test ;         # test-suite intrusive_test
 build-project ../libs/iostreams/test ;         # test-suite iostreams
 build-project ../libs/iterator/test ;          # test-suite iterator
 build-project ../libs/logic/test ;             # test-suite logic

+ 33 - 0
status/explicit-failures-markup.xml

@@ -1556,6 +1556,39 @@
   
     </library>
 
+    <!-- interprocess-->
+    <library name="interprocess">
+        <mark-unusable>
+            <toolset name="borland"/>
+            <toolset name="msvc-6.5*"/>
+            <toolset name="iw-7_1-vc6"/>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
+            <toolset name="mipspro"/>
+            <toolset name="sunpro-5_3-sunos"/>
+            <note author="Ion Gazta&#241;aga">
+                The compiler does not support features that are essential for the library.
+            </note>
+        </mark-unusable>
+    </library>
+
+    <!-- intrusive-->
+    <library name="intrusive">
+        <mark-unusable>
+            <toolset name="borland"/>
+            <toolset name="msvc-6.5*"/>
+            <toolset name="iw-7_1-vc6"/>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.6.2-linux"/>
+            <toolset name="mipspro"/>
+            <toolset name="sunpro-5_3-sunos"/>
+            <note author="Ion Gazta&#241;aga">
+                The compiler does not support features that are essential for the library.
+            </note>
+        </mark-unusable>
+    </library>
 
     <!-- io-->
     <library name="io">

粤ICP备19079148号