From owner-svn-src-head@freebsd.org Thu Feb 13 15:06:20 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 74C681C93B0; Thu, 13 Feb 2020 15:06:20 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from forward500o.mail.yandex.net (forward500o.mail.yandex.net [37.140.190.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48JKbJ2B0Jz449q; Thu, 13 Feb 2020 15:06:19 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from mxback8q.mail.yandex.net (mxback8q.mail.yandex.net [IPv6:2a02:6b8:c0e:42:0:640:b38f:32ec]) by forward500o.mail.yandex.net (Yandex) with ESMTP id D44186068E; Thu, 13 Feb 2020 18:06:16 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback8q.mail.yandex.net (mxback/Yandex) with ESMTP id hrCbzQrpOr-6G9KC3EV; Thu, 13 Feb 2020 18:06:16 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfw.ru; s=mail; t=1581606376; bh=Hz1kzt/o4DuopeSBLHZD+sShLt9Y/X+z0HSCtZf7KNo=; h=Message-Id:Subject:In-Reply-To:Date:References:To:From; b=aFoJpYtYGQEQ4ybqZnyVQrvKGy1h/SSgiwMAC+lfH8j2VilWRL+x9+XbdO7CDHfc/ N4l4zOiLKHiGzk8dyuzLgcCT4ffVX1lXQDE+oZvmNe1w1gW5noTY5CE+4DJ77KH8j8 uAIN/wINfFSqAJj6tK5HO8TCz3antCdCo9Xna/dc= Received: by vla4-d1c3bcedfacb.qloud-c.yandex.net with HTTP; Thu, 13 Feb 2020 18:06:16 +0300 From: Alexander V. Chernikov Envelope-From: melifaro@ipfw.ru To: Kristof Provost , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" In-Reply-To: <202002131409.01DE99Gc058918@repo.freebsd.org> References: <202002131409.01DE99Gc058918@repo.freebsd.org> Subject: Re: svn commit: r357857 - head/tests/sys MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 13 Feb 2020 15:06:16 +0000 Message-Id: <3540831581606376@vla4-d1c3bcedfacb.qloud-c.yandex.net> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Rspamd-Queue-Id: 48JKbJ2B0Jz449q X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 15:06:20 -0000 13.02.2020, 14:09, "Kristof Provost" : > Author: kp > Date: Thu Feb 13 14:09:09 2020 > New Revision: 357857 > URL: https://svnweb.freebsd.org/changeset/base/357857 > > Log: >   tests: Enable net tests > >   We have a number of tests in the net subdirectory that were not executed. List >   the net directory so we run those tests. Better late than never :-) Thank you for catching and fixing this! > > Modified: >   head/tests/sys/Makefile > > Modified: head/tests/sys/Makefile > ============================================================================== > --- head/tests/sys/Makefile Thu Feb 13 13:58:34 2020 (r357856) > +++ head/tests/sys/Makefile Thu Feb 13 14:09:09 2020 (r357857) > @@ -19,6 +19,7 @@ TESTS_SUBDIRS+= kern >  TESTS_SUBDIRS+= kqueue >  TESTS_SUBDIRS+= mac >  TESTS_SUBDIRS+= mqueue > +TESTS_SUBDIRS+= net >  TESTS_SUBDIRS+= netinet >  TESTS_SUBDIRS+= netinet6 >  TESTS_SUBDIRS+= netipsec