From e8bdd1f5c05fb617354bca8ce3c8bc933b00d350 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Wed, 15 May 2013 18:48:32 +0000 Subject: 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 --- lldb/test/python_api/thread/TestThreadAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/thread') diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py index 83b5155814d..4eb09c2a38f 100644 --- a/lldb/test/python_api/thread/TestThreadAPI.py +++ b/lldb/test/python_api/thread/TestThreadAPI.py @@ -74,7 +74,7 @@ class ThreadAPITestCase(TestBase): self.setTearDownCleanup(dictionary=d) self.step_out_of_malloc_into_function_b(self.exe_name) - @expectedFailureLinux # bugzilla 14416 + @expectedFailureLinux # llvm.org/pr14416 @python_api_test @dwarf_test def test_step_out_of_malloc_into_function_b_with_dwarf(self): -- cgit v1.2.3