public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] add \n in end of output
@ 2013-01-11  1:15 Yan Lei
  2013-01-11  9:06 ` Caspar Zhang
  2013-01-14  1:44 ` Wanlong Gao
  0 siblings, 2 replies; 3+ messages in thread
From: Yan Lei @ 2013-01-11  1:15 UTC (permalink / raw)
  To: ltp-list, Yan Lei

Signed-off-by: Yan Lei <yanl.fnst@cn.fujitsu.com>
---
 testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
index fbefa7b..5828ed2 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
@@ -48,7 +48,7 @@ int main(void)
 	}
 
 	if (pa == MAP_FAILED)
-		printf("Test FAILED: Expected EINVAL got %s", strerror(errno));
+		printf("Test FAILED: Expected EINVAL got %s\n", strerror(errno));
 	else
 		printf("Test FAILED: mmap() succedded unexpectedly\n");
 
-- 
1.8.1.rc3.11.g86c3e6e


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] add \n in end of output
  2013-01-11  1:15 [LTP] [PATCH] add \n in end of output Yan Lei
@ 2013-01-11  9:06 ` Caspar Zhang
  2013-01-14  1:44 ` Wanlong Gao
  1 sibling, 0 replies; 3+ messages in thread
From: Caspar Zhang @ 2013-01-11  9:06 UTC (permalink / raw)
  To: Yan Lei; +Cc: ltp-list

On 01/11/2013 09:15 AM, Yan Lei wrote:
> Signed-off-by: Yan Lei <yanl.fnst@cn.fujitsu.com>
> ---
>   testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> index fbefa7b..5828ed2 100644
> --- a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> +++ b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> @@ -48,7 +48,7 @@ int main(void)
>   	}
>
>   	if (pa == MAP_FAILED)
> -		printf("Test FAILED: Expected EINVAL got %s", strerror(errno));
> +		printf("Test FAILED: Expected EINVAL got %s\n", strerror(errno));
>   	else
>   		printf("Test FAILED: mmap() succedded unexpectedly\n");
>
>
Reviewed-by: Caspar Zhang <caspar@casparzhang.com>

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] add \n in end of output
  2013-01-11  1:15 [LTP] [PATCH] add \n in end of output Yan Lei
  2013-01-11  9:06 ` Caspar Zhang
@ 2013-01-14  1:44 ` Wanlong Gao
  1 sibling, 0 replies; 3+ messages in thread
From: Wanlong Gao @ 2013-01-14  1:44 UTC (permalink / raw)
  To: Yan Lei; +Cc: ltp-list

On 01/11/2013 09:15 AM, Yan Lei wrote:
> Signed-off-by: Yan Lei <yanl.fnst@cn.fujitsu.com>

Applied, thank you.

BTW, don't forget to add the file you changed before the title next time.

Wanlong Gao

> ---
>  testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> index fbefa7b..5828ed2 100644
> --- a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> +++ b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> @@ -48,7 +48,7 @@ int main(void)
>  	}
>  
>  	if (pa == MAP_FAILED)
> -		printf("Test FAILED: Expected EINVAL got %s", strerror(errno));
> +		printf("Test FAILED: Expected EINVAL got %s\n", strerror(errno));
>  	else
>  		printf("Test FAILED: mmap() succedded unexpectedly\n");
>  
> 


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-14  1:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11  1:15 [LTP] [PATCH] add \n in end of output Yan Lei
2013-01-11  9:06 ` Caspar Zhang
2013-01-14  1:44 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox