File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
import struct
5
5
6
6
import lldb
7
+ from lldbsuite .test .decorators import *
7
8
import lldbsuite .test .lldbutil as lldbutil
8
9
from lldbsuite .test .lldbtest import *
9
10
@@ -34,6 +35,7 @@ def getUUID(aoutuuid):
34
35
1 - A stripped binary with it's corresponding unstripped binary:
35
36
2 - A stripped binary with a corresponding --only-keep-debug symbols file
36
37
"""
38
+ @skipUnlessPlatform (["linux" , "freebsd" ])
37
39
class DebugInfodTests (TestBase ):
38
40
# No need to try every flavor of debug inf.
39
41
NO_DEBUG_INFO_TESTCASE = True
Original file line number Diff line number Diff line change 7
7
import struct
8
8
9
9
import lldb
10
+ from lldbsuite .test .decorators import *
10
11
import lldbsuite .test .lldbutil as lldbutil
11
12
from lldbsuite .test .lldbtest import *
12
13
@@ -36,6 +37,7 @@ def getUUID(aoutuuid):
36
37
2 - A stripped, split binary target with an unstripped binary and a DWP file
37
38
3 - A stripped, split binary target with an --only-keep-debug symbols file and a DWP file
38
39
"""
40
+ @skipUnlessPlatform (["linux" , "freebsd" ])
39
41
class DebugInfodDWPTests (TestBase ):
40
42
# No need to try every flavor of debug inf.
41
43
NO_DEBUG_INFO_TESTCASE = True
You can’t perform that action at this time.
0 commit comments