Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
f0733b02
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
f0733b02
编写于
11月 19, 2013
作者:
A
alanb
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
Reviewed-by: dholmes, sla, tbell
上级
5a6cea19
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
31 addition
and
10 deletion
+31
-10
make/jprt.properties
make/jprt.properties
+30
-9
test/Makefile
test/Makefile
+1
-1
未找到文件。
make/jprt.properties
浏览文件 @
f0733b02
...
...
@@ -66,15 +66,17 @@ jprt.vm.default.test.targets= \
jprt.make.rule.default.test.targets
=
\
${jprt.my.test.target.set:TESTNAME=langtools_jtreg},
\
${jprt.my.test.target.set:TESTNAME=jdk_lang},
\
${jprt.my.test.target.set:TESTNAME=jdk_math}
${jprt.my.test.target.set:TESTNAME=jdk_math},
\
${jprt.my.test.target.set:TESTNAME=jdk_util}
# Default vm test targets (testset=core)
jprt.vm.core.test.targets
=
\
${jprt.vm.default.test.targets}
jprt.vm.core.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_lang},
\
${jprt.my.test.target.set:TESTNAME=jdk_math},
\
${jprt.my.test.target.set:TESTNAME=jdk_util},
\
${jprt.my.test.target.set:TESTNAME=jdk_io},
\
${jprt.my.test.target.set:TESTNAME=jdk_net},
\
...
...
@@ -83,13 +85,22 @@ jprt.make.rule.core.test.targets= \
${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_text},
\
${jprt.my.test.target.set:TESTNAME=jdk_time},
\
${jprt.my.test.target.set:TESTNAME=jdk_other},
\
${jprt.my.test.target.set:TESTNAME=core_tools}
# Svc vm test targets (testset=svc)
jprt.vm.svc.test.targets
=
# Core jdk test targets (testset=svc)
jprt.make.rule.svc.test.targets
=
\
${jprt.my.test.target.set:TESTNAME=jdk_management},
\
${jprt.my.test.target.set:TESTNAME=jdk_instrument},
\
${jprt.my.test.target.set:TESTNAME=jdk_jmx},
\
${jprt.my.test.target.set:TESTNAME=jdk_text},
\
${jprt.my.test.target.set:TESTNAME=jdk_tools},
\
${jprt.my.test.target.set:TESTNAME=jdk_jdi},
\
${jprt.my.test.target.set:TESTNAME=jdk_jfr},
\
${jprt.my.test.target.set:TESTNAME=jdk_time},
\
${jprt.my.test.target.set:TESTNAME=jdk_other}
${jprt.my.test.target.set:TESTNAME=svc_tools}
# All vm test targets (testset=all)
jprt.vm.all.test.targets
=
\
...
...
@@ -100,14 +111,24 @@ jprt.vm.all.test.targets= \
# All jdk test targets (testset=all)
jprt.make.rule.all.test.targets
=
\
${jprt.make.rule.core.test.targets},
\
${jprt.make.rule.svc.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_jdi},
\
${jprt.my.test.target.set:TESTNAME=jdk_sound},
\
${jprt.my.test.target.set:TESTNAME=jdk_swing}
# PIT vm test targets (testset=pit)
jprt.vm.pit.test.targets
=
\
${jprt.vm.all.test.targets}
# PIT jdk test targets (testset=pit)
jprt.make.rule.pit.test.targets
=
\
${jprt.my.test.target.set:TESTNAME=langtools_jtreg},
\
${jprt.make.rule.core.test.targets},
\
${jprt.make.rule.svc.test.targets}
# JCK test targets in test/Makefile (no windows)
jprt.my.jck.test.target.set
=
\
solaris_sparcv9_5.10-product-c2-JCK7TESTRULE,
\
...
...
test/Makefile
浏览文件 @
f0733b02
...
...
@@ -59,7 +59,7 @@ all: jdk_all langtools_all
langtools_%
:
@
$(NO_STOPPING)
$(
call
SUBDIR_TEST,
$(LANGTOOLS_DIR)
,
JT_JAVA
=
$(PRODUCT_HOME)
JTREG_HOME
=
$(JT_HOME)
TEST
=
"
$(
subst
langtools_,,
$@
)
"
$(
subst
langtools_,,
$@
))
jdk_%
:
jdk_%
core_%s svc_%
:
@
$(NO_STOPPING)
$(
call
SUBDIR_TEST,
$(JDK_DIR)
,
TEST
=
"
$@
"
$@
)
################################################################
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录