Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
8df7c072
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看板
提交
8df7c072
编写于
1月 15, 2016
作者:
S
skovalev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8061624: [TESTBUG] Some tests cannot be ran under compact profiles and therefore shall be excluded
Reviewed-by: dholmes, coffeys
上级
0c726c48
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
14 addition
and
6 deletion
+14
-6
test/TEST.groups
test/TEST.groups
+14
-6
未找到文件。
test/TEST.groups
浏览文件 @
8df7c072
...
@@ -287,7 +287,7 @@ jdk_desktop = \
...
@@ -287,7 +287,7 @@ jdk_desktop = \
# - compact1, compact2, compact3, full JRE, JDK
# - compact1, compact2, compact3, full JRE, JDK
#
#
# In addition they support testing of the minimal VM on compact1 and compact2.
# In addition they support testing of the minimal VM on compact1 and compact2.
# Essentially this defines groups based around the specified API's and VM
# Essentially this defines groups based around the specified API's and VM
# services available in the runtime.
# services available in the runtime.
#
#
# The groups are defined hierarchically in two forms:
# The groups are defined hierarchically in two forms:
...
@@ -342,13 +342,17 @@ needs_jdk = \
...
@@ -342,13 +342,17 @@ needs_jdk = \
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \
sun/management/jmxremote/bootstrap/LocalManagementTest.java \
sun/management/jmxremote/bootstrap/LocalManagementTest.java \
sun/management/jmxremote/bootstrap/CustomLauncherTest.java \
sun/management/jmxremote/bootstrap/CustomLauncherTest.java \
sun/management/jmxremote/startstop \
sun/misc/JarIndex/metaInfFilenames/Basic.java \
sun/misc/JarIndex/metaInfFilenames/Basic.java \
sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java \
sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java \
sun/reflect/CallerSensitive/CallerSensitiveFinder.java \
sun/reflect/CallerSensitive/CallerSensitiveFinder.java \
sun/reflect/CallerSensitive/MissingCallerSensitive.java \
sun/reflect/CallerSensitive/MissingCallerSensitive.java \
sun/security/util/Resources/NewNamesFormat.java \
sun/security/util/Resources/NewNamesFormat.java \
vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java \
vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java \
javax/xml/ws/clientjar/TestWsImport.java
javax/xml/bind/jxc \
javax/xml/ws/8033113 \
javax/xml/ws/clientjar/TestWsImport.java \
javax/xml/ws/ebcdic
# JRE adds further tests to compact3
# JRE adds further tests to compact3
#
#
...
@@ -389,8 +393,10 @@ needs_jre = \
...
@@ -389,8 +393,10 @@ needs_jre = \
javax/management/mxbean/LeakTest.java \
javax/management/mxbean/LeakTest.java \
javax/management/mxbean/MXBeanTest.java \
javax/management/mxbean/MXBeanTest.java \
javax/management/mxbean/PropertyNamesTest.java \
javax/management/mxbean/PropertyNamesTest.java \
javax/xml/ws/8043129 \
jdk/lambda/vm/InterfaceAccessFlagsTest.java \
jdk/lambda/vm/InterfaceAccessFlagsTest.java \
sun/misc/URLClassPath/ClassnameCharTest.java
sun/misc/URLClassPath/ClassnameCharTest.java \
sun/security/pkcs11/Provider/Login.sh
# Tests dependent on the optional charsets.jar
# Tests dependent on the optional charsets.jar
# These are isolated for easy exclusions
# These are isolated for easy exclusions
...
@@ -517,7 +523,7 @@ compact2 = \
...
@@ -517,7 +523,7 @@ compact2 = \
-:needs_jdk
-:needs_jdk
# Tests that require compact2 API's and a full VM
# Tests that require compact2 API's and a full VM
#
#
needs_full_vm_compact2 =
needs_full_vm_compact2 =
# Minimal VM on Compact 2 adds in some compact2 tests
# Minimal VM on Compact 2 adds in some compact2 tests
...
@@ -538,7 +544,9 @@ needs_compact2 = \
...
@@ -538,7 +544,9 @@ needs_compact2 = \
com/sun/net/httpserver \
com/sun/net/httpserver \
java/sql \
java/sql \
javax/sql \
javax/sql \
javax/xml \
javax/xml/bind \
javax/xml/jaxp \
javax/xml/ws/xsanymixed \
jdk/lambda \
jdk/lambda \
sun/net/www/http \
sun/net/www/http \
sun/net/www/protocol/http \
sun/net/www/protocol/http \
...
@@ -601,7 +609,7 @@ needs_compact2 = \
...
@@ -601,7 +609,7 @@ needs_compact2 = \
java/util/zip/ZipFile/DeleteTempJar.java \
java/util/zip/ZipFile/DeleteTempJar.java \
javax/crypto/Cipher/CipherStreamClose.java \
javax/crypto/Cipher/CipherStreamClose.java \
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
# Compact 1 adds full VM tests
# Compact 1 adds full VM tests
#
#
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录