X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=testing%2Findex.html;h=7cc653546021b56a5fafc501a390f02b31326f50;hp=1cd9e7fead6a67922e25876a8c6a6443f5d485a9;hb=691b4e0e017e7d5e8890e05079a6d21c24b50f01;hpb=55b4d9a984980f5d752f247199a6e516190e91e6 diff --git a/testing/index.html b/testing/index.html index 1cd9e7fead..7cc6535460 100644 --- a/testing/index.html +++ b/testing/index.html @@ -17,21 +17,21 @@ is tested and thus all tests refer to committed code by subversion number.

Release procedure

OpenOCD trunk is work in progress. Expect it to change daily and to have some quirks. -

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 seeing. Testing work and bug reports are highly appreciated.

+

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.

The OpenOCD community may decide to create release branches. If this happens, then a branch will be created from OpenOCD trunk. The particular version to create that branch might be an older version rather than the latest and greatest. Fixes are then ported to that release branch from OpenOCD trunk.

Vocabulary

- + - + - +
Passed versionThe latest version on which the test is known to pass.The latest branch and version on which the test is known to pass
Broken versionThe latest version on which the test is known to fail. n/a when older than passed version.The latest branch and version on which the test is known to fail. n/a when older than passed version.
IDA unique ID to refer to a test. The unique numbers are maintained in this file.A unqiue ID to refer to a test. The unique numbers are maintained in this file. Note that the same test can be run on different hardware/interface. Each combination yields a unique id.

@@ -41,151 +41,151 @@

The latest version in which the test is known to have passed is in the table below.

- + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + +
IDUnique ID Synopsis JTAG device Passed version Broken version
fill_mallocfill_malloc Fill malloc() memory with garbagen/an/an/an/an/an/a
ocd1ocd1 Telnet Windowsn/an/an/an/an/an/a
ocd2ocd2 Telnet Linuxn/an/an/an/an/an/a
ocd3ocd3 Telnet Cygwinn/an/an/an/an/an/a
ocd4ocd4 ARM7 debuggingn/an/an/an/an/an/a
xscale1xscale1 XScale debuggingn/an/an/abitbangxscale-ipe-be 207trunk
xscale2XScale MMUn/an/an/axscale2XScale debuggingfs2232n/an/a
bdte-ramstr710 RAM debuggingJTAGkey423n/abdte-ram1str710 ram debuggingJTAGkey459n/a
bdte-romstr710 ROM debuggingJTAGkey423n/abdte-rom2str710 rom debuggingJTAGkey459n/a
bdte-ramstr912 RAM debuggingJTAGkey423n/abdte-ram3str912 ram debuggingJTAGkey459n/a
bdte-romstr912 ROM debuggingJTAGkey423n/abdte-rom4str912 rom debuggingJTAGkey459n/a
bdte-ramlpc2148 RAM debuggingJTAGkey423n/abdte-ram5lpc2148 ram debuggingJTAGkey459n/a
bdte-romlpc2148 ROM debuggingJTAGkey423n/abdte-rom6lpc2148 rom debuggingJTAGkey459n/a
bdte-ramlpc2294 RAM debuggingJTAGkey423n/abdte-ram7lpc2294 ram debuggingJTAGkey459n/a
bdte-romlpc2294 ROM debuggingJTAGkey423n/abdte-rom8lpc2294 rom debuggingJTAGkey459n/a
bdte-ramsam7s256 RAM debuggingJTAGkey423n/abdte-ram9sam7s256 ram debuggingJTAGkey459n/a
bdte-romsam7s256 ROM debuggingJTAGkey423n/abdte-rom10sam7s256 rom debuggingJTAGkey459n/a
bdte-ramsam7x256 RAM debuggingJTAGkey423n/abdte-ram11sam7x256 ram debuggingJTAGkey459n/a
bdte-romsam7x256 ROM debuggingJTAGkey423n/abdte-rom12sam7x256 rom debuggingJTAGkey459n/a
bdte-ramat91r40008 RAM debuggingJTAGkey423n/abdte-ram13at91r40008 ram debuggingJTAGkey459n/a

@@ -197,32 +197,32 @@ ID Synopsis - Passed version - Broken version + Passed version + Broken version jtag1 Parport - n/a - n/a + n/a + n/a jtag2 JTAGkey - 432 - n/a + 459 + n/a jtag3 Turtelizer2 - 432 - n/a + 459 + n/a jtag4 add new one - n/a - n/a + n/a + n/a

@@ -236,6 +236,7 @@ r320 r420 r423 + r459 speed1 @@ -243,6 +244,7 @@ 93 64 93 + 93 speed2 @@ -250,6 +252,7 @@ n/a n/a n/a + n/a

@@ -257,12 +260,12 @@

Policy on removing features from OpenOCD

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.

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.

-

Policy on adding features to OpenOCD

+

Policy on adding features from OpenOCD

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.

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.


ocd4 - ARM7 debugging

- Connect to ARM7 device (any), use GDB load to load a program into RAM and single halt, resume and single step. + Connect to ARM7 device(any), use GDB load to load a program into RAM and single halt, resume and single step.

bdte-ram (Basic debugging test with Eclipse in RAM)

This test was made under Eclipse with the Zylin Embedded CDT plugin. For the GDB "Initialize commands" take a look in the examples/<target>/prj/eclipse_ram.gdb file.

@@ -282,4 +285,4 @@

- + \ No newline at end of file