564 Commits

Author SHA1 Message Date
Shafi Ahmad
c9c8846cc6 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
Update line number table and code indices table with missing entry

Reviewed-by: vromero
2017-07-17 03:58:42 -07:00
Hamlin Li
0bdd7c8d4d 8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java
Reviewed-by: weijun
2017-07-06 22:40:35 -07:00
Lana Steuck
0d2c126339 Merge 2017-06-16 04:54:54 +00:00
Vyom Tewari
4464690740 8176192: Incorrect usage of Iterator in Java 8 In com.sun.jndi.ldap.EventSupport.removeNamingListener
Reviewed-by: psandoz
2017-06-15 17:50:21 +05:30
Igor Ignatyev
f84b521220 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: alanb
2017-06-12 12:43:26 -07:00
Daniel Fuchs
18b1dfcafa 8181867: [tests] Reorganize EchoHandlers
This fix reorganize some test files and rename some test classes. Several classes named EchoHandler in the unnamed package are renamed to make it clear what classes (and sources) tests that use these EchoHandler implementations effectively depend on.

Reviewed-by: chegar
2017-06-09 16:52:07 +01:00
Daniel Fuchs
3d902cf92a 8180044: java/net/httpclient/ManyRequests.java failed due to timeout
Fixes several race conditions observed while testing.

Reviewed-by: michaelm, msheppar, prappo
2017-06-08 12:41:07 +01:00
Igor Ignatyev
551c6fdad3 8180805: move RandomFactory to the top level testlibrary
Reviewed-by: bpb, rriggs
2017-05-30 21:14:45 -07:00
Igor Ignatyev
c85d273e7d 8180887: move FileUtils to top level testlibrary
Reviewed-by: psandoz
2017-05-30 15:05:33 -07:00
Lana Steuck
5d5921732e Merge 2017-05-11 20:22:54 +00:00
Magnus Ihse Bursie
97df63049c 8179889: Fix typographic errors in copyright headers
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Alan Bateman
4c0e26e374 8178380: Module system implementation refresh (5/2017)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
Lana Steuck
9d2c7ad695 Merge 2017-04-22 00:22:08 +00:00
Lana Steuck
ae7df5fca9 Merge 2017-04-13 20:35:17 +00:00
Roger Riggs
19215787f8 8178347: Process and ProcessHandle getPid method name inconsistency
Reviewed-by: alanb, bpb
2017-04-11 14:18:22 -04:00
Lana Steuck
630db5433c Merge 2017-04-06 04:53:01 +00:00
Igor Ignatyev
32f7e3afd6 8177507: line number sensitive tests for jdi should be unified
Reviewed-by: dholmes, mseledtsov, sspitsyn
2017-04-03 17:07:27 -07:00
Igor Ignatyev
972a49157a 8177374: fix module dependency declaration in jdk_svc tests
Reviewed-by: mchung, sspitsyn
2017-03-22 17:57:22 -07:00
Lana Steuck
e7a144b745 Merge 2017-03-16 20:46:19 +00:00
Igor Ignatyev
062caf2df9 8176176: fix @modules in jdk_svc tests
Reviewed-by: shurailine, sspitsyn
2017-03-15 22:48:59 -07:00
Lana Steuck
3d3f9fd0b4 Merge 2017-03-13 19:58:52 +00:00
Amy Lu
a2b08aeec9 8167525: update jdk tests to remove @compile --add-modules workaround
Reviewed-by: mchung
2017-03-08 15:29:57 +08:00
Igor Ignatyev
3d831067ba 8176162: com/sun/jndi/dns/Parser.java is not executed
Reviewed-by: rriggs
2017-03-03 22:00:27 -08:00
Prasanta Sadhukhan
9c2bee086b 8174720: [TEST_BUG] add :open to a @modules annotation for bug7089914.java
Reviewed-by: yan
2017-02-13 16:26:11 +05:30
Mikhail Cherkasov
24e521a020 8173145: Menu is activated after using mnemonic Alt/Key combination
Reviewed-by: serb, ssadetsky
2017-02-07 18:55:15 +03:00
Jesper Wilhelmsson
d59901faa4 Merge 2017-02-04 03:29:39 +01:00
Mandy Chung
7e2dd137c3 8173608: Separate JDK management agent from java.management module
Reviewed-by: dfuchs, dholmes, erikj
2017-01-31 20:06:32 -08:00
Jesper Wilhelmsson
9400d2bd29 Merge 2017-01-24 00:30:25 +01:00
Sean Mullan
d9d9d8701a 8055206: Update SecurityManager::checkPackageAccess to restrict non-exported JDK packages by default
Reviewed-by: mchung
2017-01-19 13:50:02 -05:00
Christian Tornqvist
68447bd8a3 8172188: JDI tests fail due to "permission denied" when creating temp file
Reviewed-by: hseigel, mseledtsov
2017-01-05 16:46:28 -05:00
Jesper Wilhelmsson
08815157a7 Merge 2016-12-08 15:46:19 +01:00
Hamlin Li
e61006c1cb 8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916
Reviewed-by: rriggs
2016-12-05 16:16:05 -08:00
Valerie Peng
e281099d2f 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
Updated the failed cipher tests to work under unlimited policy

Reviewed-by: xuelei
2016-12-05 23:23:27 +00:00
Abdul Kolarkunnu
0d04fc1e3c 8170660: RMI regression test failures due to missing @build TestLibrary
Reviewed-by: lancea
2016-12-02 11:05:59 -08:00
Hamlin Li
1f86ad9ea4 8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException
Reviewed-by: chegar
2016-12-02 00:47:00 -08:00
Alan Bateman
30bcdb962c Merge 2016-12-01 11:16:23 +00:00
Alan Bateman
fbe85300bf 8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
2016-12-01 08:57:53 +00:00
Hamlin Li
118c620fd7 8170338: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java failed with "Port already in use"
Reviewed-by: chegar
2016-11-30 17:11:25 -08:00
Sergei Kovalev
fa87bee688 8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies
Reviewed-by: weijun
2016-11-29 14:55:56 +03:00
Harsha Wardhana B
44f0e6e482 8169575: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java failing with jtreg tip
Reviewed-by: rriggs, fparain
2016-11-21 12:13:39 +05:30
Jesper Wilhelmsson
69b8d4a1c9 Merge 2016-11-09 13:37:19 +01:00
Jesper Wilhelmsson
5140309cac Merge 2016-11-09 13:37:19 +01:00
Sergei Kovalev
c8163c0388 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging
Reviewed-by: chegar
2016-11-08 16:18:41 +03:00
Serguei Spitsyn
145cb85e75 8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
Adjust com/sun/jdi/MethodImpl.java for null argument

Reviewed-by: dcubed, dsamersoff
2016-11-07 16:14:18 -08:00
Sergei Kovalev
0a45ed3b0f 8169721: [TESTBUG] com/sun/jndi tests have undeclared dependency on java.naming module
Reviewed-by: rriggs, dfuchs
2016-11-21 19:18:22 +03:00
Sergei Kovalev
94dc401425 8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module
Reviewed-by: dfuchs, chegar
2016-11-15 15:52:27 +03:00
Mandy Chung
5fb366ed4f 8169231: Fix tests to add @compile --add-modules to workaround jtreg bug
Reviewed-by: jjg
2016-11-04 15:49:31 -07:00
Roger Riggs
baba77c4cc 8168613: CORBA ObjectStreamTest fails with address in use
Reviewed-by: psandoz
2016-10-26 09:38:16 -04:00
Alejandro Murillo
da37860566 Merge 2016-10-25 12:25:44 -07:00
Roger Riggs
f9b27073d1 8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
Reviewed-by: darcy
2016-10-24 18:08:36 -04:00