From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMZuu-0003KF-VJ for guix-patches@gnu.org; Fri, 03 May 2019 11:16:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMZuu-0006eA-3v for guix-patches@gnu.org; Fri, 03 May 2019 11:16:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMZuu-0006dy-0Y for guix-patches@gnu.org; Fri, 03 May 2019 11:16:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMZus-00030m-EL for guix-patches@gnu.org; Fri, 03 May 2019 11:16:03 -0400 Subject: [bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base. Resent-Message-ID: From: Nicolas Goaziou References: <20190503145820.606f37db@sybil.lepiller.eu> <20190503130134.24788-1-julien@lepiller.eu> <20190503130134.24788-8-julien@lepiller.eu> Date: Fri, 03 May 2019 17:15:05 +0200 In-Reply-To: <20190503130134.24788-8-julien@lepiller.eu> (Julien Lepiller's message of "Fri, 3 May 2019 15:01:25 +0200") Message-ID: <87v9yrvabq.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 35545@debbugs.gnu.org Hello, Julien Lepiller writes: > + (add-before 'check 'remove-empty-file > + (lambda _ > + (with-directory-excursion "modules/base/src/test/java" > + ;; These files are completely commented, but junit expects them to > + ;; contain a class, so tests fail. > + (delete-file > + "com/sun/javafx/property/adapter/PropertyDescriptorTest.java") > + (delete-file > + "com/sun/javafx/property/adapter/ReadOnlyPropertyDescriptorTest.java") > + (delete-file "javafx/beans/property/PropertiesTest.java") > + (delete-file > + "javafx/beans/property/adapter/ReadOnlyJavaBeanPropertyBuilder_General_Test.java") > + ;; This one fails > + (delete-file "com/sun/javafx/runtime/VersionInfoTest.java"))))))) This phase doesn't end with #t. Regards, -- Nicolas Goaziou