jdk-24/test/hotspot/jtreg/vmTestbase
Igor Ignatyev 2e0bda002d 8199371: [TESTBUG] Open source vm testbase JDWP tests
Reviewed-by: sspitsyn, mseledtsov
2018-05-30 20:54:45 -07:00
..
gc 8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.) 2018-05-18 12:45:05 -07:00
heapdump 8202392: [TESTBUG] open source vm testbase heapdump tests 2018-05-15 11:28:29 -07:00
metaspace 8199257: [TESTBUG] Open source VM testbase metaspace tests 2018-05-22 13:05:22 -07:00
nsk 8199371: [TESTBUG] Open source vm testbase JDWP tests 2018-05-30 20:54:45 -07:00
vm 8203183: vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java times out 2018-05-24 13:04:33 -04:00
ExecDriver.java 8199643: [TESTBUG] Open source common VM testbase code 2018-04-30 18:10:24 -07:00
PropertyResolvingWrapper.java 8199643: [TESTBUG] Open source common VM testbase code 2018-04-30 18:10:24 -07:00
README.md 8199643: [TESTBUG] Open source common VM testbase code 2018-04-30 18:10:24 -07:00

VM Testbase landing

This directory serves as a temporary landing place for tests converted from so-called VM testbase. Most of these tests have been written a long time ago, don't meet modern coding standards, guidelines and are in need of reworking. Eventually, all the tests located here should be reworked and moved accordingly to regular JTReg test suite directory layout convention, i.e. following the same layout as product code as close as possible.

New tests must not be added into this directory.