Skip to content

Commit

Permalink
Travis, Run ide modules tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorespert committed Jun 24, 2019
1 parent f149137 commit 6532336
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6532336

Please sign in to comment.