Opened 3 months ago

Closed 3 months ago

#69321 closed defect (fixed)

dlist_append_dependents Dlist append dependents unit test. FAILED

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: base Version: 2.9.99
Keywords: Cc:
Port:

Description

A few test failures lately:

https://build.macports.org/builders/base-13_arm64/builds/150/steps/test/logs/stdio

==== dlist_append_dependents Dlist append dependents unit test. FAILED
==== ditem_key Ditem key unit test. FAILED
==== ditem_append Ditem append unit test. FAILED
==== ditem_append_unique Ditem append unique unit test. FAILED
==== mportclose Mport close unit test. FAILED

Josh, were some of your recent changes in code that relates to this?

Change History (1)

comment:1 Changed 3 months ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

The tests were relying on implementation details, so yes. The dlist_append_dependents test in particular was completely nonsensical, so I wrote a new version that actually tests that the procedure does what it's supposed to.

[d713bfc226fb48e9fc22f6a8529acb96046808f4/macports-base]

Note: See TracTickets for help on using tickets.