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:
@@ -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
|
||||
|
||||
/*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user