The JavaTest harness (or jtreg) is a regression tests framework specifically designed by Sun Microsystems to test the reference Java platform implementation.[2]
| jtreg | |
|---|---|
| Developer | Oracle Corporation |
| Stable release | |
| Written in | Java |
| Operating system | Cross-platform |
| Platform | Java Virtual Machine |
| License | GPL+linking exception |
| Website | openjdk |
Although jtreg was originally designed to execute Technology Compatibility Kit (TCK) compliance tests, it is not designed to check compliance of a particular Java implementation to the specification, but to test any regressions' suite for the Java platform.[2]
History
editUse in OpenJDK
editOpenJDK, the open-source implementation of the Java programming language[5] encourages the use of jtreg tests for patch submissions.[6]
See also
editReferences
edit- ↑ "jtreg 4.1 download". OpenJDK community. Retrieved 2015-12-30.[permanent dead link]
- 1 2 3 "jtreg FAQ". Oracle Corporation. Retrieved 2011-05-08.
- ↑ Gibbons, Jonathan (2006-11-13). "wwwww.jtreg: The Who What Where When Why of jtreg". Retrieved 2011-05-08.
- ↑ Gibbons, Jonathan (2010-05-27). "jtreg 4.1". Retrieved 2011-05-08.
- ↑ "OpenJDK Legal Documents". Sun Microsystems.
- ↑ "Regression Test Harness for the OpenJDK platform: jtreg". Retrieved 2008-08-26.