Mikhailo Seledtsov
14100d55dc
8274170: Add hooks for custom makefiles to augment jtreg test execution
...
Reviewed-by: erikj
2021-09-27 18:06:21 +00:00
Weijun Wang
a91f971266
8268267: Remove -Djavatest.security.noSecurityManager=true from jtreg runs
...
Reviewed-by: lancea, jjg, erikj
2021-06-07 13:58:49 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Aleksey Shipilev
e749f75de0
8267304: Bump global JTReg memory limit to 768m
...
Reviewed-by: lmesnik, iignatyev
2021-05-19 12:59:03 +00:00
Jie Fu
0daec497fe
8267246: -XX:MaxRAMPercentage=0 is unreasonable for jtreg tests on many-core machines
...
Reviewed-by: shade, erikj
2021-05-19 01:46:23 +00:00
Vladimir Kozlov
4785e112ae
8264806: Remove the experimental JIT compiler
...
Reviewed-by: iignatyev, erikj
2021-04-27 06:23:21 +00:00
Vladimir Kozlov
694acedf18
8264805: Remove the experimental Ahead-of-Time Compiler
...
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
2021-04-27 01:12:18 +00:00
Thomas Stuefe
568dc29b9a
8185734: [Windows] Structured Exception Catcher missing around gtest execution
...
Reviewed-by: dholmes, ihse
2020-12-15 09:02:46 +00:00
Magnus Ihse Bursie
d29c78da19
8257679: Improved unix compatibility layer in Windows build (winenv)
...
Reviewed-by: erikj, jvernee, burban
2020-12-07 15:55:53 +00:00
Nick Gasson
f014854ac7
8253624: gtest fails when run from make with read-only source directory
...
Reviewed-by: erikj
2020-09-28 01:54:45 +00:00
Dean Long
f0b30a5d24
8209961: [AOT] crash in Graal stub when -XX:+VerifyOops is used
...
Reviewed-by: kvn
2020-08-30 15:53:46 -07:00
Magnus Ihse Bursie
aacb827896
8220639: Need a way to augment JTREG_LAUNCHER_OPTIONS from command-line
...
Reviewed-by: erikj, dholmes
2020-06-25 18:35:40 +02:00
Erik Joelsson
d8219d0a78
8213214: Set -Djava.io.tmpdir= when running tests
...
Reviewed-by: alanb, mikael
2020-06-23 06:51:35 -07:00
Igor Ignatyev
e7f8e1fdb5
8211977: move testlibrary tests into one place
...
Reviewed-by: erikj, dholmes, ihse
2020-06-16 09:50:45 -07:00
Jorn Vernee
4365c2b745
8246572: Always pass java.library.path when running micro benchmarks
...
Reviewed-by: ihse, redestad
2020-06-04 14:56:36 +02:00
Chris Hegarty
f3eb44a94d
8243491: Implementation of Foreign-Memory Access API (Second Incubator)
...
Upstream latest changes of the Foreign-Memory Access API
Co-authored-by: Jorn Vernee <jorn.vernee@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: chegar, psandoz
2020-05-25 10:54:39 +01:00
Mikael Vidstedt
071bd521bc
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
...
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
2020-05-20 17:33:37 -07:00
Athijegannathan Sundararajan
d5cd165965
8241749: Remove the Nashorn JavaScript Engine
...
Reviewed-by: jlaskey, ihse, mchung
2020-04-16 12:26:20 +05:30
Alexandre Iline
db91be2ee1
8240241: Add support for JCov DiffCoverage to make files
...
Reviewed-by: erikj, ihse
2020-03-05 09:51:03 -08:00
Magnus Ihse Bursie
d7a0206262
8239860: Add support for testing the configure script
...
Reviewed-by: erikj
2020-02-25 09:37:59 +01:00
Erik Joelsson
ac6073f0a5
8237914: The test-make target does not fail on test failure
...
Reviewed-by: tbell, ihse
2020-01-30 12:00:38 -08:00
Claes Redestad
3f865f4bf2
8235997: JMH test runner should quote VM_OPTIONS and JAVA_OPTIONS sent to -jvmArgs
...
Reviewed-by: erikj
2019-12-17 15:09:30 +01:00
Erik Joelsson
72cb073c09
8230067: Add optional automatic retry when running jtreg tests
...
Reviewed-by: prr
2019-12-06 12:01:53 -08:00
Severin Gehwolf
753c58b7f5
8233712: Limit default tests jobs based on ulimit -u setting
...
Reviewed-by: erikj, ihse
2019-11-06 18:06:36 +01:00
Erik Joelsson
3ab90ac5be
8232834: RunTest sometimes fails to produce valid exitcode.txt
...
Reviewed-by: ihse
2019-10-23 05:48:17 -07:00
Leonid Mesnik
fb70acd2ca
8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
...
Reviewed-by: erikj
2019-09-10 09:12:08 -07:00
Rahul Raghavan
090734266c
8227439: Turn off AOT by default
...
Made UseAOT, AOTLibrary experimental and UseAOT false by default
Reviewed-by: iignatyev, kvn
2019-08-08 14:13:16 +05:30
Igor Ignatyev
b97433e763
8226910: make it possible to use jtreg's -match via run-test framework
...
Reviewed-by: dholmes, mseledtsov
2019-07-18 11:47:52 -07:00
Prasanta Sadhukhan
4651ce7fc9
Merge
2019-06-03 11:06:24 +05:30
Phil Race
d655301d49
8224778
: test/jdk/demo/jfc/J2Ddemo/J2DdemoTest.java cannot find J2Ddemo.jar
...
Reviewed-by: erikj, psadhukhan
2019-05-27 12:24:26 -07:00
Erik Joelsson
cc2d5d3f01
8224011: Failure handling in ExecuteWithLog fails in run-test-prebuilt
...
Reviewed-by: tbell
2019-05-29 15:29:06 -07:00
Alexandre Iline
11c8caf157
8221857: Collect code coverage for a subset of code
...
Reviewed-by: erikj
2019-04-11 03:05:11 -08:00
Igor Ignatyev
6559dfbda0
8219395: integrate gcov w/ run-test
...
Reviewed-by: erikj
2019-02-20 11:32:53 -08:00
Erik Joelsson
22fe6edc6c
8219394: Missing FIXPATH in microbenchmark test runner
...
Reviewed-by: redestad
2019-02-19 14:25:52 -08:00
Jorn Vernee
67c2e382d3
8219393: Add native library support for microbenchmarks
...
Reviewed-by: erikj
2019-02-19 23:02:41 +01:00
Magnus Ihse Bursie
208c58c862
8218431: Improved platform checking in makefiles
...
Reviewed-by: erikj
2019-02-07 12:35:45 +01:00
Alexandre Iline
6026d7fcc3
8217761: Enhance run-test-prebuilt jib profile to support running tests with JCov
...
Reviewed-by: erikj
2019-01-28 03:51:38 -08:00
Magnus Ihse Bursie
bbcae6bd5e
8217733: Minor RunTest fixes
...
Reviewed-by: erikj, shurailine
2019-01-25 11:15:00 +01:00
Magnus Ihse Bursie
494ed992df
8217626: Add setup/teardown functionality to RunTest
...
Reviewed-by: erikj, shurailine
2019-01-24 11:19:40 +01:00
Magnus Ihse Bursie
94889357bd
8217634: RunTest documentation and usability update
...
Reviewed-by: erikj
2019-01-24 11:15:31 +01:00
Erik Joelsson
b8ec635ee2
8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
...
Reviewed-by: tbell, kvn, iignatyev
2019-01-23 14:10:31 -08:00
Alexandre Iline
eb971c3cf5
8215729: Enhance makefiles to allow collecting code coverage with JCov
...
Reviewed-by: erikj
2019-01-14 08:22:49 -08:00
Ekaterina Pavlova
97bccb2053
8214557: Filter out VM flags which don't affect AOT code generation
...
Reviewed-by: kvn, erikj
2018-11-30 23:46:20 -08:00
Claes Redestad
7a30c97753
8061281: Microbenchmark suite build support, directory layout and sample benchmarks
...
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Staffan Friberg <sfriberg@kth.se>
Reviewed-by: ecaspole, mchung, erikj, ihse
2018-11-16 23:39:51 +01:00
Erik Joelsson
1804d6ce65
8214003: Limit default test jobs based on memory size
...
Reviewed-by: shade, tbell
2018-11-16 09:49:05 -08:00
Erik Joelsson
03a8cdece5
8211727: Adjust default concurrency settings for running tests on Sparc
...
Reviewed-by: ctornqvi, tbell, mikael
2018-11-14 09:26:28 -08:00
Igor Ignatyev
35871a8ca1
8213058: remove ExecuteInternalVMTests and VerboseInternalVMTests flags
...
Reviewed-by: erikj, dholmes, ihse
2018-11-02 16:27:55 -07:00
Ekaterina Pavlova
49a3af9513
8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing
...
Reviewed-by: kvn, erikj, ihse
2018-11-02 14:00:29 -07:00
Magnus Ihse Bursie
53ecc07aaa
8210958: Rename "make run-test" to "make test"
...
Reviewed-by: erikj
2018-10-31 09:30:24 +01:00
Erik Joelsson
8b98cc3722
8213005: Missing symbols in hs_err files on Windows after JDK-8212028
...
Reviewed-by: ctornqvi
2018-10-25 16:47:14 -07:00