zturner added a subscriber: zturner. zturner accepted this revision. zturner added a reviewer: zturner.
================ Comment at: test/lldbtest.py:2548-2550 @@ -2546,1 +2547,5 @@ + # Ensure all the references to SB objects have gone away so that we can + # be sure that all the modules referenced by the target are orphaned and + # released. + gc.collect() ---------------- This problem is more general than just modules. Maybe it could say "so that we can be sure that all test-specific resources have been freed before we attempt to delete the targets." http://reviews.llvm.org/D13788 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits