On Thu, 7 May 2015 00:07:33 -0700
Bryce Harrington wrote:
> This is the weston alpha on the path to 1.8.0. This requires Wayland
> 1.7.91.
>
> Development this cycle focused around the IVI shell and keeping up with
> the EGL modernization. Feature changes include: repaint scheduling,
> named o
libunwind gives us a file and an address and usually a function name. Beyond
that, it's mostly guessing.
Fork off addr2line to resolve the addresses that libunwind gives us, if we
succeed we get a backtrace like this:
Backtrace:
0: litest_fail_comparison_int() (./test/litest.c:268)
The check unit test framework isn't particularly suited to having ck_assert*
calls in helper functions. A failed assertion in a helper function or the
litest framework merely gives us a the failed line in litest.c.
which doesn't tell us which test actually failed.
Add a backtracing facility with l
Signed-off-by: Peter Hutterer
---
test/device.c | 2 +-
test/log.c | 4 ++--
test/misc.c | 4 ++--
test/pointer.c | 28 ++--
test/touchpad.c | 9 +
5 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/test/device.c b/test/device.c
index
Signed-off-by: Peter Hutterer
---
test/litest-selftest.c | 141 +
test/litest.c | 12 +
test/litest.h | 26 +
3 files changed, 179 insertions(+)
diff --git a/test/litest-selftest.c b/test/litest-selftest.c
index 5ed2
The check unit test framework isn't particularly suited to having ck_assert*
calls in helper functions. A failed assertion in a helper function or the
litest framework merely gives us a the failed line in litest.c.
which doesn't tell us which test actually failed.
We're using more and more helper
Unfortunately, typeof(enum something) != typeof(ENUM_VALUE) and produces a
-Wsign-compare warning
Preemptively fix this, it'll show up in the upcoming litest_asssert macros
otherwise.
This fix only applies to helper functions, tests themselves wont (yet) be
switched to the new macros and don't ne
No effect with the current macros since they'll cast to int for us, but this
will change with the litest_assert macros.
Signed-off-by: Peter Hutterer
---
test/litest.c | 17 +++--
test/pointer.c | 4 ++--
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/test/litest.c
unsigned vs signed in both cases, but the ck_assert macros hide that
(everything is cast to intmax_t). The upcoming litest_assert wrappers expose
these warnings, so fix them ahead of time.
Signed-off-by: Peter Hutterer
---
test/litest.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
On Thu, Apr 09, 2015 at 04:11:17PM +0100, mateuszx.potr...@intel.com wrote:
> From: Mateusz Polrola
>
> After weston-launch is executing weston it cannot close TTY file,
> because it is still required to properly handle SIGUSR1 and SIGUSR2
> signals that are used for switching TTY.
>
> Additiona
On Mon, Mar 30, 2015 at 01:57:44AM +0200, Manuel Bachmann wrote:
> From: Manuel Bachmann
>
> weston-editor is the only stock client spawning the virtual
> keyboard ; which means it may be the only client able to
> obtain some special characters (depending on the user's
> keyboard layout).
>
> If
We already do this math in compositor.c so let's not duplicate it here.
Additionally, the copy here has broken zoom, so this also fixes zooming.
Signed-off-by: Derek Foreman
---
src/rpi-renderer.c | 68 +++---
1 file changed, 3 insertions(+), 65 de
This is the weston alpha on the path to 1.8.0. This requires Wayland
1.7.91.
Development this cycle focused around the IVI shell and keeping up with
the EGL modernization. Feature changes include: repaint scheduling,
named outputs, output transformations, EGL improvements to gl-renderer,
surface
Here's the alpha release as we saunter towards 1.8.0.
This release adds a new scanner option --include-core-only, and adds new
headers wayland-client-core.h and wayland-server-core.h, to avoid
dependency on the generated protocol headers. This makes life a bit
easier for language bindings and oth
14 matches
Mail list logo