summaryrefslogtreecommitdiff
path: root/cts/common/cts.rc
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/cts.rc')
-rw-r--r--cts/common/cts.rc10
1 files changed, 8 insertions, 2 deletions
diff --git a/cts/common/cts.rc b/cts/common/cts.rc
index ec9bab76af..5154eb80e2 100644
--- a/cts/common/cts.rc
+++ b/cts/common/cts.rc
@@ -3,8 +3,14 @@
* found in the LICENSE file.
*/
-/* This file is included by cts_common.h as an enumeration of error codes. */
+/*
+ * This file is included by cts_common.h as an enumeration of error codes,
+ * as well as being processed by cts.py to get error code names.
+ * cts.py depends on CTS_RC_SUCCESS being the first error code listed so
+ * that its value
+ * is 0 when enumerated
+ */
+
CTS_RC_SUCCESS,
CTS_RC_FAILURE,
CTS_RC_BAD_SYNC,
-CTS_RC_UNKNOWN