Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
53ade9d3
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
53ade9d3
编写于
10月 09, 2012
作者:
A
alanb
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7173494: some jdk tests are not run in test/Makefile
Reviewed-by: chegar, mchung, mduigou, iris
上级
42eb73f2
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
57 addition
and
71 deletion
+57
-71
make/jprt.properties
make/jprt.properties
+6
-8
test/Makefile
test/Makefile
+27
-48
test/ProblemList.txt
test/ProblemList.txt
+24
-15
未找到文件。
make/jprt.properties
浏览文件 @
53ade9d3
...
@@ -77,20 +77,18 @@ jprt.make.rule.core.test.targets= \
...
@@ -77,20 +77,18 @@ jprt.make.rule.core.test.targets= \
${jprt.my.test.target.set:TESTNAME=jdk_util},
\
${jprt.my.test.target.set:TESTNAME=jdk_util},
\
${jprt.my.test.target.set:TESTNAME=jdk_io},
\
${jprt.my.test.target.set:TESTNAME=jdk_io},
\
${jprt.my.test.target.set:TESTNAME=jdk_net},
\
${jprt.my.test.target.set:TESTNAME=jdk_net},
\
${jprt.my.test.target.set:TESTNAME=jdk_nio1},
\
${jprt.my.test.target.set:TESTNAME=jdk_nio},
\
${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_security1},
\
${jprt.my.test.target.set:TESTNAME=jdk_security2},
\
${jprt.my.test.target.set:TESTNAME=jdk_security2},
\
${jprt.my.test.target.set:TESTNAME=jdk_security3},
\
${jprt.my.test.target.set:TESTNAME=jdk_security3},
\
${jprt.my.test.target.set:TESTNAME=jdk_rmi},
\
${jprt.my.test.target.set:TESTNAME=jdk_rmi},
\
${jprt.my.test.target.set:TESTNAME=jdk_management
1},
\
${jprt.my.test.target.set:TESTNAME=jdk_management
},
\
${jprt.my.test.target.set:TESTNAME=jdk_
management2},
\
${jprt.my.test.target.set:TESTNAME=jdk_
jmx},
\
${jprt.my.test.target.set:TESTNAME=jdk_text},
\
${jprt.my.test.target.set:TESTNAME=jdk_text},
\
${jprt.my.test.target.set:TESTNAME=jdk_tools
1},
\
${jprt.my.test.target.set:TESTNAME=jdk_tools
},
\
${jprt.my.test.target.set:TESTNAME=jdk_
tools2},
\
${jprt.my.test.target.set:TESTNAME=jdk_
jdi},
\
${jprt.my.test.target.set:TESTNAME=jdk_jfr},
\
${jprt.my.test.target.set:TESTNAME=jdk_jfr},
\
${jprt.my.test.target.set:TESTNAME=jdk_
misc
}
${jprt.my.test.target.set:TESTNAME=jdk_
other
}
# All vm test targets (testset=all)
# All vm test targets (testset=all)
jprt.vm.all.test.targets
=
\
jprt.vm.all.test.targets
=
\
...
...
test/Makefile
浏览文件 @
53ade9d3
...
@@ -477,25 +477,21 @@ jdk_io: $(call TestDirs, java/io)
...
@@ -477,25 +477,21 @@ jdk_io: $(call TestDirs, java/io)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_lang
JDK_ALL_TARGETS
+=
jdk_lang
JDK_DEFAULT_TARGETS
+=
jdk_lang
JDK_DEFAULT_TARGETS
+=
jdk_lang
jdk_lang
:
$(call TestDirs
,
java/lang)
jdk_lang
:
$(call TestDirs
,
java/lang
sun/invoke sun/misc vm
)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using agentvm has serious problems with these tests
# Using agentvm has serious problems with these tests
JDK_ALL_TARGETS
+=
jdk_
management1
JDK_ALL_TARGETS
+=
jdk_
jmx
jdk_
management1
:
$(call TestDirs
,
javax/management
)
jdk_
jmx
:
$(call TestDirs
,
javax/management com/sun/jmx
)
$(
call
RunOthervmBatch
)
$(
call
RunOthervmBatch
)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using agentvm has serious problems with these tests
# Using agentvm has serious problems with these tests
JDK_ALL_TARGETS
+=
jdk_management
2
JDK_ALL_TARGETS
+=
jdk_management
jdk_management
2
:
$(call TestDirs
,
com/sun/jmx
com/sun/management sun/management)
jdk_management
:
$(call TestDirs
,
com/sun/management sun/management)
$(
call
RunOthervmBatch
)
$(
call
RunOthervmBatch
)
# All management tests
jdk_management
:
jdk_management1 jdk_management2
@
$(SummaryInfo)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_math
JDK_ALL_TARGETS
+=
jdk_math
JDK_DEFAULT_TARGETS
+=
jdk_math
JDK_DEFAULT_TARGETS
+=
jdk_math
...
@@ -503,44 +499,33 @@ jdk_math: $(call TestDirs, java/math)
...
@@ -503,44 +499,33 @@ jdk_math: $(call TestDirs, java/math)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_misc
JDK_ALL_TARGETS
+=
jdk_other
JDK_DEFAULT_TARGETS
+=
jdk_misc
JDK_DEFAULT_TARGETS
+=
jdk_other
jdk_misc
:
$(call TestDirs
,
\
jdk_other
:
$(call TestDirs
,
\
demo/jvmti demo/zipfs javax/naming javax/script
\
demo/jvmti demo/zipfs sample
\
javax/smartcardio com/sun/jndi com/sun/xml
\
javax/naming com/sun/jndi
\
com/sun/corba sun/misc)
javax/script
\
javax/sql
\
javax/smartcardio
\
javax/xml/ws com/sun/internal/ws
\
com/sun/org/apache/xerces
\
com/sun/corba
\
com/sun/servicetag
\
com/sun/tracing
\
sun/usagetracker)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_net
JDK_ALL_TARGETS
+=
jdk_net
JDK_DEFAULT_TARGETS
+=
jdk_net
JDK_DEFAULT_TARGETS
+=
jdk_net
jdk_net
:
$(call TestDirs
,
com/sun/net java/net sun/net)
jdk_net
:
$(call TestDirs
,
com/sun/net java/net sun/net com/oracle/net)
$(
call
RunAgentvmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_nio1
JDK_DEFAULT_TARGETS
+=
jdk_nio1
jdk_nio1
:
$(call TestDirs
,
java/nio/file)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_nio2
jdk_nio
:
$(call TestDirs
,
java/nio sun/nio com/oracle/nio)
JDK_DEFAULT_TARGETS
+=
jdk_nio2
jdk_nio2
:
$(call TestDirs
,
java/nio/Buffer java/nio/ByteOrder
\
java/nio/channels java/nio/MappedByteBuffer sun/nio/ch)
$(
call
SharedLibraryPermissions,java/nio/channels
)
$(
call
SharedLibraryPermissions,java/nio/channels
)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_nio3
JDK_DEFAULT_TARGETS
+=
jdk_nio3
jdk_nio3
:
$(call TestDirs
,
java/nio/charset sun/nio/cs)
$(
call
RunAgentvmBatch
)
# All nio tests
jdk_nio
:
jdk_nio1 jdk_nio2 jdk_nio3
@
$(SummaryInfo)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
jdk_sctp
:
$(call TestDirs
,
com/sun/nio/sctp)
jdk_sctp
:
$(call TestDirs
,
com/sun/nio/sctp)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
...
@@ -548,7 +533,7 @@ jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
...
@@ -548,7 +533,7 @@ jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using agentvm has serious problems with these tests
# Using agentvm has serious problems with these tests
JDK_ALL_TARGETS
+=
jdk_rmi
JDK_ALL_TARGETS
+=
jdk_rmi
jdk_rmi
:
$(call TestDirs
,
java/rmi
javax/rmi sun/rmi
)
jdk_rmi
:
$(call TestDirs
,
java/rmi
sun/rmi javax/rmi/ssl
)
$(
call
RunOthervmBatch
)
$(
call
RunOthervmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
...
@@ -566,7 +551,7 @@ jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto)
...
@@ -566,7 +551,7 @@ jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto)
JDK_ALL_TARGETS
+=
jdk_security3
JDK_ALL_TARGETS
+=
jdk_security3
jdk_security3
:
$(call TestDirs
,
com/sun/security lib/security javax/security
\
jdk_security3
:
$(call TestDirs
,
com/sun/security lib/security javax/security
\
sun/security com/sun/org/apache/xml/internal/security
\
sun/security com/sun/org/apache/xml/internal/security
\
com/oracle/security
/ucrypto
)
com/oracle/security)
$(
call
SharedLibraryPermissions,sun/security
)
$(
call
SharedLibraryPermissions,sun/security
)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
...
@@ -593,23 +578,17 @@ jdk_text: $(call TestDirs, java/text sun/text)
...
@@ -593,23 +578,17 @@ jdk_text: $(call TestDirs, java/text sun/text)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
# Stable agentvm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_
tools1
JDK_ALL_TARGETS
+=
jdk_
jdi
jdk_
tools1
:
$(call TestDirs
,
com/sun/jdi)
jdk_
jdi
:
$(call TestDirs
,
com/sun/jdi)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using agentvm has serious problems with these tests
# Using agentvm has serious problems with these tests
JDK_ALL_TARGETS
+=
jdk_tools2
JDK_ALL_TARGETS
+=
jdk_tools
jdk_tools2
:
$(call TestDirs
,
\
jdk_tools
:
$(call TestDirs
,
com/sun/tools sun/jvmstat sun/tools tools)
com/sun/tools sun/jvmstat sun/tools tools vm
\
com/sun/servicetag com/sun/tracing)
$(
call
SharedLibraryPermissions,tools/launcher
)
$(
call
SharedLibraryPermissions,tools/launcher
)
$(
call
RunAgentvmBatch
)
$(
call
RunAgentvmBatch
)
# All tools tests
jdk_tools
:
jdk_tools1 jdk_tools2
@
$(SummaryInfo)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using agentvm has serious problems with these tests
# Using agentvm has serious problems with these tests
ifdef
OPENJDK
ifdef
OPENJDK
...
...
test/ProblemList.txt
浏览文件 @
53ade9d3
...
@@ -147,6 +147,10 @@ java/lang/management/MemoryMXBean/MemoryTestAllGC.sh generic-all
...
@@ -147,6 +147,10 @@ java/lang/management/MemoryMXBean/MemoryTestAllGC.sh generic-all
# jdk_management
# jdk_management
############################################################################
# jdk_jmx
# 6959636
# 6959636
javax/management/loading/LibraryLoader/LibraryLoaderTest.java windows-all
javax/management/loading/LibraryLoader/LibraryLoaderTest.java windows-all
...
@@ -162,7 +166,7 @@ javax/management/remote/mandatory/notif/DiffHBTest.java generic-all
...
@@ -162,7 +166,7 @@ javax/management/remote/mandatory/notif/DiffHBTest.java generic-all
############################################################################
############################################################################
# jdk_
misc
# jdk_
other
# 6988950
# 6988950
demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java generic-all
demo/jvmti/compiledMethodLoad/CompiledMethodLoadTest.java generic-all
...
@@ -324,6 +328,7 @@ sun/security/tools/keytool/standard.sh solaris-all
...
@@ -324,6 +328,7 @@ sun/security/tools/keytool/standard.sh solaris-all
# 7196199
# 7196199
java/text/Bidi/Bug6665028.java generic-all
java/text/Bidi/Bug6665028.java generic-all
############################################################################
############################################################################
# jdk_tools
# jdk_tools
...
@@ -331,6 +336,24 @@ java/text/Bidi/Bug6665028.java generic-all
...
@@ -331,6 +336,24 @@ java/text/Bidi/Bug6665028.java generic-all
# 6461635
# 6461635
com/sun/tools/attach/BasicTests.sh generic-all
com/sun/tools/attach/BasicTests.sh generic-all
# 7172176
sun/tools/jconsole/ResourceCheckTest.sh generic-all
sun/tools/jconsole/ImmutableResourceTest.sh generic-all
# 7132203
sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all
# Tests take too long, see 7143279
tools/pack200/CommandLineTests.java generic-all
tools/pack200/Pack200Test.java generic-all
# 7150569
tools/launcher/UnicodeTest.java macosx-all
############################################################################
# jdk_jdi
# Filed 6952105
# Filed 6952105
com/sun/jdi/SuspendThreadTest.java generic-all
com/sun/jdi/SuspendThreadTest.java generic-all
...
@@ -346,20 +369,6 @@ com/sun/jdi/FieldWatchpoints.java generic-all
...
@@ -346,20 +369,6 @@ com/sun/jdi/FieldWatchpoints.java generic-all
# Filed 6402201
# Filed 6402201
com/sun/jdi/ProcessAttachTest.sh generic-all
com/sun/jdi/ProcessAttachTest.sh generic-all
# Filed 7172176
sun/tools/jconsole/ResourceCheckTest.sh generic-all
sun/tools/jconsole/ImmutableResourceTest.sh generic-all
# 7132203
sun/jvmstat/monitor/MonitoredVm/CR6672135.java generic-all
# Tests take too long, see 7143279
tools/pack200/CommandLineTests.java generic-all
tools/pack200/Pack200Test.java generic-all
# 7150569
tools/launcher/UnicodeTest.java macosx-all
############################################################################
############################################################################
# jdk_util
# jdk_util
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录