Fix nightly test warnings; exposed bugs are on the bug tracker.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 14:56:43 +0000 (14:56 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 14:56:43 +0000 (14:56 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2846 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/drv/lcd_32122a_avr.c
bertos/mware/sprintf_test.c
test/enablecfg.py

index 2f27d45401e7396f55f6ad5f730a08d614f1438f..63d7329fbeeee034ce4409d9730ae1241e6b84f8 100644 (file)
@@ -38,6 +38,8 @@
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  *
+ * notest: avr
+ *
  */
 
 #include "lcd_32122a_avr.h"
index 15e1e7b3e9cfbd1faa8bfd2ae65ee28b10ba77ac..56c2af7db2c660479e4108a5d6b379df9540e9b2 100644 (file)
@@ -64,7 +64,7 @@ int sprintf_testRun(void)
        if (strcmp(buf, test_string) != 0)
                return 1;
 
-       snprintf(buf, sizeof buf, "%S", (wchar_t *)test_string_pgm);
+       snprintf(buf, sizeof buf, "%S", (const wchar_t *)test_string_pgm);
        if (strcmp(buf, test_string_pgm) != 0)
                return 2;
 
index d670d3646c210833ab10ca0bf876f86ba65ccec0..7bac4a5d3d4cba661ccb48e2486073a4b35389ef 100755 (executable)
@@ -46,6 +46,7 @@ whitelist = [
        'CONFIG_KERN_HEAP',
        'CONFIG_KERN_PREEMPT',
        'RAMP_USE_FLOATING_POINT',
+       'CONFIG_SER_HWHANDSHAKE',
 ]
 
 tests = [