You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/01/20 18:40:27 UTC

[netbeans] branch master updated: [TRAVIS] Run JavaFX tests

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new cf4f40b  [TRAVIS] Run JavaFX tests
     new 5169559  Merge pull request #1863 from blackleg/travis_java
cf4f40b is described below

commit cf4f40b5a6e7d125b6a35808ab8f45dab2fb1dec
Author: Hector Espert <he...@gmail.com>
AuthorDate: Sun Jan 12 19:09:59 2020 +0100

    [TRAVIS] Run JavaFX tests
---
 .travis.yml                                        | 11 +++++++++++
 javafx/javafx2.editor/nbproject/project.properties |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 397348d..cc1c709 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -397,6 +397,17 @@ matrix:
             - ant $OPTS -f apisupport/maven.apisupport test
             - ant $OPTS -f apisupport/timers test -Dtest.config=stable
 
+        - name: Test JavaFX modules
+          jdk: openjdk8
+          env:
+            - OPTS="-quiet -Dcluster.config=java -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest-unit-sys-prop.ignore.random.failures=true"
+          before_script:
+            - ant $OPTS clean
+            - ant $OPTS build
+          script:
+            - ant $OPTS -f javafx/javafx2.editor test -Dtest.config=stable
+            #- ant $OPTS -f javafx/javafx2.project test
+
         - name: Test ergonomics modules
           jdk: openjdk8
           env: 
diff --git a/javafx/javafx2.editor/nbproject/project.properties b/javafx/javafx2.editor/nbproject/project.properties
index 6e2b9df..56ff537 100644
--- a/javafx/javafx2.editor/nbproject/project.properties
+++ b/javafx/javafx2.editor/nbproject/project.properties
@@ -21,6 +21,8 @@ javac.compilerargs=-Xlint -Xlint:-serial
 spec.version.base=1.28.0
 requires.nb.javac=true
 
+test.config.stable.includes=**/JavaFXCSSModuleTest.class
+
 # Please change this to point to jfxrt.jar coming e.g. from the JavaFX 2.0 SDK
 #test-unit-sys-prop.jfxrt.url=file:/Users/david/Thunderbird/javafx-sdk2.0/rt/lib/jfxrt.jar
 # The following works only inside Oracle (I am sorry):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists