Harold Seigel
|
ce93cbce77
|
8253125: vmTestbase/nsk/stress/stack/stack017.java timed out
Reviewed-by: dcubed
|
2020-09-16 18:58:06 +00:00 |
|
Igor Ignatyev
|
5f76deb2e0
|
8252522: nsk/share/test/StressOptions should multiple stressTime by jtreg's timeout-factor
Reviewed-by: dholmes
|
2020-09-06 16:17:30 +00:00 |
|
Igor Ignatyev
|
15af276157
|
8252004: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/sysdict
Reviewed-by: dcubed, gziemski
|
2020-09-04 10:36:05 -07:00 |
|
Igor Ignatyev
|
933f90fbfa
|
8251997: remove usage of PropertyResolvingWrapper in vmTestbase/vm/mlvm/
Reviewed-by: thartmann
|
2020-09-03 09:21:27 -07:00 |
|
Igor Ignatyev
|
850d62301c
|
8252720: clean up FileInstaller $test.src $cwd in vmTestbase/vm/compiler/optimizations tests
Reviewed-by: thartmann
|
2020-09-03 09:21:01 -07:00 |
|
Harold Seigel
|
f3597c4a54
|
8252249: nsk/stress/stack/stack016.java fails with "Error: TEST_BUG: trickyRecursion() must throw an error anyway!"
Run test separately with both -Xint and -Xcomp to ensure thread stacks are similarly sized.
Reviewed-by: dholmes, coleenp
|
2020-09-02 13:50:39 +00:00 |
|
Igor Ignatyev
|
ca3374253c
|
8252402: rewrite vmTestbase/nsk/jvmti/Allocate/alloc001 shell test to Java
Reviewed-by: amenkov
|
2020-09-01 17:29:34 -07:00 |
|
Igor Ignatyev
|
4fe6a3da68
|
8252532: use Utils.TEST_NATIVE_PATH instead of System.getProperty("test.nativepath")
Reviewed-by: dholmes, sspitsyn
|
2020-09-01 17:23:00 -07:00 |
|
Igor Ignatyev
|
00452d32f5
|
8252477: nsk/share/ArgumentParser should expect that jtreg "splits" an argument
Reviewed-by: sspitsyn, dholmes
|
2020-08-27 19:37:51 -07:00 |
|
Coleen Phillimore
|
a616bc979b
|
8230052: MLVM findDeadlock test timed out
Add logging for debugging for the next timeout
Reviewed-by: iignatyev, iklam, pchilanomate, dholmes
|
2020-08-31 09:32:44 -04:00 |
|
Igor Ignatyev
|
c98fd38979
|
8251127: clean up FileInstaller $test.src $cwd in remaining vmTestbase_vm_compiler tests
Reviewed-by: kvn
|
2020-08-26 17:06:15 -07:00 |
|
Nick Gasson
|
7856c1a311
|
8252108: Modify nsk/stress/stack tests to check page size
Reviewed-by: hseigel, stuefe
|
2020-08-26 11:28:10 +08:00 |
|
Igor Ignatyev
|
8ce2053723
|
8252186: remove FileInstaller action from vmTestbase/jit/graph tests
Reviewed-by: kvn
|
2020-08-24 13:23:34 -07:00 |
|
Igor Ignatyev
|
6612598a13
|
8251998: remove usage of PropertyResolvingWrapper in vmTestbase/jit/t
Reviewed-by: kvn
|
2020-08-21 19:00:52 -07:00 |
|
Igor Ignatyev
|
ef614ed8af
|
8251996: remove usage of PropertyResolvingWrapper in vm/compiler/complog/uninit
Reviewed-by: kvn, epavlova
|
2020-08-20 20:17:44 -07:00 |
|
Igor Ignatyev
|
b2da6e1a90
|
8252005: narrow disabling of allowSmartActionArgs in vmTestbase
Reviewed-by: sspitsyn
|
2020-08-20 11:12:00 -07:00 |
|
Mikael Vidstedt
|
51a3b25d71
|
8252051: Make mlvmJvmtiUtils strncpy uses GCC 10.x friendly
Reviewed-by: iignatyev, kvn
|
2020-08-20 11:09:25 -07:00 |
|
Harold Seigel
|
93c00472eb
|
8251490: [TESTBUG] The Java thread stack size specified is too small for nsk/stress/stack. Specify at least 448k
Increase the -Xss stack size for some tests, mark other tests as not runnable on AArch64.
Reviewed-by: gziemski, lfoltan
|
2020-08-19 19:40:46 +00:00 |
|
Igor Ignatyev
|
b37b1a391a
|
8251126: nsk.share.GoldChecker should read golden file from ${test.src}
Reviewed-by: dholmes
|
2020-08-05 16:39:38 -07:00 |
|
Igor Ignatyev
|
65577cf58a
|
8251132: make main classes public in vmTestbase/jit tests
Reviewed-by: kvn
|
2020-08-05 16:39:08 -07:00 |
|
Leonid Mesnik
|
13946835b5
|
8244537: JDI tests fail due to "ERROR: Exception : nsk.share.jdi.JDITestRuntimeException: JDITestRuntimeException : ** event IS NOT a breakpoint **"
Reviewed-by: sspitsyn, amenkov
|
2020-08-05 10:48:55 -07:00 |
|
Igor Ignatyev
|
0019679c69
|
8251190: nsk jdi tests failing "TestBug: Exception during config file parsing: java.io.FileNotFoundException"
Reviewed-by: dholmes, sspitsyn
|
2020-08-05 08:57:21 -07:00 |
|
Harold Seigel
|
c200b4f1cb
|
8139875: [TESTBUG] Improve nsk/stress/stack/* tests
Use -Xss200k to limit the stack size, avoid running with -Xcomp, and, in one test, reduce iterations.
Reviewed-by: dholmes, lfoltan
|
2020-08-05 13:27:43 +00:00 |
|
Igor Ignatyev
|
61ebb6adb7
|
8249030: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdi tests
Reviewed-by: dholmes, sspitsyn
|
2020-08-04 20:05:47 -07:00 |
|
Igor Ignatyev
|
a53ecac07c
|
8251128: remove vmTestbase/vm/compiler/jbe/combine
Reviewed-by: kvn
|
2020-08-04 20:04:47 -07:00 |
|
Jie Fu
|
30c8811d11
|
8251031: Some vmTestbase/nsk/monitoring/RuntimeMXBean tests fail with hostnames starting from digits
Reviewed-by: dholmes, cjplummer, sspitsyn
|
2020-08-05 10:54:18 +08:00 |
|
Yasumasa Suenaga
|
39616b4d7c
|
8250930: [TESTBUG] Some forceEarlyReturn00* tests failed due to compiler optimization
Reviewed-by: cjplummer, dholmes
|
2020-08-04 15:28:27 +09:00 |
|
Harold Seigel
|
99ae9558fe
|
8250562: Clean up weird comment in vmTestbase class Terminator.java
Delete the weird comment.
Reviewed-by: lfoltan
|
2020-07-28 20:14:01 +00:00 |
|
Daniil Titov
|
277ec3d260
|
8216324: GetClassMethods is confused by the presence of default methods in super interfaces
Reviewed-by: sspitsyn, amenkov
|
2020-07-27 11:34:19 -07:00 |
|
Harold Seigel
|
9b73fb125d
|
8250557: Rename vmTestbase/nsk shared timeout handler package to Terminator.java
Rename the class and fix the tests that use it.
Reviewed-by: dcubed
|
2020-07-24 18:44:27 +00:00 |
|
Mikael Vidstedt
|
1f5e21a16e
|
Merge
|
2020-07-15 21:24:39 -07:00 |
|
Igor Ignatyev
|
e07ad838b5
|
8249040: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdb tests
Reviewed-by: dholmes
|
2020-07-15 11:34:34 -07:00 |
|
Igor Ignatyev
|
b27e717c56
|
8249034: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jvmti tests
Reviewed-by: sspitsyn
|
2020-07-15 11:33:43 -07:00 |
|
Igor Ignatyev
|
1b5391264a
|
8249039: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_aod tests
Reviewed-by: dholmes, sspitsyn
|
2020-07-15 11:31:35 -07:00 |
|
Mikael Vidstedt
|
1982432db4
|
Merge
|
2020-07-14 23:29:45 -07:00 |
|
Leonid Mesnik
|
590de670a9
|
8242891: vmTestbase/nsk/jvmti/ test should be fixed to fail early if JVMTI function return error
Reviewed-by: sspitsyn, cjplummer
|
2020-07-14 14:31:14 -07:00 |
|
Igor Ignatyev
|
6d201dbba6
|
8249036: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_stress tests
Reviewed-by: kvn
|
2020-07-14 11:24:39 -07:00 |
|
Igor Ignatyev
|
919eb12b14
|
8249032: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_sysdict tests
Reviewed-by: dholmes
|
2020-07-14 11:16:00 -07:00 |
|
Igor Ignatyev
|
6c95a87157
|
8249035: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_jdwp tests
Reviewed-by: dholmes
|
2020-07-14 11:10:40 -07:00 |
|
Igor Ignatyev
|
ba1db57dde
|
8249028: clean up FileInstaller $test.src $cwd in vmTestbase_nsk_monitoring tests
Reviewed-by: dholmes
|
2020-07-14 11:09:34 -07:00 |
|
Igor Ignatyev
|
765abcb329
|
8249033: clean up FileInstaller $test.src $cwd in vmTestbase_vm_metaspace tests
Reviewed-by: dholmes
|
2020-07-14 11:09:06 -07:00 |
|
Igor Ignatyev
|
606aad5dc8
|
8249029: clean up FileInstaller $test.src $cwd in vmTestbase_vm_defmeth tests
Reviewed-by: dholmes
|
2020-07-14 11:08:21 -07:00 |
|
Igor Ignatyev
|
c5ad1daa96
|
8249019: clean up FileInstaller $test.src $cwd in vmTestbase_vm_compiler tests
Reviewed-by: kvn, epavlova
|
2020-07-10 11:49:58 -07:00 |
|
Igor Ignatyev
|
9bbec0433c
|
8249038: clean up FileInstaller $test.src $cwd in vmTestbase_vm_gc tests
Reviewed-by: kbarrett
|
2020-07-10 11:49:02 -07:00 |
|
Igor Ignatyev
|
183dadbef2
|
8249037: clean up FileInstaller $test.src $cwd in vmTestbase_vm_g1classunloading tests
Reviewed-by: kbarrett
|
2020-07-09 09:05:58 -07:00 |
|
Igor Ignatyev
|
e5c43ab86e
|
8249018: clean up FileInstaller $test.src $cwd in vmTestbase_vm_mlvm tests
Reviewed-by: kvn
|
2020-07-08 11:28:06 -07:00 |
|
Igor Ignatyev
|
5899ef11fb
|
8208243: vmTestbase/gc/lock/jni/jnilock002/TestDescription.java fails in jdk/hs nightly
Reviewed-by: tschatzl
|
2020-07-02 11:38:00 -07:00 |
|
Igor Ignatyev
|
72ae322022
|
8208207: Test nsk/stress/jni/gclocker/gcl001 fails after co-location
Reviewed-by: tschatzl
|
2020-07-02 08:05:00 -07:00 |
|
Goetz Lindenmaier
|
bf1e6903a2
|
8233014: Enable ShowCodeDetailsInExceptionMessages by default
Reviewed-by: coleenp, stuefe, dholmes
|
2020-06-18 22:03:18 +02:00 |
|
Fairoz Matte
|
b9ce3b435e
|
8243451: nsk.share.jdi.Debugee.isJFR_active() is incorrect and corresponsing logic seems to be broken
Fix check isJFR_active()
Reviewed-by: sspitsyn, lmesnik
|
2020-06-11 08:23:09 +00:00 |
|