Commit Graph

6128 Commits

Author SHA1 Message Date
Pooja Chopra
da688f57c3 8136354: [TEST_BUG] Test java/awt/image/RescaleOp/RescaleAlphaTest.java with Bad action for script
Reviewed-by: azvegint, serb
2015-09-11 17:58:31 +03:00
Roger Riggs
ed3d59c71a 8133552: java/lang/ProcessHandle/InfoTest.java fails intermittently - incorrect user
8133809: Remove java/lang/ProcessHandle/InfoTest.java from the Problem List

Reviewed-by: darcy, chegar, simonis
2015-09-11 09:25:15 -04:00
Rajeev Chamyal
9c7443b15a 8025082: The behaviour of the highlight will be lost after clicking the set button
Reviewed-by: serb, alexsch
2015-09-11 17:12:16 +04:00
Sergey Bylokhov
cedeb84725 7131835: [TEST_BUG] Test does not consider that the rounded edges of the window in Mac OS 10.7
Reviewed-by: azvegint, yan
2015-09-11 15:03:53 +03:00
Artem Smotrakov
4a6c0df004 8075299: Additional tests for 6857795
Reviewed-by: weijun
2015-09-11 13:44:30 +03:00
Alejandro Murillo
556157743b Merge 2015-09-10 14:55:20 -07:00
Rajeev Chamyal
08da3be647 8032568: Test javax/swing/JInternalFrame/8020708/bug8020708.java fails on Windows virtual hosts
Reviewed-by: serb, alexsch
2015-09-10 17:02:30 +04:00
Naoto Sato
d908516aaf 8134384: Continuation of JDK-8130845 : A date string created by Date#toString() is not parseable neither with ENGLISH, US nor ROOT locale
Reviewed-by: okutsu
2015-09-09 18:17:44 -07:00
Tristan Yan
be7be7ae93 8044199: Tests for RSA keys and key specifications
Added various tests for SunRsaSign provider

Reviewed-by: valeriep
2015-09-09 21:57:38 +00:00
Roger Riggs
aeb4acfb60 8135094: (process) java/lang/ProcessHandle/InfoTest fails testing commandLine()
Reviewed-by: chegar, simonis
2015-09-09 16:12:55 -04:00
Anton Nashatyrev
cb34d07ae1 8081485: EDT auto shutdown is broken in case of new event queue usage
Reviewed-by: serb, alexp
2015-09-09 19:10:38 +03:00
Ivan Gerasimov
50aa8839d5 8072466: Deadlock when initializing MulticastSocket and DatagramSocket
Reviewed-by: chegar
2015-09-09 16:33:19 +03:00
Artem Smotrakov
b259dd24ea 8134708: Certpath validation fails to load certs and CRLs if AIA and CRLDP extensions point to LDAP resources
Reviewed-by: mullan, coffeys
2015-09-09 12:39:45 +03:00
David Holmes
f032aa1311 8133611: Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list
Reviewed-by: darcy
2015-09-09 04:02:59 -04:00
Shilpi Rastogi
5ecb0a7e9e 8005914: [TEST_BUG] The last column header does not contain "..."
Reviewed-by: alexsch, serb
2015-09-09 10:31:59 +03:00
Phil Race
f39c6aeb63 Merge 2015-09-08 14:40:44 -07:00
Phil Race
d69a0641fd Merge 2015-09-08 11:47:07 -07:00
Jesper Wilhelmsson
a97c863c3d Merge 2015-09-08 16:10:36 +02:00
Shilpi Rastogi
61cfd94c6c 8135176: Moving test from javax/swing/plaf/basic/BasicHTML/4960629 to test/javax/swing/plaf/basic/BasicHTML/4960629
Reviewed-by: azvegint, alexsch
2015-09-08 16:01:29 +04:00
Renjith Alexander
4130b71ce6 8133027: [Jigsaw] Test java/awt/PrintJob/Text/stringwidth.sh fails during compilation
Reviewed-by: yan, serb
2015-09-08 11:28:16 +03:00
Sergey Bylokhov
36dd709439 8134947: [macosx] Various memory leaks in Aqua look and feel
Reviewed-by: azvegint, alexsch
2015-09-07 23:57:21 +03:00
Sergey Bylokhov
6fe3341869 8060027: Tests java/beans/XMLEncoder/Test4903007.java and java/beans/XMLEncoder/java_awt_GridBagLayout.java
Reviewed-by: alexsch
2015-09-07 23:29:56 +03:00
Renjith Alexander
dc25f76093 8133539: [TEST_BUG] Split java/awt/image/MultiResolutionImageTest.java in two to allow restricted access
Reviewed-by: alexsch, serb
2015-09-07 13:48:24 +03:00
Brian Burkhalter
005143e035 8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files
In lines() add zero length case and rearrange first loop to avoid duplicate cases.

Reviewed-by: rriggs
2015-09-04 14:16:34 -07:00
Jim Laskey
953b4a3225 8087181: Move native jimage code to its own library (maybe libjimage)
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Reviewed-by: alanb, lfoltan, hseigel, acorn
2015-09-04 10:11:43 -03:00
Jaroslav Bachorik
d9e40f6803 8134420: sun/tools/jps/TestJpsClass fails with java.lang.RuntimeException: The line 'line 2' does not match pattern '^\\d+\\s+.*': expected true, was false
Reviewed-by: sla, dsamersoff
2015-09-04 12:18:03 +02:00
Jamil Nimeh
60cdefbf44 8134364: Add defensive copies to get/set methods for OCSPNonceExtension
Make OCSPNonceExtension immutable, add defensive copies

Reviewed-by: xuelei, mullan
2015-09-04 09:31:47 -07:00
Valerie Peng
a8cbc27bce 8132082: Let OracleUcrypto accept RSAPrivateKey
Reviewed-by: xuelei, valeriep, coffeys
2015-09-04 15:28:01 +03:00
Martin Buchholz
1ca92688c1 8135048: XSLT.java test fails after changes for JDK-8134984
Hg revert -r 'c22b7e41adf3^' test/javax/xml/jaxp/parsers/8032909

Reviewed-by: darcy
2015-09-03 18:36:42 -07:00
Sergey Bylokhov
1efc947d2a 8080948: [TEST_BUG] Few test cases are failing due to use of getPeer()
Reviewed-by: prr, yan, alexsch
2015-09-03 19:19:15 +03:00
Martin Buchholz
24742f7b1d 8134984: Text files should end in exactly one newline
Automated fixup of newlines at end-of-file via the usual perl one-liner

Reviewed-by: chegar, sherman
2015-09-02 14:11:50 -07:00
Joe Darcy
564b2c9337 8134982: Problem list TCKJapaneseChronology.java
Reviewed-by: lancea
2015-09-02 12:56:06 -07:00
Peter Brunet
d163e318ff 8134682: Remove com.sun.java.accessibility from jdk/src/closed/java.base/share/conf/security/restricted.pkgs
Remove since renamed accessibility package from closed restricted.pks and update two regression tests

Reviewed-by: mullan, mchung
2015-09-02 13:24:14 -05:00
Sergey Bylokhov
16bdae5274 8133677: Specification of AudioFileReader should be clarifed
Reviewed-by: prr, amenkov
2015-09-02 16:13:14 +03:00
Valerie Peng
38b84c3cbd 8133801: sun/security/pkcs11/Provider/ConfigShortPath.java failed in jigsaw nightly at Windows
Update tests to not using private SunPKCS11(String) constructor.

Reviewed-by: mullan
2015-09-02 03:02:14 +00:00
Rajan Halade
ac523a4082 8049237: Need new tests for X509V3 certificates
Reviewed-by: mullan, xuelei
2015-09-01 16:27:28 -07:00
Renjith Alexander
abdaade63f 8132376: Add @requires os.family to the client tests with access to internal OS-specific API
Reviewed-by: yan, alexsch
2015-09-01 11:03:43 +03:00
Alexander Scherbatiy
783e0bf4bf 8134721: NPE in SwingUtilities2.drawChars after JDK-6302464
Reviewed-by: serb, azvegint
2015-09-01 09:40:16 +04:00
Dmitry Samersoff
4f6a5ef9c3 Merge 2015-08-31 21:48:00 +03:00
Phil Race
4abc68cead Merge 2015-08-31 11:29:55 -07:00
Alejandro Murillo
a088fb343d Merge 2015-08-31 11:26:11 -07:00
Sergey Bylokhov
d29ef0223b 4339584: Adding a getUI public method to JComponent
Reviewed-by: azvegint, alexsch
2015-08-29 12:58:14 +03:00
Staffan Larsen
f6462e8628 8134686: Exclude sun/tools/jps/ tests
Reviewed-by: darcy
2015-08-28 13:40:43 -07:00
Rajan Halade
3f1537d197 8048601: Tests for JCE crypto ciphers (part 1)
Reviewed-by: valeriep
2015-08-28 13:35:54 -07:00
Brian Burkhalter
44c462ee50 8133987: (fs) Rename GnomeFileTypeDetector to GioFileTypeDetector
Rename class and associated native file as indicated and fix some related comments in the source and test.

Reviewed-by: alanb
2015-08-28 10:46:43 -07:00
Joe Darcy
bcb0095020 8134678: Problem list SecurityManager/CheckPackageAccess.java
Reviewed-by: lancea
2015-08-28 07:55:45 -07:00
Sergey Bylokhov
8c84ecf088 8134603: Incorrect destination is used in CGLLayer surface
Reviewed-by: azvegint, alexsch
2015-08-28 14:54:04 +03:00
Peter Brunet
1dbf8f4761 8134456: jdk/test/java/lang/SecurityManager/CheckPackageAccess.java failing on several platforms
Add new restricted packages to the test code

Reviewed-by: mullan, mchung
2015-08-27 22:35:24 -05:00
Joe Darcy
dc85decead 8134632: Mark javax/sound/midi/Devices/InitializationHang.java as headful
Reviewed-by: prr
2015-08-27 18:12:45 -07:00
Alejandro Murillo
b4c388e6ce Merge 2015-08-27 14:40:21 -07:00
Xueming Shen
e6b269ec59 8131067: (zipfs) Zip File System Provider returns doubly-encoded Path URIs
To decode the zip file path uri before passing it into zippath uri.

Reviewed-by: alanb
2015-08-27 14:32:42 -07:00
Joe Darcy
7a83831c2b 8134554: Add sound tests to tier 3
Reviewed-by: serb
2015-08-27 11:02:10 -07:00
Weijun Wang
9b57d98aad 8134555: The InquireSecContextPermissionCheck.java test was mistakenly removed
Reviewed-by: xuelei
2015-08-27 10:31:48 +08:00
Weijun Wang
0f5abfa052 8077670: sun/security/krb5/auto/MaxRetries.java may fail with BindException
Reviewed-by: chegar
2015-08-27 07:52:12 +08:00
Joe Darcy
8b88247973 8134521: Problem list failing java/beans/Introspector test
Reviewed-by: alanb
2015-08-26 11:18:38 -07:00
Naoto Sato
24bf498468 8134520: Bug8134250 test fails in en_IE locale
Reviewed-by: lancea
2015-08-26 10:44:37 -07:00
David Dehaven
7436faa3d1 Merge 2015-08-26 09:07:21 -07:00
Staffan Larsen
2f6cf9d31e 8134458: Make sun/tools/jps tests non-concurrent with other tests
Reviewed-by: dholmes, martin
2015-08-26 06:48:33 -07:00
Alexander Scherbatiy
c177fba43e 8051548: JColorChooser should have a way to disable transparency controls
Reviewed-by: prr, serb
2015-08-26 17:21:01 +04:00
Sergey Bylokhov
66ae036b1f 8047226: closed/java/awt/Component/GetScreenLocTest/GetScreenLocTest.html clicks on Unity's tool bar
Reviewed-by: azvegint, alexsch
2015-08-26 18:03:21 +03:00
David Dehaven
5fe6ba60cb Merge 2015-08-25 14:32:08 -07:00
David Dehaven
eedfee9bfa Merge 2015-08-25 12:19:46 -07:00
Rob McKenna
56908a47aa 8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
Reviewed-by: vinnie
2015-08-25 14:15:50 +01:00
Rob McKenna
9835141429 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
Reviewed-by: chegar
2015-08-25 14:07:08 +01:00
Naoto Sato
f750dc8033 8134250: Create unit tests for CLDR unique features
Reviewed-by: okutsu
2015-08-24 19:10:51 -07:00
Vinnie Ryan
79e58cc0e5 8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
Reviewed-by: mullan
2015-08-24 16:22:37 +01:00
Alexander Scherbatiy
d14c028db9 6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform
Reviewed-by: serb, azvegint
2015-08-24 16:06:36 +04:00
Joel Borggrén-Franck
b7e143e8f6 8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
Reviewed-by: ahgross, darcy
2015-08-24 11:00:12 +02:00
Sergey Bylokhov
49091ccf1d 8133926: No frame icon for InternalFrame in Windows LaF
Reviewed-by: azvegint, alexsch
2015-08-21 20:59:07 +03:00
Alejandro Murillo
c56196370b Merge 2015-08-20 07:36:37 -07:00
Sergey Bylokhov
7e07b0d76f 8077270: Missed test data in the test on java.beans.BeanProperty
Reviewed-by: alexsch
2015-08-20 13:46:16 +03:00
Alexander Scherbatiy
3b888867cb 8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame
Reviewed-by: serb
2015-08-19 09:54:15 +04:00
Mandy Chung
f32b9d1944 8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
Reviewed-by: dholmes
2015-08-18 20:30:15 -07:00
Joe Darcy
71cc6f510a 8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
Reviewed-by: lancea
2015-08-18 12:49:00 -07:00
Nadeesh TV
891a84dd0c 8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75
Reviewed-by: alexsch, serb
2015-08-18 20:42:02 +03:00
Jean-Francois Denise
4d4cf68fd9 8132527: jimage tool extract and recreate options are not consistent (no NPE)
Module metadata original name must be reused when recreating a jimage

Reviewed-by: jlaskey
2015-08-18 15:46:01 +02:00
Sergey Bylokhov
58cd114398 8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
Reviewed-by: alexsch, amenkov
2015-08-18 15:51:23 +03:00
Alejandro Murillo
64e18f581d Merge 2015-08-17 11:18:31 -07:00
David Dehaven
75e42535c3 Merge 2015-08-17 10:12:16 -07:00
Sergey Bylokhov
894f976f30 6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
Reviewed-by: alexsch, azvegint
2015-08-17 16:56:22 +03:00
Dmitry Samersoff
8b0d0cea27 Merge 2015-08-17 12:45:16 +03:00
Aleksei Efimov
c390eb1b70 8133321: (tz) Support tzdata2015f
Reviewed-by: okutsu
2015-08-17 12:28:55 +03:00
Konstantin Shefov
5e34f12e24 8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
Reviewed-by: vlivanov, mhaupt
2015-08-17 12:21:34 +03:00
Konstantin Shefov
20d0bb4d38 8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
Reviewed-by: vlivanov, mhaupt
2015-08-17 12:13:18 +03:00
Xueming Shen
bef17a6e80 8039390: Unexpected behaviour of String.format with null arguments
To explicitly specify the null behavior for all conversions

Reviewed-by: rriggs
2015-08-15 04:38:51 +00:00
Volker Simonis
1b8b82463e 8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
Reviewed-by: rriggs, smarks
2015-08-14 10:35:45 +02:00
Joe Darcy
7cc817742f 8133588: Place TimeoutLockLoops.java on the problem list
Reviewed-by: dholmes
2015-08-13 21:46:05 -07:00
Alejandro Murillo
d8f13cb1d1 Merge 2015-08-13 15:50:52 -07:00
Amy Lu
48b997d5b3 8079769: tools/pack200/PackTestZip64.java may timeout at preparing the large test file
Reviewed-by: ksrini
2015-08-13 09:35:45 +03:00
Rajan Halade
ec15b70de5 8048624: Tests for SealedObject
Reviewed-by: valeriep
2015-08-13 06:42:05 +03:00
Brian Burkhalter
5924c95500 8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.

Reviewed-by: chegar
2015-08-12 07:55:24 -07:00
Vinnie Ryan
cdb7f50a4b 8133318: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier
Reviewed-by: mullan
2015-08-12 14:38:09 +01:00
David Dehaven
0cf20fdd7b Merge 2015-08-11 12:32:10 -07:00
Alejandro Murillo
29ad7ba848 Merge 2015-08-10 18:58:25 -07:00
Brian Burkhalter
eb79060337 8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.

Reviewed-by: darcy
2015-08-10 17:26:55 -07:00
Joe Darcy
c32cc2b967 8133231: Mark TimeoutLockLoops.java as failing intermittently
Reviewed-by: lancea
2015-08-10 16:28:31 -07:00
Brian Burkhalter
aabba04bda 8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).

Reviewed-by: chegar
2015-08-10 10:50:24 -07:00
Staffan Larsen
48c33a4389 Merge 2015-08-10 13:34:55 +00:00
Staffan Larsen
de0713848b 8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
2015-08-10 13:08:55 +02:00
Dmitry Samersoff
c23132013d Merge 2015-08-10 14:05:37 +03:00