From c6301bfafb80970f14d82b1d22847bbadb09b838 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Thu, 21 Feb 2013 21:38:27 +0000 Subject: [PATCH] Skip another two test cases on Linux that are affected by llvm.org/pr14637 llvm-svn: 175801 --- .../functionalities/embedded_interpreter/TestConvenienceVariables.py | 1 + .../single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py | 1 + 2 files changed, 2 insertions(+) diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py index 3861ceb..4625098 100644 --- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py +++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py @@ -18,6 +18,7 @@ class ConvenienceVariablesCase(TestBase): self.convenience_variables() @dwarf_test + @skipOnLinux # PR-14637: this test case fails sometimes because the input prompt "(lldb)" is missing def test_with_dwarf_and_run_commands(self): """Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame.""" self.buildDwarf() diff --git a/lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py b/lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py index eb7abc2..3d6544e 100644 --- a/lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py +++ b/lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py @@ -23,6 +23,7 @@ class SingleQuoteInCommandLineTestCase(TestBase): except: pass + @skipOnLinux # PR-14637: this test case fails sometimes because the input prompt "(lldb)" is missing def test_lldb_invocation_with_single_quote_in_filename(self): """Test that 'lldb my_file_name' works where my_file_name is a string with a single quote char in it.""" self.buildDefault() -- 2.7.4