summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-09-25 19:43:18 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-09-25 19:43:18 +0000
commit46a72bb3bf64532088441dfdd78799fad21b9d41 (patch)
tree3e28a284d56609b2445517af98d063afeb8427c6 /lldb/test/functionalities
parentb7c5f7426456bcc119c94aec3bb20a8e523c32cb (diff)
downloadbcm5719-llvm-46a72bb3bf64532088441dfdd78799fad21b9d41.tar.gz
bcm5719-llvm-46a72bb3bf64532088441dfdd78799fad21b9d41.zip
Enable tests affected by llvm.org/pr14637
- to verify that r191392 has the desired effect llvm-svn: 191396
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/completion/TestCompletion.py1
-rw-r--r--lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py1
-rw-r--r--lldb/test/functionalities/single-quote-in-filename-to-lldb/TestSingleQuoteInFilename.py1
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/functionalities/completion/TestCompletion.py b/lldb/test/functionalities/completion/TestCompletion.py
index 2e268b93c87..2017a3090f4 100644
--- a/lldb/test/functionalities/completion/TestCompletion.py
+++ b/lldb/test/functionalities/completion/TestCompletion.py
@@ -34,7 +34,6 @@ class CommandLineCompletionTestCase(TestBase):
self.complete_from_to('process attach --con', 'process attach --continue ')
# <rdar://problem/11052829>
- @skipIfLinux # llvm.org/pr14637: this test case fails (with GCC 4.6 but not clang) because the input prompt "(lldb)" is missing
def test_infinite_loop_while_completing(self):
"""Test that 'process print hello\' completes to itself and does not infinite loop."""
self.complete_from_to('process print hello\\', 'process print hello\\',
diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
index e23cde783be..57cc71f12a2 100644
--- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
+++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
@@ -19,7 +19,6 @@ class ConvenienceVariablesCase(TestBase):
@dwarf_test
@skipIfFreeBSD # llvm.org/pr17228
- @skipIfLinux # llvm.org/pr14637: 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 9b0be67fa05..eb7abc27653 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,7 +23,6 @@ class SingleQuoteInCommandLineTestCase(TestBase):
except:
pass
- @skipIfLinux # llvm.org/pr14637: 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()
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
index b7140825447..2710cf92c7d 100644
--- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
+++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
@@ -21,7 +21,6 @@ class StopHookForMultipleThreadsTestCase(TestBase):
self.stop_hook_multiple_threads()
@dwarf_test
- @skipIfLinux # llvm.org/pr14637 prompt disappears due to libedit bug. disabling until we upgrade libedit package on buildbot
def test_stop_hook_multiple_threads_with_dwarf(self):
"""Test that lldb stop-hook works for multiple threads."""
self.buildDwarf(dictionary=self.d)
OpenPOWER on IntegriCloud