summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v22
-rw-r--r--status/explicit-failures-markup.xml8
2 files changed, 10 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 12b7726a79..2124872f75 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -91,6 +91,7 @@ run-tests libs :
math/test # test-suite math
mpi/test # test-suite mpi
mpl/test # test-suite mpl
+ msm/test # msm-unit-tests
numeric/conversion/test # test-suite numeric/conversion
numeric/interval/test # test-suite numeric/interval
numeric/ublas/test # test-suite numeirc/uBLAS
@@ -98,6 +99,7 @@ run-tests libs :
multi_index/test # test-suite multi_index
optional/test # test-suite optional
parameter/test # test-suite parameter
+ polygon/test # test-suite polygon
pool/test # test-suite pool
preprocessor/test # test-suite preprocessor
program_options/test # test-suite program_options
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index a63400e264..7827d80036 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -1780,6 +1780,14 @@
in a namespace don't appear to be found by ADL.
</note>
</mark-expected-failures>
+
+ <mark-expected-failures>
+ <test name="container_fwd_gcc_debug"/>
+ <toolset name="darwin-4.2"/>
+ <note author="Daniel James">
+ Debug containers aren't supported on Apple's version of gcc 4.2.
+ </note>
+ </mark-expected-failures>
</library>