From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 03C3E81FA1 for ; Thu, 26 Jan 2017 06:15:41 -0800 (PST) Received: by mail-qt0-x230.google.com with SMTP id w20so18824900qtb.1 for ; Thu, 26 Jan 2017 06:15:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ATVtJICILRtxGH/uQQmCymAnZ/ha6vujfsMCAm4i02E=; b=SXUXzZuNu9Y7v2BXFy/Wnsua2SzeiJiKN+zrI6yqsEvm0h5BewSYwnPr0PYS3Ou7lw anWPcDfASDP2YA2zIN52A+eYvnGEcpOMbFGef3CTWp93rYRZZhA7lWMWeVFqODtGx4Sf dpzsvRL0aJ3A3rQj/aEiIe+gfNnNlee2HnjLHXnVl/OqRqD73VYbtzuYOmWfXjG+OtrO VdF2s0SzieAl+u9aw1FyI1l4a1zniwWeJPvrMVvJIpCuGJ7dJ4tZ9p05oLDkUqePqqgn D+alpiWF3rxQZ/zDxEIiLhFd9RxKy+q/UROn5SEypCRu5P+g6fvZUNbArcS/4vBjQzRU wcXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ATVtJICILRtxGH/uQQmCymAnZ/ha6vujfsMCAm4i02E=; b=Ujhb+nCNL5KLMcoBxiVHu/8ZTWnayKUpIh4kvlteTnIeYCNWTvi8NAni6aSWGY1wxq IrQO7hi9DHFKnzVii6KysiMHwCdZGwGt/ONJ9wOBiz0yZr4oSgGpPC1YT4iC3jR3puEd dt7VG7LM9kZO2BW63dt1zymv0+1nTJKBjjKV9pQQnhxuK86XI6ikrGEiWrT/aEghXd9h jxxXUIy651qbtbwWnEc4tbFfGI5ap4/Bd+XkJFeeCU1ExWQ9ULKff1JnLjOFZiBDovmI 1cHFxieVJmYRluETb/zhX36vIkqZzlrU/YfFQqeP9cGENtu4DmeQBYTqnIIUHYn5LPjw cfUA== X-Gm-Message-State: AIkVDXKVr035L5CMpKmLPoOIS0s+DqU43ks89h32g2kEYwrj26poOzfk2XNl2DvSrW+HE65G1XTrrrDZBOvB/A== X-Received: by 10.55.74.134 with SMTP id x128mr2756392qka.120.1485440137659; Thu, 26 Jan 2017 06:15:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.163.35 with HTTP; Thu, 26 Jan 2017 06:15:36 -0800 (PST) In-Reply-To: <82DB7DD1-305E-4F02-B5A3-04905F9B3A16@apple.com> References: <82DB7DD1-305E-4F02-B5A3-04905F9B3A16@apple.com> From: =?UTF-8?B?UnVkcmEg4KSg4KS+4KSV4KWB4KSw?= Date: Thu, 26 Jan 2017 08:15:36 -0600 Message-ID: To: Andrew Fish Cc: Mike Kinney , "edk2-devel@lists.01.org (edk2-devel@ml01.01.org)" X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: Re: [edk2-staging] Create new edk2-test branch X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2017 14:15:41 -0000 Content-Type: text/plain; charset=UTF-8 I think there is a typo in following line in Readme.md git clone https://github.com/tianocore/edk2-staging.git --brach edk2-test it should be git clone https://github.com/tianocore/edk2-staging.git --branch edk2-test Thanks, --Rajnish On Thu, Jan 26, 2017 at 3:57 AM, Andrew Fish wrote: > > > On Jan 25, 2017, at 2:05 PM, Kinney, Michael D < > michael.d.kinney@intel.com> wrote: > > > > The initial version of the edk2-test branch is checked in at: > > > > https://github.com/tianocore/edk2-staging/tree/edk2-test > > > > Mike, > > I'm messing around with trying this on macOS. > > git clone https://github.com/tianocore/edk2.git > git clone https://github.com/tianocore/edk2-staging.git --brach edk2-test > > set WORKSPACE=%CD% > set EDK_TOOLS_PATH=%WORKSPACE%\edk2\BaseTools > set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\edk2-staging > set EDK_TOOLS_BIN=%WORKSPACE%\BaseTools\BinWrappers\WindowsLike > path=%path%;%WORKSPACE%\edk2\BaseTools\Bin\Win32 > > cd edk2 > edkSetup.bat > > build -a IA32 -a X64 -t VS2015x86 -p TestFrameworkPkg/TestFrameworkPkg.dsc > build -a IA32 -a X64 -t VS2015x86 -p TestCasePkg/TestCasePkg.dsc > At least with edksetup.sh this pattern fails as CONF_PATH is not set and > it gets set in WORKSPACE. Maybe your terminal window was not clean when you > tested? > > Also is it correct that EDK_TOOLS_BIN is not in EDK_TOOLS_PATH? > > On the Unix side this works for me: > > export WORKSPACE=`pwd` > export EDK_TOOLS_PATH="$WORKSPACE/edk2/BaseTools" > export PACKAGES_PATH="$WORKSPACE/edk2:$WORKSPACE/edk2-staging" > export EDK_TOOLS_BIN="$$WORKSPACE/edk2/BaseTools/BinWrappers/PosixLike" > export CONF_PATH="$WORKSPACE/edk2/Conf" > export PATH="$PATH:$EDK_TOOLS_BIN" > > Lots of minor change. Here is a patch for: >build -a IA32 -a X64 -t > XCODE5 -p TestFrameworkPkg/TestFrameworkPkg.dsc > > > I get this far. This looks like a DOS batch file. > > /bin/bash: /Users/andrewfish/work/src/TestFramework/edk2-staging/ > TestFrameworkPkg/GenFramework.cmd: Permission denied > > > Thanks, > > Andrew Fish > > > > Mike > > > >> -----Original Message----- > >> From: Kinney, Michael D > >> Sent: Tuesday, January 24, 2017 11:07 PM > >> To: edk2-devel@lists.01.org (edk2-devel@ml01.01.org) < > edk2-devel@ml01.01.org>; > >> Kinney, Michael D > >> Subject: [edk2-staging] Create new edk2-test branch > >> > >> I am creating a new branch in edk2-staging called edk2-test. > >> > >> The purpose of this branch is to develop a test harness, > >> test case SDK, and library of test cases that can be used > >> as part of edk2 validation. > >> > >> The initial version of this test harness is compatible with > >> binary releases of the PI SCTs and UEFI SCTs, are native > >> edk2 packages with no dependencies on the EdkCompatibilityPkg, > >> and the test harness runs using the latest version of the > >> UEFI Shell. > >> > >> Additional work items: > >> * Update to take advantage of latest edk2 features/libraries. > >> * Update for all supported CPU types > >> * Update for all supported compilers > >> * Review initial test harness features and determine > >> what features should be dropped and what new features > >> should be added. > >> * Determine where the test harness, test case SDK, and > >> test cases should live once the initial functional and > >> quality criteria are met. Could be packages in the > >> edk2 repo or packages in a new edk2-test repo. Other > >> options??? > >> * Resolve compatibility issues with binary releases of the > >> PI SCTs and UEFI SCTs. > >> * Update test harness to support PEI tests > >> * Update test harness to support Runtime tests > >> * Update test harness to support SMM tests > >> * Optimize performance of the test harness and tests. > >> > >> Please contact me if you are interested in helping with the > >> test harness, the test case SDK, or the development of > >> test cases. > >> > >> Thanks, > >> > >> Mike > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel >