lumiera_/tests
Ichthyostega a344604f1b Clang(#928): adjustments regarding scope and visibility
Clang doesn't allow to declare a private nested class as friend.
This is unfortunate, but likely correct to the letter of the standard.

As a workaround, now we're creating the instances within a static
function of DependencyFactory -- in the end this improves readability


A second issue fixed with this changeset is the scope of the
marker function. Clang is right, this isn't ADL, thus an inline
friend definition is simply not visible outside the class.
2013-10-20 21:51:28 +02:00
..
backend re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
core move test mock support into separate header. Write comments (closes #934) 2013-10-20 03:48:23 +02:00
include re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
library Clang(#928): adjustments regarding scope and visibility 2013-10-20 21:51:28 +02:00
operation re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
plugin reorganise some boost::format usage 2013-09-01 17:36:05 +02:00
tool GPL header whitespace 2010-12-17 23:28:49 +01:00
00test.tests Fix: test should not be locale dependant 2010-11-06 23:02:27 +01:00
10errorhandling.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
15list.tests test: Regexed 00-40, just escaping; no fancy stuff 2009-05-15 21:25:12 +02:00
15locking.tests fix variable names in the LUMIERA_RECCONDITION_SECTION_CHAIN macro (seems like a copy+paste error from recmutex.h) 2009-12-29 16:52:39 -05:00
15luid.tests FIX: luid tests, forgotten to rename uuid to luid 2008-09-07 03:41:37 +02:00
15mpool.tests Fix: mpool build and tests 2009-06-06 15:23:20 +02:00
15priqueue.tests integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
15safeclib.tests adapt for the plugin-test now being in tests/backend 2008-10-16 02:07:32 +02:00
15slist.tests testsuite update, new test.h to be in sync with nobug 2010-07-21 04:49:18 +02:00
15time.tests correct expected values for timehandling tests 2011-02-13 23:12:36 +01:00
20config_lowlevel.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
20filedescriptor.tests use psplay trees for the filedescriptor registry 2008-09-06 12:41:03 +02:00
20filehandle.tests Exclusive file locking 2010-07-21 04:49:51 +02:00
20threads.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
22config_highlevel.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
30backend-file.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
30backend-scheduler.tests TDD? TDB! Test-Driven-Brainstorming 2007-08-21 17:33:19 +02:00
30backend-threadpool.tests disable broken Thread-joining test. See Ticket #803 2011-05-21 06:52:50 +02:00
30interfaces.tests WIP: testsuite for interfaces 2008-10-27 05:08:53 +01:00
30mmap.tests add mmaping of exact blocks 2010-07-21 04:49:50 +02:00
30resourcecollector.tests disable the resourcecollector test (not finished yet) 2010-07-16 05:39:11 +02:00
31fileheader.tests extend fileheader with some flags and endianess mark 2010-07-21 06:13:59 +02:00
31plugin.tests integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
40core.tests Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
41asset.tests reorganise some boost::format usage 2013-09-01 17:36:05 +02:00
42query.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
43session.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
44builder.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
45controller.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
46engine.tests render job dummy passes unit test 2013-09-07 02:37:17 +02:00
47playout.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
48proc-operate.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
51-gui-model.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
80-regression.tests re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
SConscript SCons: rework test definition to link according to layer 2013-01-07 02:15:05 +01:00
test.conf cumulated build/release fixes 2011-03-31 18:43:50 +02:00
test.sh test.sh: double VSize limits to prevent frequent test suite failure 2013-10-13 02:50:04 +02:00
testrunner.cpp SCons: rework test definition to link according to layer 2013-01-07 02:15:05 +01:00