mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
marked rational/rational_test as expected failure on Sun Studio 11, explanation kindly provided by Simon Atanasyan
[SVN r35663]
This commit is contained in:
parent
130661a0e5
commit
1340a12dc7
1 changed files with 19 additions and 0 deletions
|
@ -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ó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>
|
||||
|
|
Loading…
Add table
Reference in a new issue