Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
from lldbsuite.test.decorators import *
import lldbsuite.test.lldbutil as lldbutil

@skipIf(bugnumber = "rdar://159531308")
class TestSwiftEmbeddedFrameVariable(TestBase):
@skipUnlessDarwin
@skipIfWindows
@swiftTest
def test(self):
self.build()
self.implementation(True)

@skipUnlessDarwin
@skipIfWindows
@swiftTest
def test_without_ast(self):
"""Run the test turning off instantion of Swift AST contexts in order to ensure that all type information comes from DWARF"""
Expand Down