mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 12:57:31 +02:00
update expected failures for Sun CC
[SVN r13101]
This commit is contained in:
@ -411,7 +411,7 @@ unsigned int expected_failures = 14;
|
||||
#elif defined(__SUNPRO_CC)
|
||||
#if(__SUNPRO_CC <= 0x520)
|
||||
unsigned int expected_failures = 18;
|
||||
#elif(__SUNPRO_CC <= 0x530)
|
||||
#elif(__SUNPRO_CC < 0x530)
|
||||
unsigned int expected_failures = 17;
|
||||
#else
|
||||
unsigned int expected_failures = 6;
|
||||
@ -426,8 +426,3 @@ unsigned int expected_failures = 24;
|
||||
unsigned int expected_failures = 0;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user