summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-06-23 21:22:44 +0100
committerGitHub <noreply@github.com>2017-06-23 21:22:44 +0100
commitd9e781e71c94af53d4c2985884e4403798b4b3f8 (patch)
treed6dc4bdca14dd6e5120c0144892447f76144c929
parent79b91176f3551aa4452beae93ded043d8f7c866e (diff)
parent612983e81e4fed2b9ec06482b85735e49407b939 (diff)
downloadboost-d9e781e71c94af53d4c2985884e4403798b4b3f8.tar.gz
Merge pull request #126 from olk/patch-21
list of excludedd compilers for boost.fiber
-rw-r--r--status/explicit-failures-markup.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 72069f32ca..4e02fd8e53 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -744,6 +744,8 @@
<toolset name="darwin-4.4*"/>
<toolset name="gcc-4.4"/>
<toolset name="gcc-4.4*"/>
+ <toolset name="gcc-4.7*"/>
+ <toolset name="gcc-4.7"/>
<toolset name="gcc-m*ngw-4.4"/>
<toolset name="gcc-m*ngw-4.4*"/>
<toolset name="gcc-m*ngw-4.5"/>
@@ -791,6 +793,8 @@
<toolset name="darwin-4.4*"/>
<toolset name="gcc-4.4"/>
<toolset name="gcc-4.4*"/>
+ <toolset name="gcc-4.7*"/>
+ <toolset name="gcc-4.7"/>
<toolset name="gcc-m*ngw-4.4"/>
<toolset name="gcc-m*ngw-4.4*"/>
<toolset name="gcc-m*ngw-4.5"/>
@@ -1611,6 +1615,31 @@
</mark-failure>
</test>
</library>
+
+ <!-- fiber -->
+ <library name="fiber">
+ <mark-unusable>
+ <toolset name="cray-*"/>
+ <toolset name="darwin-4.4"/>
+ <toolset name="darwin-4.4*"/>
+ <toolset name="gcc-4.4"/>
+ <toolset name="gcc-4.4*"/>
+ <toolset name="gcc-4.7*"/>
+ <toolset name="gcc-4.7"/>
+ <toolset name="gcc-m*ngw-4.4"/>
+ <toolset name="gcc-m*ngw-4.4*"/>
+ <toolset name="gcc-m*ngw-4.5"/>
+ <toolset name="gcc-m*ngw-4.5*"/>
+ <toolset name="gcc-m*ngw-4.6"/>
+ <toolset name="gcc-m*ngw-4.6*"/>
+ <toolset name="gcc-m*ngw-4.7"/>
+ <toolset name="gcc-m*ngw-4.7*"/>
+ <toolset name="msvc-7.*"/>
+ <toolset name="msvc-8.0"/>
+ <toolset name="pgi-*"/>
+ <toolset name="vacpp-*"/>
+ </mark-unusable>
+ </library>
<!-- filesystem -->