diff options
| author | Pavel Labath <labath@google.com> | 2015-06-25 15:25:30 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-06-25 15:25:30 +0000 |
| commit | ecc728bde9a75d1e67e0693bc21afbeb564fcf27 (patch) | |
| tree | df94a1b7db8018a24611095e73c6aff65da5b8d0 /lldb/test/python_api | |
| parent | 09d74b714047cdcc3695af00b2bd51721a27885b (diff) | |
| download | bcm5719-llvm-ecc728bde9a75d1e67e0693bc21afbeb564fcf27.tar.gz bcm5719-llvm-ecc728bde9a75d1e67e0693bc21afbeb564fcf27.zip | |
Update TestPrintStackTraces XFAIL once more
it seems the failure happens also with clang. The main thing which triggers the failure is
architecture.
llvm-svn: 240652
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py index d70417c937a..ce0293b0f9b 100644 --- a/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py +++ b/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py @@ -18,7 +18,7 @@ class ThreadsStackTracesTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.cpp', '// Set break point at this line.') - @expectedFailureAll("llvm.org/pr23043", ["linux"], "gcc", archs=["i386"]) # We are unable to produce a backtrace of the main thread when the thread is blocked in fgets + @expectedFailureAll("llvm.org/pr23043", ["linux"], archs=["i386"]) # We are unable to produce a backtrace of the main thread when the thread is blocked in fgets @python_api_test def test_stack_traces(self): """Test SBprocess and SBThread APIs with printing of the stack traces.""" |

