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.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181913 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/linux/builtin_trap/TestBuiltinTrap.py b/test/linux/builtin_trap/TestBuiltinTrap.py
index 2e807fa..ef4e370 100644
--- a/test/linux/builtin_trap/TestBuiltinTrap.py
+++ b/test/linux/builtin_trap/TestBuiltinTrap.py
@@ -21,7 +21,7 @@
self.builtin_trap_unwind()
@dwarf_test
- @expectedFailureGcc # PR-15936: LLDB is omits a function that contains an
+ @expectedFailureGcc # llvm.org/pr15936: LLDB is omits a function that contains an
# illegal opcode from backtraces. This
# failure is GCC 4.6 specific.
def test_with_dwarf_and_run_command(self):