Skip another two test cases on Linux that are affected by llvm.org/pr14637
authorDaniel Malea <daniel.malea@intel.com>
Thu, 21 Feb 2013 21:38:27 +0000 (21:38 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 21 Feb 2013 21:38:27 +0000 (21:38 +0000)
llvm-svn: 175801

lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py

index 3861ceb..4625098 100644 (file)
@@ -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()
index eb7abc2..3d6544e 100644 (file)
@@ -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()