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

matthiasblaesing 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 4ede016  Travis, run tests for harness modules
4ede016 is described below

commit 4ede016cb3c85b2eb488c7f9903e59b0288d583c
Author: Hector Espert <hectorespertpa...@gmail.com>
AuthorDate: Sat Oct 26 13:22:10 2019 +0200

    Travis, run tests for harness modules
---
 .travis.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 7221a62..e49d59b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -82,6 +82,20 @@ matrix:
         - env: SIGTEST=false COMPILETEST=false LICENSE=false CV=false 
RUN_TESTS_JDK8=false RUN_TESTS_JDK9PLUS=true TEST_JDK_VERSION="--feature 12 
--license GPL" 
TEST_RUN_OPTIONS='-Dtest.run.args=--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
 -Dtest.use.jdk.javac=true' TEST_MODULES="java/java.completion" 
OPTS="-Dcluster.config=java -quiet build -Djavac.compilerargs=-nowarn 
-Dbuild.compiler.deprecation=false"
           jdk: openjdk8
           
+        - name: Test harness modules
+          jdk: openjdk8
+          env:
+            - OPTS="-silent -Dcluster.config=platform 
-Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false 
-Dtest-unit-sys-prop.ignore.random.failures=true -Dvanilla.javac.exists=true"
+          before_script:
+            - ant $OPTS clean
+            - ant $OPTS build
+          script:
+            - OPTS="-quiet -Dcluster.config=platform 
-Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false 
-Dtest-unit-sys-prop.ignore.random.failures=true -Dvanilla.javac.exists=true"
+            - ant $OPTS -f harness/o.n.insane test
+            - ant $OPTS -f harness/apisupport.harness test
+            - ant $OPTS -f harness/nbjunit test
+            # - ant $OPTS -f harness/jellytools.platform test
+
         - name: Test platform modules, Batch 1
           jdk: openjdk8
           env:


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

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

Reply via email to