summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-08-06 15:00:23 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-08-06 15:00:23 +0000
commit14b3d361f85889f314fa574f0c6948641bf25cc3 (patch)
tree526ecf18ce68780827643018cd5e6730022a55d4 /lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
parentdebe686f05d383b4cc8b8cf0760423195152a5bd (diff)
downloadbcm5719-llvm-14b3d361f85889f314fa574f0c6948641bf25cc3.tar.gz
bcm5719-llvm-14b3d361f85889f314fa574f0c6948641bf25cc3.zip
Test compatibility improvements for ICC
- update TestThreadStepOut.py to work with Intel compilers - fix typo in TestConcurrentEvents llvm-svn: 187801
Diffstat (limited to 'lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py')
-rw-r--r--lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
index 6819ebe6a5a..5594d1ecb7f 100644
--- a/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
+++ b/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
@@ -508,7 +508,7 @@ class ConcurrentEventsTestCase(TestBase):
expected_signal_threads = num_delay_signal_threads + num_signal_threads
self.assertEqual(expected_signal_threads, self.signal_count,
- "Expected %d stops due to signal delivery, but got %d" % (expected_breakpoint_threads, self.signal_count))
+ "Expected %d stops due to signal delivery, but got %d" % (expected_signal_threads, self.signal_count))
expected_watchpoint_threads = num_delay_watchpoint_threads + num_watchpoint_threads
watchpoint_hit_count = self.thread_watchpoint.GetHitCount() if expected_watchpoint_threads > 0 else 0
OpenPOWER on IntegriCloud