aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-11-197086879: java/net/InetAddress/CheckJNI.java hangs on Linux when IPv6 enabledtyan
Reviewed-by: chegar
2013-11-198028505: Put sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh on ↵egahlin
ProblemList.txt Reviewed-by: alanb
2013-11-198028479: runNameEquals still cannot precisely detect if a usable native krb5 ↵weijun
is available Reviewed-by: xuelei
2013-11-188028197: tools/launcher/DiacriticTest.java failed on MacOSX: Input length = 1kizune
Reviewed-by: ksrini
2013-11-188028433: [TESTBUG] add -XX:+UsePerfData to some sun.management testsjbachorik
Reviewed-by: sla, egahlin
2013-11-188027163: sun/management/jmxremote/bootstrap/CustomLauncherTest.java should ↵jbachorik
be updated for jdk8 removal of solaris-32bit support Reviewed-by: sla
2013-11-148023138: [TEST_BUG] java/lang/instrument/PremainClass/NoPremainAgent.sh ↵sla
fails intermittently Summary: Port tests for java/lang/instrument/PremainClass from script to java Reviewed-by: sla Contributed-by: mattias.tobiasson@oracle.com
2013-11-148014266: regression test AsyncSSLSocketClose.java time out.xuelei
Reviewed-by: xuelei Contributed-by: Rajan Halade <rajan.halade@oracle.com>
2013-11-148028055: (reflect) invoking Method/Constructor in anonymous classes breaks ↵jfranck
with -Dsun.reflect.noInflation=true Reviewed-by: briangoetz
2013-11-148028343: More ProblemList.txt updates (11/2013)alanb
Reviewed-by: chegar
2013-11-138028321: Fix for String.split() empty input sequence/JDK-6559590 triggers ↵sherman
regression Summary: to undo the change for 6559590 Reviewed-by: darcy
2013-11-138026884: test for fix of JDK-8021398 does not have @bug tagemc
8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs Summary: two documentation fixes Reviewed-by: darcy
2013-11-138027645: Pattern.split() with positive lookaheadsherman
6559590: Pattern.compile(".*").split("") returns incorrect result Summary: updated spec/impl for these two corner cases Reviewed-by: alanb, psandoz
2013-11-136954510: TEST_BUG: Testcase failure com/sun/jdi/BreakpointWithFullGC.shegahlin
Reviewed-by: sla, sspitsyn
2013-11-138028270: Files.readSymbolicLink calls AccessController directly so security ↵alanb
manager can't grant the permission Reviewed-by: mchung, martin, chegar
2013-11-138022213: Intermittent test failures in java/net/URLClassLoaderchegar
Reviewed-by: dxu, alanb
2013-11-138028234: Remove unused methods in sun.misc.JavaAWTAccessmchung
Reviewed-by: art, dfuchs, lancea
2013-11-138015497: Take new fixes from hotspot/test/testlibrary to ↵ykantser
jdk/test/lib/testlibrary Reviewed-by: sla
2013-11-136959636: testcase failing on windows ↵egahlin
javax/management/loading/LibraryLoader/LibraryLoaderTest.java Reviewed-by: sla, jbachorik
2013-11-138004126: TEST_BUG: com/sun/jdi/BadHandshakeTest.java fails intermittentlyjbachorik
Reviewed-by: dholmes, ykantser --HG-- extra : rebase_source : ce97e2b893e8450e27e20f01fa29391b0eae2b11
2013-11-138026952: Test ↵dfuchs
java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id Summary: Trivial: change @bug 8023163 into @bug 8026499 Reviewed-by: mchung, alanb
2013-11-138023147: Test DisabledShortRSAKeys.java intermittent failedxuelei
Reviewed-by: mullan
2013-11-138028239: test/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh ↵alanb
with NoClassDefFoundError Reviewed-by: mchung, egahlin
2013-11-128028208: (aio) Assertion in clearPendingIoMap when closing at around time ↵alanb
file lock is acquired immediately (win) Reviewed-by: chegar
2013-11-126849945: VM Periodic Task Thread CPU time = -1ns in ↵egahlin
HotspotThreadMBean.getInternalThreadCpuTimes() Reviewed-by: sla
2013-11-126543856: MonitorVmStartTerminate.sh fails intermittentlyegahlin
Reviewed-by: sla, dholmes
2013-11-128027209: javax/management/monitor/ThreadPoolAccTest.java fails intermittentlyegahlin
Reviewed-by: sla, jbachorik
2013-11-098027823: catchException combinator fails with 9 argument targetvlivanov
Reviewed-by: jrose
2013-11-118027803: test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java ↵rfield
fails Summary: fix NPE in test infrastructure Reviewed-by: ksrini, jfranck, alanb, rfield Contributed-by: alan.bateman@oracle.com
2013-11-118026330: java.util.Base64 urlEncoder should omit paddingsherman
Summary: to add Encoder.withoutPadding() Reviewed-by: alanb
2013-11-088014506: Test of Jdp featuresla
Reviewed-by: sla Contributed-by: Alex Schenkman <alex.schenkman@oracle.com>
2013-11-118028060: test/java/net/URLPermission/nstest/lookup.sh failing (win)michaelm
Reviewed-by: alanb
2013-11-118028102: All test targets, jdk/test/Makefile, fail on Windowschegar
Reviewed-by: mduigou
2013-11-118027991: InputStream should be closed in sun.security.tools.jarsigner.Mainweijun
Reviewed-by: xuelei
2013-11-106523160: RuntimeMXBean.getUptime() returns negative valuesjbachorik
Summary: RuntimeMXBean.getUptime() should be based on HR timers rather than on the OS time Reviewed-by: dholmes, sla
2013-11-098028044: [TEST_BUG] Calendar shell tests do not pass TESTVMOPTSalanb
Reviewed-by: dholmes, alanb Contributed-by: patrick.zhang@oracle.com
2013-11-08Mergelana
2013-11-088023462: TEST_BUG: test/com/sun/net/httpserver/bugs/B6433018.java fails on ↵tyan
slow/single core machine Reviewed-by: chegar
2013-11-088019834: InetAddress.getByName hangs for bad IPv6 literalschegar
Reviewed-by: alanb
2013-11-088022963: java/net/NetworkInterface/Equals.java fails equality for Windows ↵tyan
Teredo Interface Reviewed-by: chegar
2013-11-088027351: (ref) Private finalize method invoked in preference to protected ↵mchung
superclass method Reviewed-by: alanb, dholmes, mr, plevart, psandoz
2013-11-078027752: sun/tools/jstatd/TestJstatdExternalRegistry.java: ↵ykantser
java.lang.SecurityException: attempt to add a Permission to a readonly Permissions object Reviewed-by: sla, jbachorik
2013-11-078027695: There should be a space before % sign in Swedish localeyhuang
Reviewed-by: naoto
2013-11-078027930: ResourceBundle test failures in fr localenaoto
Reviewed-by: smarks
2013-11-078027881: test/java/net/URLPermission/nstest/LookupTest.java failing ↵michaelm
intermittently, output insufficient Reviewed-by: chegar
2013-11-078027822: ProblemList.txt Updates (11/2013)chegar
Reviewed-by: chegar, alanb Contributed-by: Amy Lu <amy.lu@oracle.com>
2013-11-068027232: Update j.l.invoke code generating class files to use ASM ↵ksrini
enhancements for invocation of non-abstract methods on ifaces Reviewed-by: ksrini, rfield Contributed-by: john.r.rose@oracle.com, paul.sandoz@oracle.com
2013-11-058021309: replace test/Makefile jdk_* targets with jtreg groupsmduigou
8015068: Use jtreg -exclude for handling problemList.txt exclusions Reviewed-by: jjg, smarks, chegar, alanb, dholmes
2013-11-058022208: Intermittent test failures in java/lang/Thread/ThreadStateTest.javamchung
6944188: ThreadMXBean/ThreadStateTest.java fails intermittently Reviewed-by: dholmes, chegar --HG-- rename : test/java/lang/management/ThreadMXBean/ThreadStateTest.java => test/java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java
2013-11-058027860: [TEST_BUG] File not closed in ↵joehw
javax/xml/jaxp/parsers/8022548/XOMParserTest.java Reviewed-by: alanb