LUMIERA.clone/tests/library/diff
Ichthyostega 1d3cb6b23b Upgrade: fix test-failures (1)
- with Debian 12/13, the top-level `/bin`, `/sbin` and `/lib`
  are collapsed into `/usr`. Seemingly this has prompted changes
  to the way the shell prints some error messages. This broke
  the expectation of some test of the test-framework itself.

- SCons always had the policy to ''sanitise'' the invocation environment,
  to prevent unintended impact of environment settings to the test subject.
  Seemingly this now also leads to `$HOME` not being defined.
  Our file handling framework however expects to be able to expand "~"

- An old-style cast in the constructor lib::diff::Record(Mutator const&)
  is now translated into a static_cast (≙conversion); and since the appropriate
  conversion operator is missing on Mutator, the constructor attempts to
  create a temporary, by re-invoking the same constructor ⟹ Stackoverflow ↯
2025-04-24 23:39:58 +02:00
..
diff-complex-application-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-ignore-changes-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-index-table-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-list-application-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-list-generation-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-tree-application-simple-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-tree-application-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
diff-tree-mutation-listener-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
gen-node-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
generic-record-test.cpp Upgrade: fix test-failures (1) 2025-04-24 23:39:58 +02:00
mutation-message-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
tree-mutator-binding-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
tree-mutator-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00