public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/cglib/files: cglib-2.2-no-leak-test.patch
@ 2009-11-20 10:51 Vlastimil Babka (caster)
  0 siblings, 0 replies; only message in thread
From: Vlastimil Babka (caster) @ 2009-11-20 10:51 UTC (permalink / raw
  To: gentoo-commits

caster      09/11/20 10:51:34

  Added:                cglib-2.2-no-leak-test.patch
  Log:
  Patch out failures on memory leak tests. Calling gc() does not guarantee that memory will be freed. Bug #284316.
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-java/cglib/files/cglib-2.2-no-leak-test.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/cglib/files/cglib-2.2-no-leak-test.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/cglib/files/cglib-2.2-no-leak-test.patch?rev=1.1&content-type=text/plain

Index: cglib-2.2-no-leak-test.patch
===================================================================
--- src/test/net/sf/cglib/CodeGenTestCase.java.orig	2009-11-20 11:49:04.000000000 +0100
+++ src/test/net/sf/cglib/CodeGenTestCase.java	2009-11-20 11:49:18.000000000 +0100
@@ -135,7 +135,7 @@
           
         }
         
-        return true;
+        return false;
         
         
     }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-20 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 10:51 [gentoo-commits] gentoo-x86 commit in dev-java/cglib/files: cglib-2.2-no-leak-test.patch Vlastimil Babka (caster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox