diff options
| author | Vince Harron <vharron@google.com> | 2015-03-05 21:35:28 +0000 |
|---|---|---|
| committer | Vince Harron <vharron@google.com> | 2015-03-05 21:35:28 +0000 |
| commit | 6caca38f684299d11f80ec4b3c5dfee5cc8f5785 (patch) | |
| tree | 2262c18a96fca87513735738832db77f1b127217 /lldb/test/python_api | |
| parent | fb0abceb5c7c46c73447d04060f345c69497e4e6 (diff) | |
| download | bcm5719-llvm-6caca38f684299d11f80ec4b3c5dfee5cc8f5785.tar.gz bcm5719-llvm-6caca38f684299d11f80ec4b3c5dfee5cc8f5785.zip | |
XFAIL tests that are known to fail occasionally on Linux
Trying to get the build green so we can notice new failures easier.
Differential Revision: http://reviews.llvm.org/D8039
llvm-svn: 231407
Diffstat (limited to 'lldb/test/python_api')
5 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/python_api/process/io/TestProcessIO.py b/lldb/test/python_api/process/io/TestProcessIO.py index 8181a94cfc2..2eb7c298a78 100644 --- a/lldb/test/python_api/process/io/TestProcessIO.py +++ b/lldb/test/python_api/process/io/TestProcessIO.py @@ -21,6 +21,7 @@ class ProcessIOTestCase(TestBase): @unittest2.skipIf(sys.platform.startswith("win32"), "stdio manipulation unsupported on Windows") @python_api_test @dwarf_test + @expectedFailureLinux # this test fails 7/100 dosep runs def test_stdin_by_api_with_dwarf(self): """Exercise SBProcess.PutSTDIN().""" self.buildDwarf() @@ -37,6 +38,7 @@ class ProcessIOTestCase(TestBase): @unittest2.skipIf(sys.platform.startswith("win32"), "stdio manipulation unsupported on Windows") @python_api_test @dwarf_test + @expectedFailureLinux # this test fails 4/100 dosep runs def test_stdin_redirection_with_dwarf(self): """Exercise SBLaunchInfo::AddOpenFileAction() for STDIN without specifying STDOUT or STDERR.""" self.buildDwarf() @@ -53,6 +55,7 @@ class ProcessIOTestCase(TestBase): @unittest2.skipIf(sys.platform.startswith("win32"), "stdio manipulation unsupported on Windows") @python_api_test @dwarf_test + @expectedFailureLinux # this test fails 2/100 dosep runs def test_stdout_redirection_with_dwarf(self): """Exercise SBLaunchInfo::AddOpenFileAction() for STDOUT without specifying STDIN or STDERR.""" self.buildDwarf() @@ -69,6 +72,7 @@ class ProcessIOTestCase(TestBase): @unittest2.skipIf(sys.platform.startswith("win32"), "stdio manipulation unsupported on Windows") @python_api_test @dwarf_test + @expectedFailureLinux # this test fails 5/100 dosep runs def test_stderr_redirection_with_dwarf(self): """Exercise SBLaunchInfo::AddOpenFileAction() for STDERR without specifying STDIN or STDOUT.""" self.buildDwarf() diff --git a/lldb/test/python_api/signals/TestSignalsAPI.py b/lldb/test/python_api/signals/TestSignalsAPI.py index fd2c820622d..804daefafe8 100644 --- a/lldb/test/python_api/signals/TestSignalsAPI.py +++ b/lldb/test/python_api/signals/TestSignalsAPI.py @@ -12,6 +12,7 @@ class SignalsAPITestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @python_api_test + @expectedFailureLinux # this test fails 1/100 dosep runs def test_ignore_signal(self): """Test Python SBUnixSignals.Suppress/Stop/Notify() API.""" self.buildDefault() diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index 6bba54344f9..22aa49c0fc7 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -24,6 +24,7 @@ class ChangeValueAPITestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureLinux # this test fails 6/100 dosep runs def test_change_value_with_dwarf(self): """Exercise the SBValue::SetValueFromCString API.""" d = {'EXE': self.exe_name} diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py index fcf774562d5..98ff4a8535d 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py @@ -32,6 +32,7 @@ class SetWatchlocationAPITestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureLinux # fails in 10/100 dosep runs def test_watch_location_with_dwarf(self): """Exercise SBValue.WatchPointee() API to set a watchpoint.""" self.buildDwarf() diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 955905679fd..f5310d615cc 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -32,6 +32,7 @@ class TargetWatchAddressAPITestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureLinux # failed 11/100 dosep runs def test_watch_address_with_dwarf(self): """Exercise SBTarget.WatchAddress() API to set a watchpoint.""" self.buildDwarf() |

