Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 13:21:05 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        ngie@FreeBSD.org, hselasky@FreeBSD.org, smh@FreeBSD.org,  jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org
Subject:   FreeBSD_stable_10 - Build #1834 - Fixed
Message-ID:  <834871646.105.1448284875385.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <278307279.97.1448271223102.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <278307279.97.1448271223102.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_stable_10 - Build #1834 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/console

Change summaries:

291194 by smh:
MFC r290708:

Fix ixl debug sysctls panic

Sponsored by:	Multiplay

291191 by ngie:
MFC r290856:
r290856 (by bap):

also skip the definition of ':fopen_regular' to avoid the build to fail due to
unused variables defined by ATF macros

291190 by ngie:
MFC r290572,r290646,r290848,r290849:

r290572:

Integrate tools/regression/lib/libc/gen into the FreeBSD test suite
as lib/libc/tests/gen

The code in test-fnmatch that was used for generating:

- bin/sh/tests/builtins/case2.0
- bin/sh/tests/builtins/case3.0

has been left undisturbed. The target `make sh-tests` has been moved over
from tools/regression/lib/libc/gen/Makefile to
lib/libc/tests/gen/Makefile and made into a PHONY target

case2.0 and case3.0 test input generation isn't being done automatically.
This needs additional discussion.

Sponsored by: EMC / Isilon Storage Division

r290646:

Add missing licensing boilerplate to test-fnmatch.c

Carry over licensing author info from fnmatch_test.c (jilles@)

Sponsored by: EMC / Isilon Storage Division

r290848:

Fix -Wunused warnings

Sponsored by: EMC / Isilon Storage Division

r290849:

Fix -Wmissing-braces warnings by adding braces around all the
testcase inputs

Sponsored by: EMC / Isilon Storage Division

291189 by ngie:
MFC r290870:

Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility

Sponsored by: EMC / Isilon Storage Division

291187 by ngie:
MFC r264725:

r264725 (by jilles):

libc: Add fopen() test to regression Makefile.

NOTE (ngie): this is a mergeinfo-only commit

291185 by ngie:
MFC r291047:

Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)

Differential Revision: https://reviews.freebsd.org/D4203
Submitted by: Miles Olrich <miles.olrich@isilon.com>
Sponsored by: EMC / Isilon Storage Division

291184 by hselasky:
MFC r290650, r290709, r291067, r291068, r291069 and r291070:
Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards
from Mellanox Technologies. The current driver supports ethernet
speeds up to and including 100 GBit/s. Infiniband support will be
done later.

The code added is not compiled by default, which will be done by a
separate commit.

Sponsored by:	Mellanox Technologies
Differential Revision:	https://reviews.freebsd.org/D4177
Differential Revision:	https://reviews.freebsd.org/D4178
Differential Revision:	https://reviews.freebsd.org/D4179
Differential Revision:	https://reviews.freebsd.org/D4180

291183 by ngie:
MFC r290914:

Integrate tools/regression/pipe in to the FreeBSD test suite as
tests/sys/kern/pipe

- Fix style(9) bugs
- Fix compiler warnings
- Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern

The testcases will be converted over to ATF eventually, but for now will be
integrated in as plain C tests

Sponsored by: EMC / Isilon Storage Division

291182 by ngie:
MFC r290909:

Add some initial tests for SLIST and STAILQ macros

Sponsored by: EMC / Isilon Storage Division




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?834871646.105.1448284875385.JavaMail.jenkins>