================
@@ -118,6 +118,6 @@ def test_launch_notifications(self):
# On Linux we get events for ld.so, [vdso], the binary and then all
libraries.
avg_solibs_added_per_event = round(
- float(total_solibs_added) / float(total_modules_added_events)
+ 10.0 * float(total_solibs_added) /
float(total_modules_added_events)
----------------
slydiman wrote:
@labath
> So, another way to make this test be more resilient is to introduce a couple
> of shared libraries of our own
The patch is updated this way. Please review. Thanks.
https://github.com/llvm/llvm-project/pull/94672
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits