Skip to content

Commit 55172d2

Browse files
committed
dont skip darwin
1 parent 9f285f8 commit 55172d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/tools/lldb-dap/stackTrace-x86/TestDAP_source_x86.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"""
44

55
import lldbdap_testcase
6+
from lldbsuite.test import lldbplatformutil
67
from lldbsuite.test.decorators import skipUnlessArch, skipUnlessPlatform
78
from lldbsuite.test.lldbtest import line_number
89

910

1011
class TestDAP_stacktrace_x86(lldbdap_testcase.DAPTestCaseBase):
1112
@skipUnlessArch("x86_64")
12-
@skipUnlessPlatform(["linux"])
13+
@skipUnlessPlatform(["linux"] + lldbplatformutil.getDarwinOSTriples())
1314
def test_stacktrace_x86(self):
1415
"""
1516
Tests that lldb-dap steps through correctly and the source lines are correct in x86 assembly.

0 commit comments

Comments
 (0)