================
@@ -13,6 +13,7 @@
 class UbsanBasicTestCase(TestBase):
     @skipUnlessUndefinedBehaviorSanitizer
     @no_debug_info_test
+    @skipUnlessDarwin  # FIXME: update this test to work on other platforms
----------------
Michael137 wrote:

Instead of skipping we could just remove the 
`self.assertIn("__ubsan_on_report", frame.GetFunctionName())` branch for now. 
At least we get *some* coverage. And add a FIXME to check for the frame name

https://github.com/llvm/llvm-project/pull/177964
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to