Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jdk17u
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
openjdk
jdk17u
Commits
c98aa661
Commit
c98aa661
authored
7 years ago
by
J. Duke
Browse files
Options
Downloads
Plain Diff
Merge
parents
ce62364d
c96654e8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags-top-repo
+1
-0
1 addition, 0 deletions
.hgtags-top-repo
make/jprt.properties
+23
-15
23 additions, 15 deletions
make/jprt.properties
with
24 additions
and
15 deletions
.hgtags-top-repo
+
1
−
0
View file @
c98aa661
...
...
@@ -145,3 +145,4 @@ a4f28069d44a379cda99dd1d921d19f819726d22 jdk8-b15
cc771d92284f71765eca14d6d08703c4af254c04 jdk8-b21
7ad075c809952e355d25030605da6af30456ed74 jdk8-b22
60d6f64a86b1e511169d264727f6d51415978df0 jdk8-b23
1a5f1d6b98d6827cdb529a4abe6e52a886d944f4 jdk8-b24
This diff is collapsed.
Click to expand it.
make/jprt.properties
+
23
−
15
View file @
c98aa661
...
...
@@ -64,18 +64,32 @@ jprt.vm.default.test.targets= \
# Default jdk test targets (testset=default)
jprt.make.rule.default.test.targets
=
\
${jprt.my.test.target.set:TESTNAME=langtools_jtreg},
\
${jprt.my.test.target.set:TESTNAME=jdk_beans1},
\
${jprt.my.test.target.set:TESTNAME=jdk_io},
\
${jprt.my.test.target.set:TESTNAME=jdk_lang},
\
${jprt.my.test.target.set:TESTNAME=jdk_math},
\
${jprt.my.test.target.set:TESTNAME=jdk_misc},
\
${jprt.my.test.target.set:TESTNAME=jdk_math}
# Default vm test targets (testset=core)
jprt.vm.core.test.targets
=
\
${jprt.vm.default.test.targets}
# Core jdk test targets (testset=core)
jprt.make.rule.core.test.targets
=
\
${jprt.make.rule.default.test.targets},
\
${jprt.my.test.target.set:TESTNAME=jdk_util},
\
${jprt.my.test.target.set:TESTNAME=jdk_io},
\
${jprt.my.test.target.set:TESTNAME=jdk_net},
\
${jprt.my.test.target.set:TESTNAME=jdk_nio1},
\
${jprt.my.test.target.set:TESTNAME=jdk_nio2},
\
${jprt.my.test.target.set:TESTNAME=jdk_nio3},
\
${jprt.my.test.target.set:TESTNAME=jdk_security1},
\
${jprt.my.test.target.set:TESTNAME=jdk_security2},
\
${jprt.my.test.target.set:TESTNAME=jdk_security3},
\
${jprt.my.test.target.set:TESTNAME=jdk_rmi},
\
${jprt.my.test.target.set:TESTNAME=jdk_management1},
\
${jprt.my.test.target.set:TESTNAME=jdk_management2},
\
${jprt.my.test.target.set:TESTNAME=jdk_text},
\
${jprt.my.test.target.set:TESTNAME=jdk_util}
${jprt.my.test.target.set:TESTNAME=jdk_tools1},
\
${jprt.my.test.target.set:TESTNAME=jdk_tools2},
\
${jprt.my.test.target.set:TESTNAME=jdk_misc}
# All vm test targets (testset=all)
jprt.vm.all.test.targets
=
\
...
...
@@ -85,19 +99,13 @@ jprt.vm.all.test.targets= \
# All jdk test targets (testset=all)
jprt.make.rule.all.test.targets
=
\
${jprt.make.rule.
default
.test.targets},
\
${jprt.make.rule.
core
.test.targets},
\
${jprt.my.test.target.set:TESTNAME=jdk_awt},
\
${jprt.my.test.target.set:TESTNAME=jdk_beans1},
\
${jprt.my.test.target.set:TESTNAME=jdk_beans2},
\
${jprt.my.test.target.set:TESTNAME=jdk_beans3},
\
${jprt.my.test.target.set:TESTNAME=jdk_management1},
\
${jprt.my.test.target.set:TESTNAME=jdk_management2},
\
${jprt.my.test.target.set:TESTNAME=jdk_rmi},
\
${jprt.my.test.target.set:TESTNAME=jdk_security2},
\
${jprt.my.test.target.set:TESTNAME=jdk_security3},
\
${jprt.my.test.target.set:TESTNAME=jdk_sound},
\
${jprt.my.test.target.set:TESTNAME=jdk_swing},
\
${jprt.my.test.target.set:TESTNAME=jdk_tools1},
\
${jprt.my.test.target.set:TESTNAME=jdk_tools2}
${jprt.my.test.target.set:TESTNAME=jdk_swing}
# JCK test targets in test/Makefile (no windows)
jprt.my.jck.test.target.set
=
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment