This is an automated email from the ASF dual-hosted git repository.
jtulach 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 6532336 Travis, Run ide modules tests
new 2db2714 Merge pull request #1318 from blackleg/test_ide_modules
6532336 is described below
commit 6532336e9e4b826405fda82e15972d5a92a4cc4e
Author: Hector Espert <[email protected]>
AuthorDate: Sat Jun 22 20:18:48 2019 +0200
Travis, Run ide modules tests
---
.travis.yml | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 868e75c..461b40b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,3 +71,106 @@ matrix:
- env: SIGTEST=false COMPILETEST=false RAT=false EOL=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
+
+ - env: >
+ SIGTEST=false
+ COMPILETEST=false
+ RAT=false
+ EOL=false
+ LICENSE=false
+ CV=false
+ RUN_TESTS_JDK9PLUS=false
+ RUN_TESTS_JDK8=true
+ OPTS="-Dcluster.config=minimal -quiet build
-Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false
-Dtest-unit-sys-prop.ignore.random.failures=true"
+ TEST_MODULES="ide/api.xml.ui
+ ide/bugtracking
+ ide/bugtracking.bridge
+ ide/bugtracking.commons
+ ide/bugzilla
+ ide/code.analysis
+ ide/core.ide
+ ide/csl.api
+ ide/csl.types
+ ide/css.editor
+ ide/css.lib
+ ide/css.model
+ ide/db.dataview
+ ide/db.sql.editor
+ ide/docker.api
+ ide/docker.ui
+ ide/editor.bookmarks
+ ide/editor.bracesmatching
+ ide/editor.document
+ ide/editor.fold
+ ide/editor.fold.nbui
+ ide/editor.guards
+ ide/editor.indent
+ ide/editor.indent.project
+ ide/editor.macros
+ ide/editor.search
+ ide/editor.settings
+ ide/editor.settings.storage
+ ide/editor.tools.storage
+ ide/editor.util
+ ide/extbrowser
+ ide/extexecution.base
+ ide/gsf.testrunner.ui
+ ide/html
+ ide/html.custom
+ ide/html.editor
+ ide/html.lexer
+ ide/html.parser
+ ide/html.validation
+ ide/hudson
+ ide/hudson.git
+ ide/hudson.mercurial
+ ide/hudson.subversion
+ ide/hudson.tasklist
+ ide/hudson.ui
+ ide/javascript2.debug
+ ide/languages.yaml
+ ide/lexer
+ ide/lib.terminalemulator
+ ide/libs.freemarker
+ ide/libs.git
+ ide/libs.graalsdk
+ ide/localhistory
+ ide/o.openidex.util
+ ide/parsing.api
+ ide/parsing.indexing
+ ide/parsing.lucene
+ ide/project.ant
+ ide/project.ant.compat8
+ ide/project.ant.ui
+ ide/project.libraries
+ ide/project.libraries.ui
+ ide/projectapi
+ ide/projectapi.nb
+ ide/projectuiapi.base
+ ide/refactoring.api
+ ide/schema2beans
+ ide/server
+ ide/spellchecker
+ ide/spi.editor.hints
+ ide/spi.palette
+ ide/spi.tasklist
+ ide/tasklist.ui
+ ide/team.commons
+ ide/terminal.nb
+ ide/utilities
+ ide/versioning.masterfs
+ ide/versioning.util
+ ide/web.common
+ ide/web.common.ui
+ ide/web.webkit.debugging
+ ide/xml
+ ide/xml.axi
+ ide/xml.core
+ ide/xml.lexer
+ ide/xml.multiview
+ ide/xml.text
+ ide/xml.text.obsolete90
+ ide/xml.xam
+ ide/xml.xdm
+ ide/xsl"
+ jdk: openjdk8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists