Re: [PATCH spice-server] tests: Enable address sanitizer on GitLab CI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



sounds reasonable. ACK

Pavel

On Fri, 2017-03-10 at 17:39 +0000, Frediano Ziglio wrote:
> Add required library and options so tests will use the
> sanitizer.
> 
> Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx>
> ---
> You can find a build execution log at
> https://gitlab.com/freddy77/spice/builds/11999610
> ---
>  .gitlab-ci.yml | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 77e2a08..1c5e37c 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,13 +1,16 @@
>  image: fedora:latest
>  
>  before_script:
> -  - dnf install 'dnf-command(copr)' git libtool make -y
> +  - dnf install 'dnf-command(copr)' git libtool make libasan -y
>    - dnf copr enable @spice/nightly -y
>    - dnf builddep spice -y
>  
>  makecheck:
>    script:
> -  - ./autogen.sh
> +  - >
> +    CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-
> pointer'
> +    LDFLAGS='-fsanitize=address -lasan'
> +    ./autogen.sh
>    - make
>    - make -C server check || (cat server/tests/test-suite.log &&
> exit 1)
>  
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]