Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
c3f68973
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c3f68973
编写于
1月 24, 2012
作者:
A
alanb
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7132204: Default testset in JPRT should not run all tests
Reviewed-by: ohair
上级
c3b10b94
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
31 addition
and
17 deletion
+31
-17
make/jprt.properties
make/jprt.properties
+22
-14
test/ProblemList.txt
test/ProblemList.txt
+9
-3
未找到文件。
make/jprt.properties
浏览文件 @
c3f68973
...
...
@@ -62,18 +62,32 @@ jprt.vm.default.test.targets= \
# Default jdk test targets (testset=default)
jprt.make.rule.default.test.targets
=
\
${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
=
\
...
...
@@ -83,19 +97,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
=
\
...
...
test/ProblemList.txt
浏览文件 @
c3f68973
...
...
@@ -284,6 +284,9 @@ sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh generic-all
# Windows X64, java.lang.IllegalStateException
javax/management/monitor/AttributeArbitraryDataTypeTest.java generic-all
# 7132199
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java generic-all
############################################################################
# jdk_math
...
...
@@ -476,6 +479,9 @@ java/rmi/server/RMISocketFactory/useSocketFactory/activatable/UseCustomSocketFac
java/rmi/server/RMISocketFactory/useSocketFactory/registry/UseCustomSocketFactory.java generic-all
java/rmi/server/UnicastRemoteObject/unexportObject/UnexportLeak.java generic-all
# 7132247
java/rmi/registry/readTest/readTest.sh windows-all
############################################################################
# jdk_security
...
...
@@ -575,13 +581,13 @@ sun/tools/jps/jps-Vvml.sh generic-all
# Filed 6979016
sun/tools/jconsole/ResourceCheckTest.sh generic-all
# 7132203
sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all
############################################################################
# jdk_util
# Filed 7027061
java/util/Locale/Bug6989440.java windows-all
# Filed 6933803
java/util/concurrent/ThreadPoolExecutor/CoreThreadTimeOut.java generic-all
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录