1671. [cleanup] Tests which only function in a threaded build

now return R:THREADONLY (rather than R:UNTESTED)
                        in a non-threaded build.
This commit is contained in:
Mark Andrews
2004-06-21 05:36:41 +00:00
parent 1bf8f4b77d
commit 1d8abe0521
5 changed files with 15 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.h,v 1.15 2004/03/05 05:13:59 marka Exp $ */
/* $Id: t_api.h,v 1.16 2004/06/21 05:36:40 marka Exp $ */
#ifndef TESTS_T_API_H
#define TESTS_T_API_H 1
@@ -37,6 +37,7 @@
#define T_UNRESOLVED 0x3
#define T_UNSUPPORTED 0x4
#define T_UNTESTED 0x5
#define T_THREADONLY 0x6
/*
*