diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-05-15 18:48:32 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-05-15 18:48:32 +0000 |
| commit | e8bdd1f5c05fb617354bca8ce3c8bc933b00d350 (patch) | |
| tree | f474c4656273c8dd864482fe70dbb4e660f18993 /lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py | |
| parent | 5c42d8a87ca7e3744c42926092444994595a688e (diff) | |
| download | bcm5719-llvm-e8bdd1f5c05fb617354bca8ce3c8bc933b00d350.tar.gz bcm5719-llvm-e8bdd1f5c05fb617354bca8ce3c8bc933b00d350.zip | |
Clean up linux test decorators and add links to known bugs
- s/skipOnLinux/skipIfLinux/ to match style of every other decorator
- linkify bugizilla/PR numbers in comments
No intended change in functionality.
llvm-svn: 181913
Diffstat (limited to 'lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py')
| -rw-r--r-- | lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py index 019d60898b1..73f9d34652f 100644 --- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py +++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py @@ -18,7 +18,7 @@ class ConvenienceVariablesCase(TestBase): self.convenience_variables() @dwarf_test - @skipOnLinux # llvm.org/pr14637: this test case fails sometimes because the input prompt "(lldb)" is missing + @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() |

