diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2012-11-23 21:59:29 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2012-11-23 21:59:29 +0000 |
| commit | 93aec0f9a9c94320c373b417055dd5e356fb8e73 (patch) | |
| tree | 3d97c62fc19aaeda1cf23ca9f2c789cf335511d1 /lldb/test/python_api | |
| parent | 455fa35e511df0f06486796e5ba9a1e067171739 (diff) | |
| download | bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.tar.gz bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.zip | |
Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux
- skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426
Patch by Ashok Thirumurthi!
llvm-svn: 168529
Diffstat (limited to 'lldb/test/python_api')
7 files changed, 7 insertions, 0 deletions
diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py index 93bff1de51f..85cb61581bb 100644 --- a/lldb/test/python_api/thread/TestThreadAPI.py +++ b/lldb/test/python_api/thread/TestThreadAPI.py @@ -74,6 +74,7 @@ class ThreadAPITestCase(TestBase): self.setTearDownCleanup(dictionary=d) self.step_out_of_malloc_into_function_b(self.exe_name) + @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_step_out_of_malloc_into_function_b_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py index 124dec11cbd..e52665b64b3 100644 --- a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py +++ b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py @@ -28,6 +28,7 @@ class SetWatchpointAPITestCase(TestBase): self.buildDsym() self.do_set_watchpoint() + @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_watch_val_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py b/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py index ffe770852e5..e369ef54e69 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py @@ -28,6 +28,7 @@ class WatchpointIgnoreCountTestCase(TestBase): self.buildDsym() self.do_watchpoint_ignore_count() + @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_set_watch_ignore_count_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py index c6d37502ec3..f44864a8b70 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py @@ -28,6 +28,7 @@ class WatchpointIteratorTestCase(TestBase): self.buildDsym() self.do_watchpoint_iter() + @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_watch_iter_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index d3707bad21e..aac367a004e 100644 --- a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -33,6 +33,7 @@ class WatchpointConditionAPITestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.watchpoint_condition_api() + @expectedFailureLinux # bugzilla 14416 @dwarf_test def test_watchpoint_cond_api_with_dwarf(self): """Test watchpoint condition API.""" diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py index 2310fdc7489..454d7b81af1 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py @@ -30,6 +30,7 @@ class SetWatchlocationAPITestCase(TestBase): self.buildDsym() self.do_set_watchlocation() + @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_watch_location_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 407e7919d0d..fd0a1aa4fcc 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -30,6 +30,7 @@ class TargetWatchAddressAPITestCase(TestBase): self.buildDsym() self.do_set_watchaddress() + @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_watch_address_with_dwarf(self): |

