weston: xwayland-test failed without any log.

2014-07-06 Thread Guangyu Zhang
The following is the content of my test-suite.log. = weston 1.5.90: ./test-suite.log = # TOTAL: 12 # PASS: 10 # SKIP: 1 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: buffer-count ===

[PATCH wayland] gitignore: add ./message-test

2014-07-06 Thread Guangyu Zhang
./message-test is generated by libtool and should be ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c146bac..d9d26ed 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ fixed-benchmark fixed-test list-test map-test +messag

Re: [PATCH] gitignore: add ./message-test

2014-07-06 Thread Boyan Ding
Yeah, this is necessary, but please insert this line according to alphabetical order (i.e. after map-test). Cheers, Boyan Ding On Sun, 2014-07-06 at 22:10 +0800, Guangyu Zhang wrote: > ./message-test is generated by libtool and should be ignored by git. > --- > .gitignore | 1 + > 1 file changed

Re: [PATCH] gitignore: add ./message-test

2014-07-06 Thread Guangyu Zhang
This patch is for the wayland project. I'm sorry I didn't add the project tag into the title. It's my first time using git send-email. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland

[PATCH] gitignore: add ./message-test

2014-07-06 Thread Guangyu Zhang
./message-test is generated by libtool and should be ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c146bac..22e6301 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ signal-test socket-test wayland-scanner protocol/*.[c

Re: [PATCH v2 3/3] Create a weston_surface_state structure for storing pending surface state and move the surface commit logic into weston_surface_commit_state

2014-07-06 Thread Pekka Paalanen
On Thu, 26 Jun 2014 11:19:05 -0700 Jason Ekstrand wrote: > From: Jason Ekstrand > > This new structure is used for both weston_surface.pending and > weston_subsurface.cached. > > Signed-off-by: Jason Ekstrand > --- > src/compositor.c | 270 > +++--

Re: [PATCH wayland 3/3] configure: fix publican version detection

2014-07-06 Thread Pekka Paalanen
On Wed, 2 Jul 2014 17:23:46 +1000 Peter Hutterer wrote: > Publican now adds a spurious "v" to the version output. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index c7ccace..e16c5b5 100644 > --- a/configure.ac > +++