aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-02-21 21:38:27 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-02-21 21:38:27 +0000
commitc6301bfafb80970f14d82b1d22847bbadb09b838 (patch)
treeac22a278ab49ef094774fd3d0d041b348cdee391
parent12ef4e59effbad1f76bbe0b5011d45e777436b4c (diff)
downloadllvm-c6301bfafb80970f14d82b1d22847bbadb09b838.zip
llvm-c6301bfafb80970f14d82b1d22847bbadb09b838.tar.gz
llvm-c6301bfafb80970f14d82b1d22847bbadb09b838.tar.bz2
Skip another two test cases on Linux that are affected by llvm.org/pr14637
llvm-svn: 175801
-rw-r--r--lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py1
-rw-r--r--lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py1
2 files changed, 2 insertions, 0 deletions
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()