LUMIERA.clone/tests/library
Ichthyostega f300545232 TreeExplorer: investigate wrong behaviour in test
turns out that -- again -- we miss some kind of refresh after expanding children.
But this case is more tricky; it indicates a design mismatch in IterSource:
we (ab)use the pos-pointer to communicate iteration state. While this might be
a clever trick for iterating a real container, it is more than dangerous when
applied to an opaque source state as in this case. After expanding children,
the pos-pointer still points into the cache buffer of the last transformer.
In fact, we miss an actualisation call, but the IterSource interface does not
support such a call (since it tries to get away with state hidden in the pos pointer)
2017-12-09 03:49:59 +01:00
..
advice
c-lib
diff DiffMessage: now uniformly plays the role of MutationMessage (closes #1066) 2017-08-13 07:25:32 +02:00
idi
meta Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
query
test
allocation-cluster-test.cpp
app-config-test.cpp
cmdline-wrapper-test.cpp
custom-shared-ptr-test.cpp GCC-5 compatibility: remove the last remaining auto_ptrs 2017-05-01 21:43:10 +02:00
del-stash-test.cpp
dependency-factory-test.cpp
DIR_INFO
exception-error-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
format-cout-test.cpp Library: define string conversion trait more precisely 2017-12-04 03:53:36 +01:00
format-helper-test.cpp Library: investigate and fix an insidious problem with move-forwarding (util::join / transformIter) 2017-12-04 04:23:30 +01:00
format-string-test.cpp
functor-util-test.cpp
hash-generator-test.cpp
hash-indexed-test.cpp
hash-standard-to-boost-bridge-test.cpp
helloworldtest.cpp
hierarchy-orientation-indicator-test.cpp
item-wrapper-test.cpp Library: add move-support to ItemWrapper 2017-12-04 04:26:43 +01:00
iter-adapter-stl-test.cpp Library: allow to consume an iterator while taking the snapshot 2017-08-13 07:25:32 +02:00
iter-adapter-test.cpp Library: remove redundant checks from IterAdapter implementation 2017-10-01 03:25:33 +02:00
iter-cursor-test.cpp
iter-explorer-test.cpp Refactoring: switch IterStateWrapper to member function based API 2017-12-05 03:28:00 +01:00
iter-queue-test.cpp
iter-source-test.cpp TreeExplorer: draft my requirements for packaging a TreeExplorer pipeline as IterSource 2017-12-07 05:48:36 +01:00
iter-stack-test.cpp
iter-tree-explorer-test.cpp TreeExplorer: investigate wrong behaviour in test 2017-12-09 03:49:59 +01:00
itertools-test.cpp Library: a pseudo-iterator to yield just a single value 2017-10-29 14:51:51 +01:00
life-cycle-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
linked-elements-test.cpp
maybe-value-test.cpp
multifact-argument-test.cpp
multifact-singleton-test.cpp
multifact-test.cpp
null-value-test.cpp
opaque-holder-test.cpp decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00
opaque-unchecked-buffer-test.cpp
optional-ref-test.cpp
path-array-test.cpp UI-Coordinates: support for truncating a given spec 2017-10-30 02:59:56 +01:00
polymorphic-value-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
query-text-test.cpp
ref-array-test.cpp
removefromsettest.cpp
replaceable-item-test.cpp
sanitised-identifier-test.cpp
scoped-collection-test.cpp convert ScopedCollection to rely on C++11 2017-08-06 18:21:25 +02:00
scoped-holder-test.cpp
scoped-holder-transfer-test.cpp
scoped-ptrvect-test.cpp
search-path-splitter-test.cpp
simple-allocator-test.cpp
singleton-subclass-test.cpp
singleton-test.cpp
singleton-testmock-test.cpp
sub-id-test.cpp
symbol-hashtable-test.cpp
symbol-test.cpp Symbol: also document usage as (tree)map key 2017-04-08 03:50:29 +02:00
test-target-obj.hpp
typed-allocation-manager-test.cpp
unique-malloc-owner-test.cpp
util-collection-test.cpp
util-floordiv-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
util-floorwrap-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
util-foreach-test.cpp
variant-test.cpp
vector-transfer-test.cpp
verb-function-dispatch-test.cpp DockAccess: analysis continued... 2017-09-08 03:53:52 +02:00