[mlir][llvm] Use the roundtrip flag in test (#173782)
This commit changes the debug info test to use the `--verify-roundtrip`
flag. The byte code rountrip has been problematic before. Recent changes
to the attribute parsing make it possible to use the flag.
This closes https://github.com/llvm/llvm-project/issues/163004
Uses/dbus-testing.mk: Introduce new USES
This USES starts a system- and session-level D-Bus daemons before the
test stage and stops them after, much like Uses/display.mk provides an
X11 display.
It is intended to be used with ports whose testing require a running dbus daemon.
Approved by: portmgr (bapt)
Sponsored by: Future Crew, LLC
Differential Revision: https://reviews.freebsd.org/D53464
truss - Use pread(2) instead of seek+read for reading the process' memory.
* Also drastically simplifies get_string() by setting an absolute maximum
on the length of the string at MAXPATHLEN. That makes it easy to just use
a pread() to read the memory, and then we can simply extract the string
using strndup().
py-django-admin-sortable2: updated to 2.3
2.3
Prepare for Django-6.0.
fix 397: Remove Django popup when using list action after dragging items in list view.
fix 417: Increase height of drag area in Stacked-Inlines.
fix 371: default_order_field might not be set on model.
fix 400: Check for change permission when rendering "Move" actions in list view.
fix 408: Validate POST request from action form.
fix 423: Remove novalidate from action form in list view.
fix 425: Give better explanation what to do if ordering numbers get negative.
Some USB devices have a iManufacturer property that is just a single space.
Handle this (and substitute the vendor name from usbdevs) by checking the
length of the string after trimming spaces.
ok jsg@