diff options
Diffstat (limited to 'lldb/test/terminal/TestSTTYBeforeAndAfter.py')
-rw-r--r-- | lldb/test/terminal/TestSTTYBeforeAndAfter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/terminal/TestSTTYBeforeAndAfter.py b/lldb/test/terminal/TestSTTYBeforeAndAfter.py index a671bf52d39..d3acccafa3a 100644 --- a/lldb/test/terminal/TestSTTYBeforeAndAfter.py +++ b/lldb/test/terminal/TestSTTYBeforeAndAfter.py @@ -20,6 +20,7 @@ class CommandLineCompletionTestCase(TestBase): cls.RemoveTempFile("child_read2.txt") @expectedFailureHostWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @no_debug_info_test def test_stty_dash_a_before_and_afetr_invoking_lldb_command(self): """Test that 'stty -a' displays the same output before and after running the lldb command.""" import pexpect |