You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
2.3 KiB

  1. <html>
  2. <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  3. <body>
  4. <h1>Release testing</h1>
  5. A release test must be done on code committed to git.
  6. Commit, then test. That way one can know for sure *what* code was actually tested.
  7. <p>
  8. Note that this testing document does not have anything to do with testing that is done
  9. before committing to git. It is a test document for released code. Pre-commit testing
  10. is done mostly by the developer who has written the change. Sometimes code is committed
  11. to synchronize work, even if it has known problems. Release testing is
  12. done on code believed to be stable, often a couple of weeks old, and not by
  13. the developers, but rather users and community testers who has the requisite hardware
  14. and test setup. Also the testing will take place over an extended period of time.
  15. <p>
  16. All of the above makes it imperative that there can be no doubt about *which* code
  17. is tested and thus all tests refer to committed code by subversion number.
  18. <h1>Release procedure</h1>
  19. OpenOCD mainline is work in progress.
  20. Expect it to change daily and to have some quirks.
  21. <p>If you need the latest released and tested version, look for binary snapshots of OpenOCD. Worst case look up the test result table below for the features that are important to you and extract and build the version that has the right cocktail of working features for you. You can also work with the community to address the problems you are seing. Testing work and bug reports are highly appreciated.</p>
  22. <p>The OpenOCD community may decide to create release branches. If
  23. this happens, then a branch will be created from OpenOCD mainline.
  24. The particular version to create that branch might be an older version
  25. rather than the latest and greatest. Fixes are then ported to that
  26. release branch from OpenOCD mainline.</p>
  27. <hr>
  28. <h2>OpenOCD smoketests</h2>
  29. This is a set of tests that exercise the entire OpenOCD system and various targets. It
  30. is a small suite of systemwide smoketests.
  31. <p>
  32. <a href="smoketests.html">Smoketests</a>
  33. <h2>Test cases</h2>
  34. Additionally OpenOCD has test cases that target specific functionality more precisely.
  35. <p>
  36. A full release test must include both smoketests and unit testing.
  37. <p>
  38. <a href="testcases.html">Test cases</a>
  39. </body>
  40. </html>