1672. [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 06:58:02 +00:00
parent 1b6cc725ef
commit fda92f1127
5 changed files with 14 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_api.h,v 1.14.206.1 2004/03/06 08:15:47 marka Exp $ */
/* $Id: t_api.h,v 1.14.206.2 2004/06/21 06:58:02 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
/*
*