From owner-freebsd-testing@freebsd.org Wed Feb 3 19:26:01 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A47C7A9A949 for ; Wed, 3 Feb 2016 19:26:01 +0000 (UTC) (envelope-from kanthgadu2@gmail.com) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6EC041987 for ; Wed, 3 Feb 2016 19:26:01 +0000 (UTC) (envelope-from kanthgadu2@gmail.com) Received: by mail-ob0-x22a.google.com with SMTP id ba1so44137705obb.3 for ; Wed, 03 Feb 2016 11:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=XyYC9q+3qdBvu0RS5dGEh7Gtag+naoOhHNbmiPa4lNM=; b=hUiCj4M2UmSYXIKtdQNfNXOBl3SEDZ/Qbi3GR6oj0IRm51ME5F25S7zlcblujpdWC6 AUh7cc+AUJepWDvYIO99DcK/8jYzDdnmn0IL5A7qG/aDVkcaAwBkC3B7PwKR+dP8iKZA xuDGJMnALzErl6S7Kc4LY7nWAiTi4KxwE9ZHt460SMq4ww3uC4VdSKcY2L1L57te/NLN +1d7Lvgm0tstWdaik0J1Nl7GZovkJSm0kFsXR80hqlkpU0pXKQHZFFsAgT+csO/YT2ar jbuMbBaX6GnVcDTWBOiwD+MgjuazTapcxW3P4NOW1sYlFjGv47XwqQDTanaBXfIwEO8B yudw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=XyYC9q+3qdBvu0RS5dGEh7Gtag+naoOhHNbmiPa4lNM=; b=FOG27guHGWi7zqeLXA8XkhMw7mWSD8HXGhCy6t5Vk5yXwS+3PwVH6nkrP33yOPpyUH blT52geadlls82T0Bxma06AWWBPK1MNA4Fst7xK+BQJ9QWUOuVAeiBpnpVAywhYyOv0U 0z/B9J8mEnRGvJBLPV5Naty6+npsKHizzJWe36pgQI/T31sImOmvI6+5d+/X6r6Qt/G8 bKQN2ux0+k0LHmXo3dz7s+jbk0no5hiOT2WZliUOzeSOgrZ4aKdIGFPCGOoDU5DTXZyH c0JHDLbMw00UCF1jxN7Z2gwZWoj1c50K850DYXPYSf4kNrq+fQeHF2U3qGCERVtodk/7 G6jw== X-Gm-Message-State: AG10YOSINUpHyl3SZVBmlKdgl2z9kDsCaVDrx/LYwQ1n3cYG5atfgbItpTKkF8uJJcF3nm7TbE6lY7xPRfNzJQ== X-Received: by 10.182.80.169 with SMTP id s9mr3967018obx.25.1454527560797; Wed, 03 Feb 2016 11:26:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.67.194 with HTTP; Wed, 3 Feb 2016 11:25:41 -0800 (PST) From: KS Date: Wed, 3 Feb 2016 14:25:41 -0500 Message-ID: Subject: Where do i find the source code for Freebsd Test suite To: freebsd-testing@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 19:26:01 -0000 I installed the test suite on a pure freebsd machine and i could only find the binaries under bin/ Also the html report that gets generated explains that there are 200 testcases passed but not what exactly the test has done or the output. Is there a way to track these things down?