diff options
Diffstat (limited to 'test/rt/configuration.xml')
-rw-r--r-- | test/rt/configuration.xml | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml index 0361da3e2..261321440 100644 --- a/test/rt/configuration.xml +++ b/test/rt/configuration.xml @@ -995,9 +995,9 @@ chSemSignal(&sem1); chSemSignal(&sem1); test_wait_threads(); #if CH_CFG_USE_SEMAPHORES_PRIORITY - test_assert_sequence("ADCEB", "invalid sequence"); +test_assert_sequence("ADCEB", "invalid sequence"); #else - test_assert_sequence("ABCDE", "invalid sequence"); +test_assert_sequence("ABCDE", "invalid sequence"); #endif]]></value>
</code>
</step>
@@ -4993,10 +4993,10 @@ test_println(" bytes");]]></value> <value />
</tags>
<code>
- <value><![CDATA[#if CH_CFG_USE_SEMAPHORES || defined(__DOXYGEN__)
-test_print("--- Semaph: ");
-test_printn(sizeof(semaphore_t));
-test_println(" bytes");
+ <value><![CDATA[#if CH_CFG_USE_SEMAPHORES || defined(__DOXYGEN__) +test_print("--- Semaph: "); +test_printn(sizeof(semaphore_t)); +test_println(" bytes"); #endif]]></value>
</code>
</step>
@@ -5008,10 +5008,10 @@ test_println(" bytes"); <value />
</tags>
<code>
- <value><![CDATA[#if CH_CFG_USE_MUTEXES || defined(__DOXYGEN__)
-test_print("--- Mutex : ");
-test_printn(sizeof(mutex_t));
-test_println(" bytes");
+ <value><![CDATA[#if CH_CFG_USE_MUTEXES || defined(__DOXYGEN__) +test_print("--- Mutex : "); +test_printn(sizeof(mutex_t)); +test_println(" bytes"); #endif]]></value>
</code>
</step>
@@ -5023,10 +5023,10 @@ test_println(" bytes"); <value />
</tags>
<code>
- <value><![CDATA[#if CH_CFG_USE_CONDVARS || defined(__DOXYGEN__)
-test_print("--- CondV.: ");
-test_printn(sizeof(condition_variable_t));
-test_println(" bytes");
+ <value><![CDATA[#if CH_CFG_USE_CONDVARS || defined(__DOXYGEN__) +test_print("--- CondV.: "); +test_printn(sizeof(condition_variable_t)); +test_println(" bytes"); #endif]]></value>
</code>
</step>
@@ -5038,10 +5038,10 @@ test_println(" bytes"); <value />
</tags>
<code>
- <value><![CDATA[#if CH_CFG_USE_EVENTS || defined(__DOXYGEN__)
-test_print("--- EventS: ");
-test_printn(sizeof(event_source_t));
-test_println(" bytes");
+ <value><![CDATA[#if CH_CFG_USE_EVENTS || defined(__DOXYGEN__) +test_print("--- EventS: "); +test_printn(sizeof(event_source_t)); +test_println(" bytes"); #endif]]></value>
</code>
</step>
@@ -5053,10 +5053,10 @@ test_println(" bytes"); <value />
</tags>
<code>
- <value><![CDATA[#if CH_CFG_USE_EVENTS || defined(__DOXYGEN__)
-test_print("--- EventL: ");
-test_printn(sizeof(event_listener_t));
-test_println(" bytes");
+ <value><![CDATA[#if CH_CFG_USE_EVENTS || defined(__DOXYGEN__) +test_print("--- EventL: "); +test_printn(sizeof(event_listener_t)); +test_println(" bytes"); #endif]]></value>
</code>
</step>
@@ -5068,10 +5068,10 @@ test_println(" bytes"); <value />
</tags>
<code>
- <value><![CDATA[#if CH_CFG_USE_MAILBOXES || defined(__DOXYGEN__)
-test_print("--- MailB.: ");
-test_printn(sizeof(mailbox_t));
-test_println(" bytes");
+ <value><![CDATA[#if CH_CFG_USE_MAILBOXES || defined(__DOXYGEN__) +test_print("--- MailB.: "); +test_printn(sizeof(mailbox_t)); +test_println(" bytes"); #endif]]></value>
</code>
</step>
|