mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 20:18:49 +00:00
6824012: Add jdk regression tests to default jprt jobs
A work in progress on adding to the jprt testing. Reviewed-by: tbell
This commit is contained in:
parent
53b5f6ae6b
commit
c9ce349372
@ -53,6 +53,19 @@ jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
|
||||
|
||||
# Standard list of jprt test targets for this workspace
|
||||
jprt.test.targets=*-*-*-jvm98
|
||||
jprt.regression.test.targets= \
|
||||
*-*-*-java/lang, \
|
||||
*-*-*-java/security, \
|
||||
*-*-*-java/text, \
|
||||
*-*-*-java/util
|
||||
|
||||
#jprt.regression.test.targets= \
|
||||
# *-*-*-java/awt, \
|
||||
# *-*-*-java/beans, \
|
||||
# *-*-*-java/io, \
|
||||
# *-*-*-java/net, \
|
||||
# *-*-*-java/nio, \
|
||||
# *-*-*-java/rmi, \
|
||||
|
||||
# Directories needed to build
|
||||
jprt.bundle.exclude.src.dirs=build
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
/**
|
||||
* @test
|
||||
* @bug 4057701 6286712 6364377
|
||||
* @ignore until 6492634 and 6501010 is fixed
|
||||
* @run build GetXSpace
|
||||
* @run shell GetXSpace.sh
|
||||
* @summary Basic functionality of File.get-X-Space methods.
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 6379235
|
||||
* @ignore until 6721694 is fixed
|
||||
* @run main/othervm -server -Xmx32m -Xms32m -Xss256m StartOOMTest
|
||||
* @summary ThreadGroup accounting mistake possible with failure of Thread.start()
|
||||
*/
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 6467152
|
||||
*
|
||||
* @ignore until 6716076 is fixed
|
||||
* @summary deadlock occurs in LogManager initialization and JVM termination
|
||||
* @author Serguei Spitsyn / Hittachi
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user