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 7d7dcc1 commit e067b0eCopy full SHA for e067b0e
lldb/test/API/functionalities/show_location/TestShowLocationDwarf5.py
@@ -7,11 +7,6 @@
7
8
9
class TestTargetSourceMap(TestBase):
10
- @skipIf(
11
- archs="aarch64",
12
- oslist="linux",
13
- bugnumber="https://bugs.llvm.org/show_bug.cgi?id=44180",
14
- )
15
def test_source_map(self):
16
# Set the target soure map to map "./" to the current test directory.
17
yaml_path = os.path.join(self.getSourceDir(), "a.yaml")
0 commit comments