Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
73e74d515c5b44724bfc733e80bafb63290c226c
/
test
f91f669
6330275: Rework the PaddingTest regression test. Reviewed-by: wetmore, smarks
by weijun
· 13 years ago
e92b110
7068416: Lightweight HTTP Server should support TCP_NODELAY
by chegar
· 13 years ago
37e8b50
7067922: (launcher) java -jar throws NPE if JAR file does not contain Main-Class attribute
by ksrini
· 13 years ago
fd57c2e
7021280: SocketPermission should accept wildcards Reviewed-by: michaelm
by chegar
· 13 years ago
22956fe
7068059: Update jdk/test/ProblemList.txt Reviewed-by: mchung, chegar
by alanb
· 13 years ago
a2011e6
Merge
by lana
· 13 years ago
68ba0fc
7057320: test/java/util/concurrent/Executors/AutoShutdown.java failing intermittently
by dl
· 13 years ago
8170bfc
7058828: test/java/util/concurrent/Phaser/Arrive.java fails intermittently
by dl
· 13 years ago
686d3a6
7012364: test/java/util/Locale/LocaleCategory.sh fails on Cygwin
by peytoia
· 13 years ago
911493d
7041125: LDAP API does not catch malformed filters that contain two operands for the ! operator
by coffeys
· 14 years ago
a4eb68c
Merge
by lana
· 14 years ago
d167794
Merge
by lana
· 14 years ago
d4fb34a
7058832: com/sun/net/httpserver/bugs/B6373555.java failing intermittently
by michaelm
· 14 years ago
9f212cc
7059777: Remove lang tests from Problemlist.txt Reviewed-by: alanb
by michaelm
· 14 years ago
564d3b4
7049339: AnyBlit is broken with non-rectangular clips. Reviewed-by: flar
by dlila
· 14 years ago
03d32c4
6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
by alanb
· 14 years ago
20b0f48
Merge
by lana
· 14 years ago
cb69bad
7057022: test/sun/security/pkcs11/fips/ClientJSSEServerJSSE.java has invalid jtreg tags
by xuelei
· 14 years ago
8c26e26
7021010: java/lang/Thread/ThreadStateTest.java fails intermittently
by chegar
· 14 years ago
4443232
7057935: com/sun/nio/sctp tests should be moved out of jdk_nio and into their own target, jdk_sctp
by chegar
· 14 years ago
5d0f10c
Merge
by lana
· 14 years ago
a0422ba
7058271: Remove InterruptedIO.java record from ProblemList.txt
by xuelei
· 14 years ago
be00874
6952814: sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/InterruptedIO.java failing in PIT
by xuelei
· 14 years ago
68c1cad
7055362: jdk_security2 test target cleanup Reviewed-by: alanb
by weijun
· 14 years ago
ff47e80
7056447: test/java/lang/management/ManagementFactory/MBeanServerMXBeanUnsupportedTest.java fails in agentvm
by alanb
· 14 years ago
2f53304
7056815: test/java/lang/ClassLoader/deadlock/TestOneWayDelegate.sh times out intermittently on busy machine
by alanb
· 14 years ago
d0be493
7054918: jdk_security1 test target cleanup Reviewed-by: alanb, smarks, vinnie
by weijun
· 14 years ago
1ad9ec0
7054428: test/java/security/SecureClassLoader/DefineClassByteBuffer.java error
by weijun
· 14 years ago
4ece8ad
7056489: test/com/sun/jndi/ldap/ReadTimeoutTest.java hangs or times out
by alanb
· 14 years ago
ebeadea
Merge
by trims
· 14 years ago
9b2e242
7043125: TEST: tools/launcher/VersionCheck.java fails just against openjdk7 (b141 & b138-nightly) promoted
by ksrini
· 14 years ago
53f49b8
7021922: java.lang.annoation.IncompleteExceptions throws NPE when type is null
by darcy
· 14 years ago
61adda3
Merge
by lana
· 14 years ago
3661ffb
7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
by jrose
· 14 years ago
a3d4538
Merge
by lana
· 14 years ago
f5e1926
7052537: java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail.
by wetmore
· 14 years ago
76232ee
7050028: ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
by michaelm
· 14 years ago
0f5c2b4
7043737: klist does not detect non-existing keytab Reviewed-by: valeriep
by weijun
· 14 years ago
522f260
Merge
by lana
· 14 years ago
3c790bd
Merge
by lana
· 14 years ago
d36c5a1
Merge
by lana
· 14 years ago
b6f171d
7042594: 3 testis api/java_awt/Color/ICC_ProfileRGB/index.html fail against RI b138 OEL6x64.
by bae
· 14 years ago
664d25a
Merge
by mullan
· 14 years ago
605f58a
7050329: test/java/security/Policy/GetPermissions/JarURL.java fails on Windows
by mullan
· 14 years ago
a9fa795
Merge
by trims
· 14 years ago
cd1d97b
7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated
by jrose
· 14 years ago
34b5127
Merge
by lana
· 14 years ago
82bdcdc
Merge
by lana
· 14 years ago
d27cb01
7049122: java/lang/invoke/RicochetTest.java with MAX_ARITY=255 in -Xcomp mode overflows code cache
by jrose
· 14 years ago
55375a7
7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
by jrose
· 14 years ago
f7f6681
7045594: 4/4 fix for 6977677 introduced a ResourceBundle race
by dcubed
· 14 years ago
ee58145
7048308: 4/4 LoggingDeadlock3 test timeout is too small
by dcubed
· 14 years ago
708e9d8
7048204: NPE from NimbusLookAndFeel.addDefault Reviewed-by: peterz
by rupashka
· 14 years ago
b36b7e8
Merge
by jcoomes
· 14 years ago
b4b9faf
Merge
by asaha
· 14 years ago
9b82ad6
7032323: code changes for JSR 292 EG adjustments to API, through Public Review
by jrose
· 14 years ago
7d8178b
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
by katleman
· 14 years ago
2730c5b
Merge
by mullan
· 14 years ago
76d4be0
7044443: Permissions resolved incorrectly for jar protocol (Patch from bugs.openjdk.java.net)
by mullan
· 14 years ago
24291ab
7045593: Possible Regression : JTextfield cursor placement behavior algorithm has changed.
by rupashka
· 14 years ago
90e9c37
Merge
by trims
· 14 years ago
2855f56
Merge
by lana
· 14 years ago
7301626
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one
by jrose
· 14 years ago
bb3eb37
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
by jrose
· 14 years ago
2e18ab7
Merge
by trims
· 14 years ago
b9bc971
Merge
by lana
· 14 years ago
62b0781
Merge
by lana
· 14 years ago
292918f
Merge
by lana
· 14 years ago
948320d
7041595: 4/4 add lost test for 6487638
by dcubed
· 14 years ago
3f2c80d
6977677: 3/2 Deadlock on logging subsystem initialization
by dcubed
· 14 years ago
c16372b
7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
by fparain
· 14 years ago
1910dc7
Merge
by lana
· 14 years ago
36ec258
Merge
by lana
· 14 years ago
0a8c6fb
Merge
by lana
· 14 years ago
e291015
Merge
by lana
· 14 years ago
320b769
6939861: JVM should handle more conversion operations
by jrose
· 14 years ago
79e0a6c
7034977: JSR 292 MethodHandle.invokeGeneric should be renamed MethodHandle.invoke
by jrose
· 14 years ago
8872b4e
7044203: Missing @test tag in test/javax/management/timer/StartTest.java
by kamg
· 14 years ago
4ccec9c
Merge
by schien
· 14 years ago
1594154
6659215: javax.management.timer.Timer frequently fails to start
by kamg
· 14 years ago
6a00d77
7043054: REGRESSION: JDK 7 b126 : Wrong userBounds in Paint.createContext()
by flar
· 14 years ago
7f39cf8
7044019: LocaleEnhanceTest.java needs to be updated for 7004603
by mfang
· 14 years ago
38a88ba
7043425: (fc) ClosedByInterruptException thrown but interrupt status not set
by alanb
· 14 years ago
a269805
Merge
by trims
· 14 years ago
96d7dc2
7041232: IllegalArgumentException in sun.text.bidi.BidiBase.setLine starting from JDK 7 b64
by peytoia
· 14 years ago
3749dd1
7040717: Test case for 6522514 was not included in bug fix Reviewed-by: prr
by flar
· 14 years ago
7496b06
Merge
by ngthomas
· 14 years ago
024864a
7043513: Update test for StandardCharsets Reviewed-by: alanb
by mduigou
· 14 years ago
072e4d6
7041387: Introduce new boolean system property java.awt.smartInvalidate
by anthony
· 14 years ago
5e6356c
Merge
by alanb
· 14 years ago
124b7dd
7042979: Rename StandardSocketOption and StandardWatchEventKind
by alanb
· 14 years ago
4871d37
7043104: disable test java/lang/invoke/InvokeDynamicPrintArgs.java
by mduigou
· 14 years ago
9c9abfa
7028071: Add two attributes to the OperatingSystemMXBean to provide CPU Load info
by fparain
· 14 years ago
d58a04d
6894541: javax/swing/JTable/6788484/bug6788484.java fails w/ compilation errors.
by dav
· 14 years ago
a3703e1
Merge
by asaha
· 14 years ago
b947574
Merge
by asaha
· 14 years ago
0c0be9b
6738532: Error in Elliptic Curve NamedCurve determination. (related to PKCS11)
by vinnie
· 14 years ago
35b9dea
7040577: Default implementation of Toolkit.loadSystemColors(int[]) and many others doesn't throw HE in hl env
by dav
· 14 years ago
06ae942
7031551: Generics: JComboBox Reviewed-by: alexp, malenkov
by rupashka
· 14 years ago
dd0c0e3
Merge
by jgodinez
· 14 years ago
Next »