Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
6a8f08cb
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看板
提交
6a8f08cb
编写于
9月 08, 2011
作者:
W
weijun
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7087428: move client tests out of jdk_misc
Reviewed-by: alanb, ohair
上级
4367f712
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
30 addition
and
17 deletion
+30
-17
make/jprt.properties
make/jprt.properties
+9
-0
test/Makefile
test/Makefile
+21
-17
未找到文件。
make/jprt.properties
浏览文件 @
6a8f08cb
...
...
@@ -258,6 +258,15 @@ jprt.make.rule.all.test.targets= \
windows_i586_5.1-product-c1-jdk_security3,
\
windows_x64_5.2-product-c2-jdk_security3,
\
\
solaris_sparc_5.10-product-c1-jdk_sound,
\
solaris_sparcv9_5.10-product-c2-jdk_sound,
\
solaris_i586_5.10-product-c1-jdk_sound,
\
solaris_x64_5.10-product-c2-jdk_sound,
\
linux_i586_2.6-product-{c1|c2}-jdk_sound,
\
linux_x64_2.6-product-c2-jdk_sound,
\
windows_i586_5.1-product-c1-jdk_sound,
\
windows_x64_5.2-product-c2-jdk_sound,
\
\
solaris_sparc_5.10-product-c1-jdk_swing,
\
solaris_sparcv9_5.10-product-c2-jdk_swing,
\
solaris_i586_5.10-product-c1-jdk_swing,
\
...
...
test/Makefile
浏览文件 @
6a8f08cb
...
...
@@ -423,7 +423,8 @@ JDK_ALL_TARGETS =
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using samevm has problems, and doesn't help performance as much as others.
JDK_ALL_TARGETS
+=
jdk_awt
jdk_awt
:
$(call TestDirs
,
com/sun/awt java/awt sun/awt)
jdk_awt
:
$(call TestDirs
,
com/sun/awt java/awt sun/awt
\
javax/imageio javax/print sun/pisces)
$(
call
RunOthervmBatch
)
# Stable samevm testruns (minus items from PROBLEM_LIST)
...
...
@@ -486,9 +487,8 @@ jdk_math: $(call TestDirs, java/math)
# Stable samevm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_misc
jdk_misc
:
$(call TestDirs
,
\
demo javax/imageio javax/naming javax/print javax/script
\
javax/smartcardio javax/sound com/sun/java com/sun/jndi
\
com/sun/org com/sun/xml sun/misc sun/pisces)
demo/jvmti demo/zipfs javax/naming javax/script
\
javax/smartcardio com/sun/jndi com/sun/xml sun/misc)
$(
call
RunSamevmBatch
)
# Stable samevm testruns (minus items from PROBLEM_LIST)
...
...
@@ -532,17 +532,15 @@ JDK_ALL_TARGETS += jdk_security1
jdk_security1
:
$(call TestDirs
,
java/security)
$(
call
RunSamevmBatch
)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using samevm has serious problems with these tests
# Stable samevm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_security2
jdk_security2
:
$(call TestDirs
,
javax/crypto javax/xml/crypto com/sun/crypto)
$(
call
RunSamevmBatch
)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using samevm has serious problems with these tests
# Stable samevm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_security3
jdk_security3
:
$(call TestDirs
,
com/sun/security lib/security
\
javax/security sun
/security)
jdk_security3
:
$(call TestDirs
,
com/sun/security lib/security
javax/security
\
sun/security com/sun/org/apache/xml/internal
/security)
$(
call
SharedLibraryPermissions,sun/security
)
$(
call
RunSamevmBatch
)
...
...
@@ -550,10 +548,16 @@ jdk_security3: $(call TestDirs, com/sun/security lib/security \
jdk_security
:
jdk_security1 jdk_security2 jdk_security3
@
$(SummaryInfo)
# Stable samevm testruns (minus items from PROBLEM_LIST)
JDK_ALL_TARGETS
+=
jdk_sound
jdk_sound
:
$(call TestDirs
,
javax/sound)
$(
call
RunSamevmBatch
)
# Stable othervm testruns (minus items from PROBLEM_LIST)
# Using samevm has problems, and doesn't help performance as much as others.
JDK_ALL_TARGETS
+=
jdk_swing
jdk_swing
:
$(call TestDirs
,
javax/swing sun/java2d)
jdk_swing
:
$(call TestDirs
,
javax/swing sun/java2d
\
demo/jfc com/sun/java/swing)
$(
call
RunOthervmBatch
)
# Stable samevm testruns (minus items from PROBLEM_LIST)
...
...
@@ -802,17 +806,17 @@ endif
# The jtjck.jar utility to use to run the tests
JTJCK_JAR
=
$(JCK_HOME)
/lib/jtjck.jar
JTJCK_JAVA_ARGS
=
-XX
:MaxPermSize
=
256m
-Xmx512m
JTJCK_OPTIONS
=
-headless
-v
JTJCK_OPTIONS
=
-headless
-v
# Default tests to run
ifndef
JCK_COMPILER_TESTS
JCK_COMPILER_TESTS
=
JCK_COMPILER_TESTS
=
endif
ifndef
JCK_RUNTIME_TESTS
JCK_RUNTIME_TESTS
=
JCK_RUNTIME_TESTS
=
endif
ifndef
JCK_DEVTOOLS_TESTS
JCK_DEVTOOLS_TESTS
=
JCK_DEVTOOLS_TESTS
=
endif
# Generic rule used to run jck tests
...
...
@@ -838,14 +842,14 @@ jck7compiler:
_generic_jck_tests
# JCK7 runtime tests
jck7runtime
:
jck7runtime
:
$(MAKE)
UNIQUE_DIR
=
$@
\
JCK_HOME
=
$(JCK7RUNTIME_HOME)
\
TESTDIRS
=
"
$(JCK_RUNTIME_TESTS)
"
\
_generic_jck_tests
# JCK7 devtools tests
jck7devtools
:
jck7devtools
:
$(MAKE)
UNIQUE_DIR
=
$@
\
JCK_HOME
=
$(JCK7DEVTOOLS_HOME)
\
TESTDIRS
=
"
$(JCK_DEVTOOLS_TESTS)
"
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录