[the-board] [test] Remove memory report from js unit tests for now



commit 50584636a5c59ac6b87521ac011224612b1fe059
Author: Lucas Rocha <lucasr gnome org>
Date:   Fri Mar 25 19:24:48 2011 +0000

    [test] Remove memory report from js unit tests for now

 test/tb-js-unit.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/test/tb-js-unit.c b/test/tb-js-unit.c
index 6766cd1..e34484f 100644
--- a/test/tb-js-unit.c
+++ b/test/tb-js-unit.c
@@ -39,12 +39,7 @@ static void
 teardown (TbTestJSFixture *fix,
           gconstpointer     test_data)
 {
-  gjs_memory_report ("before destroying context", FALSE);
   g_object_unref (fix->context);
-
-  // FIXME: For some reason, seeing strange non-sense leaks
-  // even in the most basic test cases. Needs investigation.
-  gjs_memory_report ("after destroying context", FALSE);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]