Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
52093748
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看板
提交
52093748
编写于
6月 15, 2010
作者:
M
mchung
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6961518: TEST_BUG: add @run main/othervm in tests that call setSecurityManager
Summary: Mark tests to run in othervm Reviewed-by: ohair
上级
749f81c5
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
15 addition
and
13 deletion
+15
-13
test/ProblemList.txt
test/ProblemList.txt
+0
-13
test/java/beans/Beans/Test4080522.java
test/java/beans/Beans/Test4080522.java
+1
-0
test/java/beans/EventHandler/Test6277246.java
test/java/beans/EventHandler/Test6277246.java
+1
-0
test/java/beans/EventHandler/Test6277266.java
test/java/beans/EventHandler/Test6277266.java
+1
-0
test/java/beans/Introspector/Test6277246.java
test/java/beans/Introspector/Test6277246.java
+1
-0
test/java/lang/ClassLoader/UninitializedParent.java
test/java/lang/ClassLoader/UninitializedParent.java
+1
-0
test/java/lang/ClassLoader/findSystemClass/Loader.java
test/java/lang/ClassLoader/findSystemClass/Loader.java
+6
-0
test/java/lang/System/IgnoreNullSecurityManager.java
test/java/lang/System/IgnoreNullSecurityManager.java
+1
-0
test/java/lang/annotation/ParameterAnnotations.java
test/java/lang/annotation/ParameterAnnotations.java
+1
-0
test/java/util/ResourceBundle/Bug6359330.java
test/java/util/ResourceBundle/Bug6359330.java
+1
-0
test/java/util/ResourceBundle/Test4300693.java
test/java/util/ResourceBundle/Test4300693.java
+1
-0
未找到文件。
test/ProblemList.txt
浏览文件 @
52093748
...
...
@@ -174,10 +174,6 @@ java/beans/Statement/Test4653179.java generic-all
java/beans/XMLEncoder/Test4625418.java solaris-sparc
# Problems with samevm and setting security manager (speculation partially)
java/beans/Beans/Test4080522.java generic-all
java/beans/EventHandler/Test6277246.java generic-all
java/beans/EventHandler/Test6277266.java generic-all
java/beans/Introspector/Test6277246.java generic-all
java/beans/Introspector/4168475/Test4168475.java generic-all
java/beans/Introspector/4520754/Test4520754.java generic-all
java/beans/Introspector/6380849/TestBeanInfo.java generic-all
...
...
@@ -344,9 +340,6 @@ java/io/StreamTokenizer/Comment.java generic-all
# Some of these tests (like java/lang/management) may just need to be marked
# othervm, but that is partially speculation.
# Samevm failure on OpenSolaris, security manager?
java/lang/ClassLoader/UninitializedParent.java generic-all
# Times out on solaris 10 sparc
java/lang/ClassLoader/Assert.java generic-all
...
...
@@ -359,12 +352,8 @@ java/lang/management/RuntimeMXBean/UpTime.java generic-all
# Solaris sparc, samevm, java.lang.Exception: Read from closed pipe hangs
java/lang/Runtime/exec/SleepyCat.java generic-all
# Need to be marked othervm, or changed to be samevm safe
java/lang/annotation/ParameterAnnotations.java generic-all
# Need to be marked othervm, or changed to be samevm safe
java/lang/ClassLoader/defineClass/DefineClassByteBuffer.java generic-all
java/lang/ClassLoader/findSystemClass/Loader.java generic-all
# Fedora 9 32bit, -client, samevm, Error while cleaning up threads after test
java/lang/management/ThreadMXBean/Locks.java generic-all
...
...
@@ -408,7 +397,6 @@ java/lang/reflect/Proxy/returnTypes/Test.java generic-all
java/lang/Runtime/exec/LotsOfOutput.java generic-all
java/lang/System/ExitFinalizersAndJIT.java generic-all
java/lang/System/finalization/FinThreads.java generic-all
java/lang/System/IgnoreNullSecurityManager.java generic-all
java/lang/Thread/GenerifyStackTraces.java generic-all
java/lang/Thread/StackTraces.java generic-all
java/lang/ThreadGroup/Daemon.java generic-all
...
...
@@ -1247,7 +1235,6 @@ java/util/logging/ParentLoggersTest.java generic-all
# Need to be marked othervm, or changed to be samevm safe
java/util/ResourceBundle/Bug4168625Test.java generic-all
java/util/ResourceBundle/Bug6359330.java generic-all
java/util/ResourceBundle/TestBug4179766.java generic-all
# Need to be marked othervm, or changed to be samevm safe
...
...
test/java/beans/Beans/Test4080522.java
浏览文件 @
52093748
...
...
@@ -29,6 +29,7 @@
* Beans.setGuiAvailable
* Introspector.setBeanInfoSearchPath
* PropertyEditorManager.setEditorSearchPath
* @run main/othervm Test4080522
* @author Graham Hamilton
*/
...
...
test/java/beans/EventHandler/Test6277246.java
浏览文件 @
52093748
...
...
@@ -25,6 +25,7 @@
* @test
* @bug 6277246
* @summary Tests problem with java.beans use of reflection
* @run main/othervm Test6277246
* @author Jeff Nisewanger
*/
...
...
test/java/beans/EventHandler/Test6277266.java
浏览文件 @
52093748
...
...
@@ -25,6 +25,7 @@
* @test
* @bug 6277266
* @summary Tests access control issue in EventHandler
* @run main/othervm Test6277266
* @author Jeff Nisewanger
*/
...
...
test/java/beans/Introspector/Test6277246.java
浏览文件 @
52093748
...
...
@@ -25,6 +25,7 @@
* @test
* @bug 6277246
* @summary Tests problem with java.beans use of reflection
* @run main/othervm Test6277246
* @author Jeff Nisewanger
*/
...
...
test/java/lang/ClassLoader/UninitializedParent.java
浏览文件 @
52093748
...
...
@@ -26,6 +26,7 @@
* @bug 6636650
* @summary Uninitialized class loaders should not be a parent of other
* class loaders.
* @run main/othervm UninitializedParent
*/
...
...
test/java/lang/ClassLoader/findSystemClass/Loader.java
浏览文件 @
52093748
...
...
@@ -21,10 +21,16 @@
* questions.
*/
/*
* This test runs in othervm mode as it tests ClassLoader.findSystemClass
* and getSystemResource methods.
*/
/* @test
@bug 4147599 4478150
@summary In 1.2beta4-I ClassLoader loaded classes can not link
against application classes.
@run main/othervm Loader
*/
/*
...
...
test/java/lang/System/IgnoreNullSecurityManager.java
浏览文件 @
52093748
...
...
@@ -26,6 +26,7 @@
* @bug 4213876
* @summary Make sure "null" security manager is ignored, as specified in the
* javadocs
* @run main/othervm IgnoreNullSecurityManager
*/
public
class
IgnoreNullSecurityManager
{
...
...
test/java/lang/annotation/ParameterAnnotations.java
浏览文件 @
52093748
...
...
@@ -27,6 +27,7 @@
* @summary Check properties of Annotations returned from
* getParameterAnnotations, including freedom from security
* exceptions.
* @run main/othervm ParameterAnnotations
* @author Martin Buchholz
*/
...
...
test/java/util/ResourceBundle/Bug6359330.java
浏览文件 @
52093748
...
...
@@ -26,6 +26,7 @@
* @summary Make sure that getBundle doesn't cause a security error
* with a security manager when instantialing RBClassLoader (internal
* classloader).
* @run main/othervm Bug6359330
*/
import
javax.xml.parsers.SAXParser
;
...
...
test/java/util/ResourceBundle/Test4300693.java
浏览文件 @
52093748
...
...
@@ -22,6 +22,7 @@
*/
/*
@test
@ignore 6876961
@summary test that ResourceBundle.getBundle can be called recursively
@build Test4300693RB
@run main Test4300693
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录