Test infrastructure needs trap handlers.
Status: Abandoned
Brought to you by:
mdwood-intel
It would be nice to have signal or trap handlers that would note any exception that occurs and either (1) move on with the next test or (2) discontinue testing. A try/catch mechanism would be nice, or a signal() handler.
Severity: Enhancement request.
Workaround: MS Dev Studio is your trap handler.
It is unlikely that trap handler resources would implemented in the pre-OS version. Any implemenation of a trap handle will have to address the goal of cross-platform coding (i.e. UNIX).
### 312_596 ###