Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59966 - sandbox/SCons/libs/python/test
From: loonycyborg_at_[hidden]
Date: 2010-02-27 18:54:37


Author: loonycyborg
Date: 2010-02-27 18:54:37 EST (Sat, 27 Feb 2010)
New Revision: 59966
URL: http://svn.boost.org/trac/boost/changeset/59966

Log:
Implemented the remaining boost.python regression tests(with the exception of expected to fail ones)

Text files modified:
   sandbox/SCons/libs/python/test/SConscript | 32 ++++++++++++++++++++++++++++++++
   1 files changed, 32 insertions(+), 0 deletions(-)

Modified: sandbox/SCons/libs/python/test/SConscript
==============================================================================
--- sandbox/SCons/libs/python/test/SConscript (original)
+++ sandbox/SCons/libs/python/test/SConscript 2010-02-27 18:54:37 EST (Sat, 27 Feb 2010)
@@ -113,3 +113,35 @@
         "a_map_indexing_suite.cpp"])
     )
 env.BoostRunTest("import_", "import_.cpp", "./${SOURCES[0]} ${SOURCES[1]}", "import_.py")
+
+env.BoostCompileTest("indirect_traits_test")
+env.BoostRunTests(Split("""
+ destroy_test
+ pointer_type_id_test
+ bases
+ if_else
+ pointee
+ result
+ """))
+
+env.BoostCompileTests(Split("""
+ string_literal
+ borrowed
+ object_manager
+ copy_ctor_mutates_rhs
+ """))
+
+env.BoostRunTest("upcast")
+
+env.BoostCompileTest("select_holder")
+
+env.BoostRunTest("select_from_python_test")
+
+env.BoostCompileTest("select_arg_to_python_test")
+
+#env.BoostCompileTests(Split("""
+# raw_pyobject_fail1
+# raw_pyobject_fail2
+# as_to_python_function
+# object_fail1
+# """))


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk