[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base.
From: |
Nicolas Goaziou |
Subject: |
[bug#35545] [PATCH 08/17] gnu: Add java-openjfx-base. |
Date: |
Fri, 03 May 2019 17:15:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
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,
--
Nicolas Goaziou
- [bug#35545] [PATCH 03/17] gnu: Add java-jsonp-impl., (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