diff options
| author | Enrico Granata <egranata@apple.com> | 2013-11-01 18:48:03 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2013-11-01 18:48:03 +0000 |
| commit | e397a94c5dcaeead4ae3325d507dbca68fbcc702 (patch) | |
| tree | 8cce35825e324bd30da2ca93a5dd709521303fa7 /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | f0bc1ec767967aef98c339bd6b4f256aebee7853 (diff) | |
| download | bcm5719-llvm-e397a94c5dcaeead4ae3325d507dbca68fbcc702.tar.gz bcm5719-llvm-e397a94c5dcaeead4ae3325d507dbca68fbcc702.zip | |
<rdar://problem/15368142>
For this test case, one needs to get the name of the symbol since we don't have debug info to generate an SBFunction
llvm-svn: 193879
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index d8040f11742..a7ef5987adf 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -39,7 +39,6 @@ class SBBreakpointCallbackCase(TestBase): @skipIfFreeBSD # llvm.org/pr16696 @skipIfi386 @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11 - @unittest2.skipUnless(sys.platform.startswith("darwin")==False, "skip on Darwin") def test_sb_api_listener_event_process_state(self): """ Test that a registered SBListener receives events when a process changes state. |

