Weijun Wang
|
b5922c3b86
|
8305846: Support compilation in Proc test utility
Reviewed-by: valeriep
|
2023-05-05 20:03:11 +00:00 |
|
Leonid Mesnik
|
64ac9a05e8
|
8306946: jdk/test/lib/process/ProcessToolsStartProcessTest.java fails with "wrong number of lines in OutputAnalyzer output"
Reviewed-by: dholmes
|
2023-05-04 01:10:54 +00:00 |
|
Leonid Mesnik
|
2e340e855b
|
8233725: ProcessTools.startProcess() has output issues when using an OutputAnalyzer at the same time
Reviewed-by: cjplummer, sspitsyn
|
2023-04-26 14:53:33 +00:00 |
|
Christian Stein
|
2763cf14e6
|
8304896: Update to use jtreg 7.2
Reviewed-by: erikj, lmesnik, iris
|
2023-04-24 15:36:19 +00:00 |
|
Leonid Mesnik
|
8d2ebf248e
|
8303697: ProcessTools doesn't print last line of process output
Reviewed-by: dholmes, stuefe
|
2023-03-17 13:45:41 +00:00 |
|
Kosta Stojiljkovic
|
36995c5a75
|
8304242: CPUInfoTest fails because "serialize" CPU feature is not known
Reviewed-by: kvn, sviswanathan, thartmann
|
2023-03-17 06:20:24 +00:00 |
|
Kim Barrett
|
f1d76fa925
|
8302262: Remove -XX:SuppressErrorAt develop option
Reviewed-by: stuefe, dholmes, tschatzl
|
2023-02-15 00:44:02 +00:00 |
|
Varada M
|
cb8107303e
|
8300139: [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Reviewed-by: dholmes, stuefe
|
2023-02-13 11:12:36 +00:00 |
|
Christian Stein
|
2cdc019565
|
8298178: Update to use jtreg 7.1.1
Reviewed-by: erikj
|
2022-12-06 20:51:06 +00:00 |
|
Christian Stein
|
c70d1e1bd3
|
8296710: Update to use jtreg 7.1
Reviewed-by: erikj, alanb, jjg
|
2022-12-01 16:49:40 +00:00 |
|
Volodymyr Paprotski
|
f12710e938
|
8288047: Accelerate Poly1305 on x86_64 using AVX512 instructions
Reviewed-by: sviswanathan, vlivanov
|
2022-11-21 21:01:25 +00:00 |
|
Vladimir Kozlov
|
e122321cb5
|
8295844: jdk/test/whitebox/CPUInfoTest.java failed with "not all features are known: expected true, was false"
Reviewed-by: tschatzl, dnsimon
|
2022-10-24 19:11:56 +00:00 |
|
Joshua Cao
|
f872467d69
|
8255746: Make PrintCompilation available on a per method level
Reviewed-by: chagedorn, kvn, xliu
|
2022-10-19 19:40:18 +00:00 |
|
Joshua Cao
|
3dbc38a2c9
|
8295288: Some vm_flags tests associate with a wrong BugID
Reviewed-by: phh
|
2022-10-14 13:36:12 +00:00 |
|
Smita Kamath
|
07946aa49c
|
8289552: Make intrinsic conversions between bit representations of half precision values and floats
Reviewed-by: kvn, sviswanathan, jbhateja
|
2022-10-11 17:06:19 +00:00 |
|
Christian Stein
|
1ee59adcfe
|
8289798: Update to use jtreg 7
Reviewed-by: ihse, jpai
|
2022-09-07 15:13:35 +00:00 |
|
Coleen Phillimore
|
0c37008917
|
8275662: remove test/lib/sun/hotspot
Reviewed-by: mseledtsov, sspitsyn, lmesnik
|
2022-07-11 13:07:03 +00:00 |
|
Coleen Phillimore
|
e7795851d2
|
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
Reviewed-by: lmesnik, dholmes
|
2022-07-08 15:55:14 +00:00 |
|
Roger Riggs
|
fdc8455c45
|
8288495: [test] Make OutputAnalyzer exception more informative
Reviewed-by: lmesnik, naoto, jpai, dholmes
|
2022-06-24 13:46:32 +00:00 |
|
Jatin Bhateja
|
6f6486e977
|
8284960: Integration of JEP 426: Vector API (Fourth Incubator)
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Smita Kamath <svkamath@openjdk.org>
Co-authored-by: Joshua Zhu <jzhu@openjdk.org>
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Reviewed-by: ngasson, vlivanov, mcimadamore, jlahoda, kvn
|
2022-05-31 16:02:09 +00:00 |
|
Matthias Baesken
|
de8f4d01b2
|
8286191: misc tests fail due to JDK-8285987
Reviewed-by: rriggs
|
2022-05-10 07:44:20 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Roger Riggs
|
7022543fcf
|
8286195: ProblemList test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java
Reviewed-by: dcubed, lancea
|
2022-05-05 14:45:14 +00:00 |
|
Sibabrata Sahoo
|
0462d5a252
|
8285452: Add a new test library API to replace a file content using FileUtils.java
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: weijun, dfuchs
|
2022-05-04 06:56:16 +00:00 |
|
Fei Yang
|
5905b02c0e
|
8276799: Implementation of JEP 422: Linux/RISC-V Port
Co-authored-by: Yadong Wang <yadonn.wang@huawei.com>
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Co-authored-by: Feilong Jiang <jiangfeilong@huawei.com>
Co-authored-by: Kun Wang <wangkun49@huawei.com>
Co-authored-by: Zhuxuan Ni <nizhuxuan@huawei.com>
Co-authored-by: Taiping Guo <guotaiping1@huawei.com>
Co-authored-by: Kang He <hekang6@huawei.com>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Xiaolin Zheng <yunyao.zxl@alibaba-inc.com>
Co-authored-by: Kuai Wei <kuaiwei.kw@alibaba-inc.com>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: ihse, dholmes, rriggs, kvn, shade
|
2022-03-24 09:22:46 +00:00 |
|
Chris Plummer
|
16e0ad0ad0
|
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
Reviewed-by: dholmes, kevinw
|
2022-01-26 18:06:05 +00:00 |
|
Roger Riggs
|
03f647f4bb
|
8278028: [test-library] Warnings cleanup of the test library
Reviewed-by: dfuchs, mchung, naoto, lancea, lmesnik
|
2021-12-14 19:54:54 +00:00 |
|
Weijun Wang
|
c24fb852f2
|
8275512: Upgrade required version of jtreg to 6.1
Reviewed-by: ihse, iignatyev, joehw, lancea, jjg, mchung
|
2021-10-19 21:04:14 +00:00 |
|
Igor Veresov
|
673ce7efa5
|
8272873: C2: Inlining should not depend on absolute call site counts
Reviewed-by: kvn, vlivanov, dlong
|
2021-08-26 00:17:15 +00:00 |
|
Igor Ignatyev
|
ada58d13f7
|
8067223: [TESTBUG] Rename Whitebox API package
Reviewed-by: dholmes, kvn
|
2021-08-02 20:44:18 +00:00 |
|
Daniel D. Daugherty
|
76fdf2c89b
|
8268146: fix for JDK-8266254 fails validate-source
Reviewed-by: psandoz, wetmore
|
2021-06-02 21:50:43 +00:00 |
|
Jonathan Gibbons
|
3482cb87fd
|
8266254: Update to use jtreg 6
8265020: tests must be updated for new TestNG module name
Reviewed-by: lancea, erikj, mchung, naoto, alanb, iris, chegar
|
2021-06-02 21:20:12 +00:00 |
|
Vladimir Ivanov
|
2a2f105a56
|
8267117: sun/hotspot/whitebox/CPUInfoTest.java fails on Ice Lake
Reviewed-by: kvn
|
2021-05-13 23:26:35 +00:00 |
|
Weijun Wang
|
381de0c1d0
|
8266753: jdk/test/lib/process/ProcTest.java failed with "Exception: Proc abnormal end"
Reviewed-by: dfuchs
|
2021-05-11 15:22:52 +00:00 |
|
Weijun Wang
|
c70589c68c
|
8265227: Move Proc.java from security/testlibrary to test/lib
Reviewed-by: rriggs, xuelei, rhalade, ssahoo
|
2021-04-15 15:07:47 +00:00 |
|
Roger Riggs
|
788e30c154
|
8263320: [test] Add Object Stream Formatter to work with test utility HexPrinter
Reviewed-by: chegar
|
2021-03-18 21:26:46 +00:00 |
|
Igor Ignatyev
|
a7aba2b61c
|
8263549: 8263412 can cause jtreg testlibrary split
Reviewed-by: iklam, dcubed
|
2021-03-13 14:51:53 +00:00 |
|
Roger Riggs
|
a023b93712
|
8255394: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with ---illegal-access=deny
Reviewed-by: alanb, weijun
|
2020-10-27 18:17:57 +00:00 |
|
Evgeny Nikitin
|
52e45a3677
|
8229186: Improve error messages for TestStringIntrinsics failures
Reviewed-by: iignatyev, lmesnik
|
2020-10-09 16:48:49 +00:00 |
|
Roger Riggs
|
38159d52d4
|
8253876: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with "AssertionError: Lines expected [126] but found [202]"
Reviewed-by: shade, lancea
|
2020-10-07 18:36:14 +00:00 |
|
Igor Ignatyev
|
ac772cd916
|
8253750: use build-stable default seed for Utils.RANDOM_GENERATOR
Reviewed-by: rriggs
|
2020-10-06 20:35:34 +00:00 |
|
Roger Riggs
|
05a764f4ff
|
8253883: Problem list jdk/test/lib/hexdump/ASN1Formatter on Windows
Reviewed-by: lancea
|
2020-09-30 23:45:08 +00:00 |
|
Igor Veresov
|
79d70f6b51
|
8253869: sun/hotspot/whitebox/CPUInfoTest.java fails after JDK-8239090
Reviewed-by: mikael
|
2020-09-30 21:49:16 +00:00 |
|
Roger Riggs
|
092c227721
|
8252523: Add ASN.1 Formatter to work with test utility HexPrinter
Reviewed-by: weijun
|
2020-09-30 20:42:39 +00:00 |
|
Igor Ignatyev
|
338dd21cfe
|
8247725: move two tests for whitebox from test/hotspot/jtreg/sanity to test/lib-test
Reviewed-by: dcubed
|
2020-06-17 07:40:11 -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 |
|
Roger Riggs
|
6c3c3dad97
|
8247521: (test) jdk/test/lib/hexdump/HexPrinterTest.java fails on windows
Reviewed-by: iignatyev, joehw
|
2020-06-15 11:57:33 -04:00 |
|
Roger Riggs
|
120a0d116a
|
8247274: (test) HexPrinter cleanup
Reviewed-by: lancea
|
2020-06-10 14:51:28 -04:00 |
|
Igor Ignatyev
|
e47b2bc8c3
|
8246387: switch to jtreg 5.1
Reviewed-by: dholmes, erikj
|
2020-06-10 10:47:40 -07:00 |
|
Roger Riggs
|
bdf672659c
|
8243010: Test support: Customizable Hex Printer
Reviewed-by: lancea, dfuchs, weijun
|
2020-04-16 15:45:37 -04:00 |
|