fdeazeve updated this revision to Diff 536450. fdeazeve added a comment. Herald added a subscriber: JDevlieghere.
fix typo in commit message 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