marked rational/rational_test as expected failure on Sun Studio 11, explanation kindly provided by Simon Atanasyan

[SVN r35663]
This commit is contained in:
Joaquín M. López Muñoz 2006-10-19 14:13:03 +00:00
parent 130661a0e5
commit 1340a12dc7

View file

@ -1978,6 +1978,25 @@ for more information.
</mark-expected-failures>
</library>
<!-- rational -->
<library name="rational">
<mark-expected-failures>
<test name="rational_test"/>
<toolset name="sun-5.8"/>
<note author="J. L&#243;pez" date="19 Oct 2006">
The test is exposing the following known error of Sun Studio 11:
overload resolution fails if
a) some class has a conversion operator to a reference to
a built-in type, and
b) overload resolution involves a user-defined operator as well
as a built-in operator, and
c) the built-in operator takes the result of the conversion
mentioned in a) as an operand.
A fix will be reportedly included in patch no 6 of Sun Studio 11.
</note>
</mark-expected-failures>
</library>
<!-- serialization -->
<library name="serialization">
<mark-unusable>