Browse Source

Allow Sun-5.7 and Sun-5.8 to fail loudly for Boost.Python so I can see
what's really wrong.


[SVN r41409]

Dave Abrahams 18 years ago
parent
commit
d941693472
1 changed files with 10 additions and 3 deletions
  1. 10 3
      status/explicit-failures-markup.xml

+ 10 - 3
status/explicit-failures-markup.xml

@@ -3925,11 +3925,18 @@ for more information.
             </note>
         </mark-unusable>
         <mark-unusable>
-            <toolset name="sun-5.8*"/>
+            <toolset name="sun-5.6*"/>
             <note author="David Abrahams">
-            This compiler seems to be having trouble digesting
+              The old reasoning given for this markup, which applied
+              to sun-5.8*, was as follows.  However, tuple's tests
+              seem to use the test library, which is apparently
+              completely broken on Sun.  Therefore, I've backed off
+              the version number to sun-5.6 so I can see the actual
+              state of the failures.
+
+            <blockquote>This compiler seems to be having trouble digesting
             Boost.Tuple.  Until it can handle Boost.Tuple there's
-            little chance it will handle Boost.Python
+            little chance it will handle Boost.Python</blockquote>
             </note>
         </mark-unusable>
         <mark-expected-failures>

粤ICP备19079148号