This revision was automatically updated to reflect the committed changes. Closed by commit rG379b59d1b0f3: [lldb] Skip apple accelerator table test in DWARF 5 mode (authored by fdeazeve).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D154268/new/ https://reviews.llvm.org/D154268 Files: lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py Index: lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py =================================================================== --- lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py +++ lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py @@ -7,6 +7,7 @@ class CPPAcceleratorTableTestCase(TestBase): @skipUnlessDarwin @skipIf(debug_info=no_match(["dwarf"])) + @skipIf(dwarf_version=[">=", "5"]) def test(self): """Test that type lookups fail early (performance)""" self.build()
Index: lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py =================================================================== --- lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py +++ lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py @@ -7,6 +7,7 @@ class CPPAcceleratorTableTestCase(TestBase): @skipUnlessDarwin @skipIf(debug_info=no_match(["dwarf"])) + @skipIf(dwarf_version=[">=", "5"]) def test(self): """Test that type lookups fail early (performance)""" self.build()
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits