From: lottaviano Date: Tue, 1 Sep 2009 14:56:43 +0000 (+0000) Subject: Fix nightly test warnings; exposed bugs are on the bug tracker. X-Git-Tag: 2.2.0~122 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=0f5d20b418fc3087b302b41ffe8e61133e98eb0f Fix nightly test warnings; exposed bugs are on the bug tracker. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2846 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/drv/lcd_32122a_avr.c b/bertos/cpu/avr/drv/lcd_32122a_avr.c index 2f27d454..63d7329f 100644 --- a/bertos/cpu/avr/drv/lcd_32122a_avr.c +++ b/bertos/cpu/avr/drv/lcd_32122a_avr.c @@ -38,6 +38,8 @@ * \author Bernie Innocenti * \author Stefano Fedrigo * + * notest: avr + * */ #include "lcd_32122a_avr.h" diff --git a/bertos/mware/sprintf_test.c b/bertos/mware/sprintf_test.c index 15e1e7b3..56c2af7d 100644 --- a/bertos/mware/sprintf_test.c +++ b/bertos/mware/sprintf_test.c @@ -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; diff --git a/test/enablecfg.py b/test/enablecfg.py index d670d364..7bac4a5d 100755 --- a/test/enablecfg.py +++ b/test/enablecfg.py @@ -46,6 +46,7 @@ whitelist = [ 'CONFIG_KERN_HEAP', 'CONFIG_KERN_PREEMPT', 'RAMP_USE_FLOATING_POINT', + 'CONFIG_SER_HWHANDSHAKE', ] tests = [