aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-02-10 15:41:38 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-10 15:41:38 -0300
commit03c865ebe0222f09099344dc3d08d1c54349080c (patch)
tree93d0c98a6abc711160192c76cf55c552768ce7c8 /tests
parent29aa5049a8790dd2c758c3b76a08182dc8021c28 (diff)
The tests for C++ class' fields and reference count will fail.
Tests that check if a referred object reference count was decreased after its keeper object death. Since support for post-mortem reference cleaning wasn't implemented yet the tests are marked as a known fail. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index db1fdd2da..73a9a255a 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -5,7 +5,7 @@ add_subdirectory(otherbinding)
file(GLOB TEST_FILES samplebinding/*_test.py otherbinding/*_test.py)
-set(test_blacklist "")
+set(test_blacklist "class_fields" "keep_reference")
find_package(PythonInterp REQUIRED)