diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-07-07 21:07:41 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-07-07 21:07:41 +0000 |
| commit | bf997d59eb4a785e94d0f74de92053f0d14bbcad (patch) | |
| tree | 68304d4f39ce71f4e352fbf404e6d2b1e873c27a | |
| parent | 1ce09294659566a3271ecfeb1aa8ef76a6b59d5a (diff) | |
| download | bcm5719-llvm-bf997d59eb4a785e94d0f74de92053f0d14bbcad.tar.gz bcm5719-llvm-bf997d59eb4a785e94d0f74de92053f0d14bbcad.zip | |
Marked TestLongjmp.py tests XFAIL for Linux.
See http://llvm.org/bugs/show_bug.cgi?id=20231
llvm-svn: 212488
| -rw-r--r-- | lldb/test/functionalities/longjmp/TestLongjmp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/functionalities/longjmp/TestLongjmp.py b/lldb/test/functionalities/longjmp/TestLongjmp.py index c7f3bf0a092..7898636e9df 100644 --- a/lldb/test/functionalities/longjmp/TestLongjmp.py +++ b/lldb/test/functionalities/longjmp/TestLongjmp.py @@ -17,6 +17,7 @@ class LongjmpTestCase(TestBase): @skipIfDarwin # llvm.org/pr16769: LLDB on Mac OS X dies in function ReadRegisterBytes in GDBRemoteRegisterContext.cpp @skipIfFreeBSD # llvm.org/pr17214 + @expectedFailureLinux("llvm.org/pr20231") def test_step_out(self): """Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-out.""" self.buildDefault() @@ -24,6 +25,7 @@ class LongjmpTestCase(TestBase): @skipIfDarwin # llvm.org/pr16769: LLDB on Mac OS X dies in function ReadRegisterBytes in GDBRemoteRegisterContext.cpp @skipIfFreeBSD # llvm.org/pr17214 + @expectedFailureLinux("llvm.org/pr20231") def test_step_over(self): """Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-over a longjmp.""" self.buildDefault() @@ -31,6 +33,7 @@ class LongjmpTestCase(TestBase): @skipIfDarwin # llvm.org/pr16769: LLDB on Mac OS X dies in function ReadRegisterBytes in GDBRemoteRegisterContext.cpp @skipIfFreeBSD # llvm.org/pr17214 + @expectedFailureLinux("llvm.org/pr20231") def test_step_back_out(self): """Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-out after thread step-in.""" self.buildDefault() |

