We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f285f8 commit 55172d2Copy full SHA for 55172d2
lldb/test/API/tools/lldb-dap/stackTrace-x86/TestDAP_source_x86.py
@@ -3,13 +3,14 @@
3
"""
4
5
import lldbdap_testcase
6
+from lldbsuite.test import lldbplatformutil
7
from lldbsuite.test.decorators import skipUnlessArch, skipUnlessPlatform
8
from lldbsuite.test.lldbtest import line_number
9
10
11
class TestDAP_stacktrace_x86(lldbdap_testcase.DAPTestCaseBase):
12
@skipUnlessArch("x86_64")
- @skipUnlessPlatform(["linux"])
13
+ @skipUnlessPlatform(["linux"] + lldbplatformutil.getDarwinOSTriples())
14
def test_stacktrace_x86(self):
15
16
Tests that lldb-dap steps through correctly and the source lines are correct in x86 assembly.
0 commit comments