|
|
@@ -17,6 +17,11 @@
|
|
|
// is preceded by a minus sign, the note superscript will appear regardless
|
|
|
// of success or failure of the test.
|
|
|
|
|
|
+// All
|
|
|
+
|
|
|
+*/iterator/interoperable_fail,16
|
|
|
+*/iterator/is_convertible_fail,16
|
|
|
+
|
|
|
// Borland
|
|
|
|
|
|
borland/array/array3,3
|
|
|
@@ -30,6 +35,10 @@ borland/function/mem_fun_cxx98,3
|
|
|
borland/function/std_bind_cxx98,3
|
|
|
borland/function/sum_avg_cxx98,3
|
|
|
borland/signals/signal_test,3
|
|
|
+borland/iterator/interoperable_fail,2
|
|
|
+borland/iterator/is_convertible_fail,2
|
|
|
+borland/python/*,2
|
|
|
+borland/python/*,17
|
|
|
|
|
|
// GCC
|
|
|
|
|
|
@@ -79,6 +88,8 @@ msvc/function/lib_function_test,3
|
|
|
msvc/function/lambda_test,3
|
|
|
msvc/function/std_bind_portable,5
|
|
|
msvc/signals/signal_test,3
|
|
|
+msvc/iterator/interoperable_fail,2
|
|
|
+msvc/iterator/is_convertible_fail,2
|
|
|
|
|
|
// VC++ 7.0
|
|
|
|
|
|
@@ -95,4 +106,6 @@ vc7/function/std_bind_cxx98,3
|
|
|
vc7/function/sum_avg_cxx98,3
|
|
|
vc7/function/lib_function_test,3
|
|
|
vc7/function/lambda_test,3
|
|
|
-vc7/signals/signal_test,3
|
|
|
+vc7/signals/signal_test,3
|
|
|
+vc7/iterator/interoperable_fail,2
|
|
|
+vc7/iterator/is_convertible_fail,2
|