Giacomo Travaglini has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/30216 )
Change subject: ext: Remove unused Exceptions/functions
......................................................................
ext: Remove unused Exceptions/functions
JIRA: https://gem5.atlassian.net/projects/GEM5/issues/GEM5-533
Change-Id: I722185e890e25ad04271b476c4d1ffa722cade62
Signed-off-by: Giacomo Travaglini <[email protected]>
---
M ext/testlib/test_util.py
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/ext/testlib/test_util.py b/ext/testlib/test_util.py
index 5a0c0a8..c5770c8 100644
--- a/ext/testlib/test_util.py
+++ b/ext/testlib/test_util.py
@@ -31,21 +31,6 @@
import testlib.helper as helper
import testlib.runner as runner_mod
-class TestingException(Exception):
- '''Common ancestor for manual Testing Exceptions.'''
-class TestFailException(TestingException):
- '''Signals that a test has failed.'''
-class TestSkipException(TestingException):
- '''Signals that a test has been skipped.'''
-
-def fail(message):
- '''Cause the current test to fail with the given message.'''
- raise TestFailException(message)
-
-def skip(message):
- '''Cause the current test to skip with the given message.'''
- raise TestSkipException(message)
-
class TestCase(object):
'''
Base class for all tests.
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30216
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I722185e890e25ad04271b476c4d1ffa722cade62
Gerrit-Change-Number: 30216
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s