summaryrefslogtreecommitdiff
path: root/testing/smoketests.html
diff options
context:
space:
mode:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-08 00:13:50 +0000
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-08 00:13:50 +0000
commit03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8 (patch)
treed5410eb810b1409fbb46139caa472460612e5852 /testing/smoketests.html
parentcdc33b38088e6435393b86808b6833d09ea4aa73 (diff)
downloadopenocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.tar.gz
openocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.tar.bz2
openocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.tar.xz
openocd+libswd-03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8.zip
Change most in-tree references from SVN to GIT.
Also, talk about "mainline" not "trunk". The release.txt and release.sh files need more updates. git-svn-id: svn://svn.berlios.de/openocd/trunk@2825 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/smoketests.html')
-rw-r--r--testing/smoketests.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/testing/smoketests.html b/testing/smoketests.html
index 77b22a70..459f8bf6 100644
--- a/testing/smoketests.html
+++ b/testing/smoketests.html
@@ -4,7 +4,8 @@
<body>
<h1>OpenOCD smoketest results</h1>
- These tests can be performed on any JTAG device as long as they are executed using the unmodified code from SVN.
+ These tests can be performed on any JTAG device as long as they are
+ executed using the unmodified code from git.
<p>The latest version in which the test is known to have passed is in the table below.</p>
<h2>Vocabulary</h2>
<table border="1">
@@ -282,10 +283,20 @@
<p></p>
<hr>
<h1>Policy on removing features from OpenOCD</h1>
- If a feature in OpenOCD is known to be broken and nobody has submitted a fix and the feature is causing trouble for maintainence, it can be removed from OpenOCD trunk. The threshold for temporarily removing something from OpenOCD trunk is low to ease maintainence and place the burden of maintainence on those that care about a feature.
- <p>Note that code is never deleted from OpenOCD svn, it remains in svn so if somebody sees a feature removed that they would like kept, they have but to port and fix that feature back up to main trunk. This document can be helpful in this regard in that the latest working version and the known broken version may be listed.</p>
+ If a feature in OpenOCD is known to be broken and nobody has submitted
+ a fix and the feature is causing trouble for maintainence, it can be
+ removed from OpenOCD mainline. The threshold for temporarily removing
+ something from OpenOCD mainline is low to ease maintainence and place the burden of maintainence on those that care about a feature.
+ <p>Note that code is never deleted from OpenOCD git, it remains in the
+ repository so if somebody sees a feature removed that they would like
+ kept, they have but to port and fix that feature back up to main
+ mainline. This document can be helpful in this regard in that the latest working version and the known broken version may be listed.</p>
<h1>Policy on adding features from OpenOCD</h1>
- To add a feature to OpenOCD, generally it should not break any existing features and it should be functional and the code reasonably readable and useful to others in the OpenOCD community. The code does not have to be completed. Work in progress is fine for OpenOCD trunk.
+ To add a feature to OpenOCD, generally it should not break any
+ existing features and it should be functional and the code reasonably
+ readable and useful to others in the OpenOCD community. The code does
+ not have to be completed. Work in progress is fine for OpenOCD
+ mainline.
<p>Also new tests should be defined. Note that the code does not have to pass all the tests. In fact it can be helpful to have tests to describe facets that really should be working, but aren't done yet. </p>
<hr>
<h1>ocd4 - ARM7 debugging<a name="test_ocd4"></a></h1>
@@ -320,4 +331,4 @@
<p></p>
</body>
-</html> \ No newline at end of file
+</html>