mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Append * to msvc-N.M toolsets in my tests.
[SVN r56238]
This commit is contained in:
parent
de66702226
commit
ee687b883c
1 changed files with 7 additions and 7 deletions
|
@ -4523,14 +4523,14 @@ for more information.
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="native_tu_test"/>
|
||||
<toolset name="msvc-7.1"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-7.1*"/>
|
||||
<toolset name="msvc-8.0*"/>
|
||||
<note author="Alexander Nasonov" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="emulation_tu_test"/>
|
||||
<toolset name="msvc-7.1"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-7.1*"/>
|
||||
<toolset name="msvc-8.0*"/>
|
||||
<note author="Alexander Nasonov" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
@ -4972,9 +4972,9 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="promote_enum_msvc_bug_test"/>
|
||||
<toolset name="msvc-7.1"/>
|
||||
<toolset name="msvc-8.0"/>
|
||||
<toolset name="msvc-9.0"/>
|
||||
<toolset name="msvc-7.1*"/>
|
||||
<toolset name="msvc-8.0*"/>
|
||||
<toolset name="msvc-9.0*"/>
|
||||
<note author="Alexander Nasonov">
|
||||
See bug 99776 'enum UIntEnum { value = UINT_MAX } is promoted to int'
|
||||
http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=22b0a6b7-120f-4ca0-9136-fa1b25b26efe
|
||||
|
|
Loading…
Add table
Reference in a new issue