From: Pyry Haulos Date: Wed, 27 Jan 2016 20:06:43 +0000 (-0800) Subject: Clarify submission package contents X-Git-Tag: upstream/0.1.0~812^2~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3990014d3c897273a2949d67784048b66ef267aa;p=platform%2Fupstream%2FVK-GL-CTS.git Clarify submission package contents --- diff --git a/external/vulkancts/README.md b/external/vulkancts/README.md index 38e308a..dac8368 100644 --- a/external/vulkancts/README.md +++ b/external/vulkancts/README.md @@ -177,7 +177,7 @@ The conformance submission package must contain the following: Test logs (1) should be named `/TestResults-.qpa`, for example `TestResults-armeabi-v7a.qpa`. On platforms where multiple different driver builds (for example 64-bit and 32-bit) are present, CTS logs must be provided -for each driver build. +for each driver build as part of the submission package. The CTS build must always be done from clean git repository that doesn't have any uncommitted changes. Thus it is necessary to run and capture output of `git @@ -232,6 +232,16 @@ where `` is the directory containing the files from (1)-(4) from above. A submission package must contain all of the files listed above, and only those files. +As an example submission package could contain: + + STATEMENT-Khronos + git-log.txt + git-status.txt + 0001-Remove-Waived-Filtering-Tests.patch + 0002-Fix-Pipeline-Parameters.patch + TestResults-armeabi-v7a.qpa + TestResults-arm64-v8a.qpa + Waivers -------