summaryrefslogtreecommitdiff
path: root/lib/common/CommonException.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-09-04 01:36:13 +0000
committerChris Wilson <chris+github@qwirx.com>2014-09-04 01:36:13 +0000
commita134f6eca8102400f41ae0a1e2e9ab3236b1649b (patch)
tree614ed773d8a00bc8d6c1c4a7c296877adfd878a2 /lib/common/CommonException.txt
parent426a506afd1ffb3bd67e61b4693ee9bb968097a1 (diff)
Backport Timers::Cleanup that's safe to use in test cleanup.
Allows it not to throw an exception if timers weren't initialised when cleanup was requested. Normally we want an exception thrown, but not while we're cleaning up a test that might have failed with timers uninitialised. More timers fixes after cleanup no-exception option. Merged back changes from the test refactor branch to reduce diffs.
Diffstat (limited to 'lib/common/CommonException.txt')
-rw-r--r--lib/common/CommonException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/CommonException.txt b/lib/common/CommonException.txt
index 05da2709..deca57ba 100644
--- a/lib/common/CommonException.txt
+++ b/lib/common/CommonException.txt
@@ -55,3 +55,4 @@ DatabaseRecordAlreadyExists 47 The database already contains a record with this
DatabaseRecordBadSize 48 The database contains a record with an invalid size
DatabaseIterateFailed 49 Failed to iterate over the database keys
ReferenceNotFound 50 The database does not contain an expected reference
+TimersNotInitialised 51 The timer framework should have been ready at this point