summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-16 00:48:58 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-16 00:48:58 +0000
commitf79b07678324adcd861bbcd900de12ad69e422fa (patch)
treeb469698f42cbc0bc7d3d37c66ee409804d7820fd
parent6fdfc7e4435f55de613065a6fc6b8a937f3f3085 (diff)
downloadbcm5719-llvm-f79b07678324adcd861bbcd900de12ad69e422fa.tar.gz
bcm5719-llvm-f79b07678324adcd861bbcd900de12ad69e422fa.zip
Forgot to initialize the self.__skipped__ attribute lldbtest.Base.
llvm-svn: 137696
-rw-r--r--lldb/test/lldbtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py
index 2adefca0aca..c8c1142f451 100644
--- a/lldb/test/lldbtest.py
+++ b/lldb/test/lldbtest.py
@@ -518,6 +518,8 @@ class Base(unittest2.TestCase):
self.__expected__ = False
# We are also interested in unexpected success.
self.__unexpected__ = False
+ # And skipped tests.
+ self.__skipped__ = False
# See addTearDownHook(self, hook) which allows the client to add a hook
# function to be run during tearDown() time.
OpenPOWER on IntegriCloud