Artem Smotrakov
26b5d4f29a
8049814: Additional SASL client-server tests
...
Reviewed-by: weijun
2015-07-16 09:20:39 +08:00
Brian Burkhalter
0ee4830a94
8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
...
Refine documentation of allocate*(), wrap(), slice(), duplicate(), asReadOnlyBuffer(), and as{Type}Buffer() to explcitly state the byte order of the created buffer.
Reviewed-by: alanb
2015-07-15 10:43:07 -07:00
Vinnie Ryan
44db4a2bcb
8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test
...
Reviewed-by: mullan
2015-07-15 18:42:12 +01:00
Rajan Halade
9ba56436a1
8041787: Need new regressions tests for buffer handling for PBE algorithms
...
Reviewed-by: vinnie
2015-07-15 18:12:48 +01:00
David Dehaven
572a316307
Merge
2015-07-15 10:00:15 -07:00
Frank Yuan
03788b946a
8129833: Need basic tests for rmic
...
Added a new basic test case to jdk/test/sun/rmi/rmic/RMIGenerator.java
Reviewed-by: dfuchs
2015-07-15 18:18:10 +02:00
Felix Yang
ea58ca6a25
8130394: DatagramChannel tests need to be hardended to ignore stray datagrams
...
The patch updates tests to ignore stray datagrams, or at least print more information to ease troubleshooting.
Reviewed-by: rriggs
2015-07-15 08:42:24 -07:00
Bhanu Prakash Gopularam
13a6fbe6c0
8048830: Implement tests for new functionality provided in JEP 166
...
Reviewed-by: vinnie
2015-07-15 15:07:58 +01:00
Alexey Ivanov
a5956d494c
8087110: [TESTBUG] Test javax/swing/JFileChooser/8002077/bug8002077.java fails
...
Reviewed-by: serb, alexsch
2015-07-15 15:48:32 +03:00
Katja Kantserova
c5e7bbdd6c
8131328: Restore demo/jvmti tests
...
Reviewed-by: sspitsyn
2015-07-15 13:21:25 +02:00
Pooja Chopra
a7e436f3df
8080953: [TEST_BUG]Test java/awt/FontClass/DebugFonts.java fails due to wrongly typed bugid
...
Reviewed-by: azvegint, serb
2015-07-15 14:05:09 +03:00
Pooja Chopra
515dca5c8b
8080932: [TEST_BUG] Test java/awt/BasicStroke/DashStrokeTest.java fails with Bad script error due to improper @run notation
...
Reviewed-by: azvegint, alexsch
2015-07-15 14:02:24 +03:00
David Dehaven
bf10dfe7fe
Merge
2015-07-14 15:26:34 -07:00
David Dehaven
267d60654e
Merge
2015-07-14 15:18:26 -07:00
Vinnie Ryan
f570f46d3b
8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list
...
Reviewed-by: mullan
2015-07-14 20:14:29 +01:00
Semyon Sadetsky
adf9cffca5
8130242: DataFlavorComparator transitivity exception
...
Reviewed-by: alexsch, azvegint
2015-07-14 20:36:12 +03:00
Artem Smotrakov
9ed9f4f4a9
8130041: TsacertOptionTest.java intermittently fails on Mac
...
Reviewed-by: vinnie
2015-07-14 16:46:28 +01:00
Semyon Sadetsky
58be04ef9d
8076164: [JTextField] When input too long Thai character, cursor's behavior is odd
...
Reviewed-by: alexsch, azvegint
2015-07-14 13:57:16 +03:00
Ivan Gerasimov
9b9fde193f
6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
...
Reviewed-by: sherman
2015-07-14 02:03:35 +03:00
Katja Kantserova
21b0285502
8131035: [TESTBUG] sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java needs to enable UsePerfData
...
Reviewed-by: jbachorik, dholmes
2015-07-13 15:35:57 +02:00
Katja Kantserova
d8e8d8f1fa
8076471: Remove hprof agent tests in JDK
...
Reviewed-by: alanb
2015-07-10 14:48:13 +02:00
Alejandro Murillo
867e029083
Merge
2015-07-09 22:46:18 -07:00
Alexey Ivanov
ddb2c7d163
8130772: Util.hitMnemonics does not work: getSystemMnemonicKeyCodes() returns ALT_MASK rather than VK_ALT
...
Reviewed-by: serb, alexsch
2015-07-09 15:26:37 +03:00
Yuri Nesterenko
c02e703138
8130430: [TEST_BUG] remove unnecessary internal calls from javax/swing/JRadioButton/8075609/bug8075609.java
...
Reviewed-by: alexsch
2015-07-09 12:34:12 +03:00
Henry Jen
eaa42993db
8027634: Support @argfiles for java command-line tool
...
Reviewed-by: ksrini, mchung
2015-07-08 23:26:48 -07:00
Rob McKenna
0f4fb659ea
8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
...
Reviewed-by: michaelm
2015-08-21 20:41:21 +01:00
Svetlana Nikandrova
72ddd6cff7
8050460: JAAS login/logout tests with LoginContext
...
Reviewed-by: xuelei
2015-08-20 11:16:54 -07:00
Prasanta Sadhukhan
af631b95f6
8129457: Disposer.pollRemove may fail to dispose
...
Reviewed-by: prr, serb
2015-07-08 14:10:31 +03:00
David Dehaven
79324abda0
Merge
2015-07-07 12:26:59 -07:00
Jan Lahoda
581470a6d1
8080679: Include jline in JDK for Java and JavaScript REPLs
...
Reviewed-by: alanb, erikj, forax, iris, sundar
2015-07-07 13:17:53 +02:00
Semyon Sadetsky
4b60e58507
8129940: JRadioButton does not honor non-standard FocusTraversalKeys
...
Reviewed-by: alexsch, azvegint
2015-07-07 09:56:53 +03:00
Semyon Sadetsky
dfbb82e3f9
8081484: [TEST_BUG]Test javax/swing/plaf/basic/6866751/bug6866751.java fails
...
Reviewed-by: alexsch, azvegint
2015-07-07 09:51:30 +03:00
Daniel D. Daugherty
10219ee9a2
Merge
2015-07-03 07:13:24 -07:00
Sergey Bylokhov
ffbfb8f10b
7188942: Remove support of pbuffers in OGL Java2d pipeline
...
Reviewed-by: prr, flar
2015-07-03 16:39:45 +03:00
Yuri Nesterenko
a26c73956c
8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update
...
Reviewed-by: serb, alexsch
2015-07-03 17:37:40 +03:00
Artem Smotrakov
aa2d62b688
8129444: socksProxyVersion system property ignored for Socket(Proxy)
...
Reviewed-by: chegar
2015-07-03 08:00:33 +01:00
Daniel D. Daugherty
bee43f05d7
Merge
2015-07-02 14:39:54 -07:00
Vinnie Ryan
5a35b2a0a9
8130151: Exclude sun/security/provider/SecureRandom/StrongSecureRandom.java from testruns on MacOSX 10.10
...
Reviewed-by: xuelei
2015-07-02 12:01:48 +01:00
Weijun Wang
cdc2a29ff2
8130112: Create a common TEST.properties for @modules in test/sun/security/krb5/auto
...
Reviewed-by: alanb
2015-07-02 16:20:43 +08:00
Weijun Wang
8804c9df5f
8130297: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java still failing after JDK-8076040
...
Reviewed-by: darcy
2015-07-02 13:20:46 +08:00
Weijun Wang
8f2396ede1
8076040: Test com/sun/crypto/provider/KeyFactory/TestProviderLeak.java fails with -XX:+UseG1GC
...
Reviewed-by: darcy
2015-07-02 09:19:42 +08:00
Phil Race
322bf5d364
Merge
2015-06-30 10:37:48 -07:00
Phil Race
d3ecdcca36
Merge
2015-06-30 08:51:16 -07:00
Semyon Sadetsky
11e135e30e
8129830: JTree drag/drop on lower half of last child of container incorrect
...
Reviewed-by: alexsch, azvegint
2015-06-30 18:26:38 +03:00
Stefan Sarne
32c0d8bc46
6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
...
Reviewed-by: stefank, dholmes, chegar, sjohanss
2015-06-30 17:16:40 +02:00
Sibabrata Sahoo
afc6a95457
8075301: Tests for sun.security.krb5.principal system property
...
Reviewed-by: weijun
2015-06-30 22:32:03 +08:00
Amy Lu
512986a71c
8129759: Mark two tests from DistinctOpTest.java and SliceOpTest.java as serialization hostile
...
Reviewed-by: psandoz
2015-06-30 10:00:46 +02:00
Jason Uh
84ebc260b9
8022444: Remove sun.security.util.ObjectIdentifier.equals(ObjectIdentifier other) method
...
Reviewed-by: mullan
2015-06-29 16:36:44 -07:00
Martin Buchholz
57996d703c
6260652: (coll) Arrays.asList(x).toArray().getClass() should be Object[].class
...
Return Arrays.copyOf(a, a.length, Object[].class)
Reviewed-by: igerasim, psandoz
2015-06-29 15:02:35 -07:00
Roger Riggs
99f867bded
8098852: java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
...
Correct javachild to spin until cputime increases by amount; cleanup InfoTest
Reviewed-by: darcy
2015-07-09 09:55:36 -04:00