[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base.
From: |
Julien Lepiller |
Subject: |
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base. |
Date: |
Sat, 4 May 2019 13:38:50 +0200 |
Le Fri, 03 May 2019 17:15:05 +0200,
Nicolas Goaziou <address@hidden> a écrit :
> Hello,
>
> Julien Lepiller <address@hidden> 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,
>
Thanks! I fixed that and your comment on patch 07. Is there anything
more? Do you need more time for a complete review or have you reviewed
everything already?
- [bug#35545] [PATCH 04/17] gnu: Add java-xmp., (continued)
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base., Ricardo Wurmus, 2019/05/04
[bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 07/17] gnu: Add java-openjfx-build., Björn Höfling, 2019/05/05
[bug#35545] [PATCH 09/17] gnu: Add java-openjfx-graphics., Julien Lepiller, 2019/05/03
[bug#35545] [PATCH 11/17] gnu: Add java-jmapviewer., Julien Lepiller, 2019/05/03