aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2017-12-12 11:11:18 -0700
committerGitHub <noreply@github.com>2017-12-12 11:11:18 -0700
commitb061f48707d37a187ed76144f224e3feef19be9d (patch)
treeee8e6d4aed7076c4b030bf37010e6c283af2e8af
parentbc0ab75bcf390d0512f674fe81887e8b092634c0 (diff)
downloadusermoji-b061f48707d37a187ed76144f224e3feef19be9d.tar.xz
icd:Update README with current status
-rw-r--r--icd/README.md26
1 files changed, 12 insertions, 14 deletions
diff --git a/icd/README.md b/icd/README.md
index 03b1870c..5554bfc5 100644
--- a/icd/README.md
+++ b/icd/README.md
@@ -33,17 +33,17 @@ To enable the mock ICD, set VK\_ICD\_FILENAMES environment variable to point to
The initial mock ICD is just the null driver which can be used in combination with DevSim to test validation layers on
simulated devices. Here's a rough sequence of tasks planned for the mock driver going forward:
-- Get all LVL tests passing on the bare null driver
- - Get failing tests passing
- - Get skipped tests passing as able
-- Get all LVL tests to run without unexpected errors
-- Develop automated test flow using mock ICD (alternative to or replacement for run\_all\_tests.sh)
-- Get all LVL tests to pass on a selection of device profiles using DevSim layer
-- Update LVL tests with device dependencies to target specific device profiles
-- Add entrypoint tracking & verification
- - Initially track expected calls
- - Update some tests to verify expected capability
- - Expand tracking to include parameters
+- [X] Get all LVL tests passing on the bare null driver
+- [X] Get failing tests passing
+- [X] Get skipped tests passing as able
+- [ ] Get all LVL tests to run without unexpected errors
+- [X] Develop automated test flow using mock ICD (alternative to or replacement for run\_all\_tests.sh)
+- [X] Get all LVL tests to pass on a selection of device profiles using DevSim layer
+- [ ] Update LVL tests with device dependencies to target specific device profiles
+- [ ] Add entrypoint tracking & verification
+- [ ] Initially track expected calls
+- [ ] Update some tests to verify expected capability
+- [ ] Expand tracking to include parameters
## Beyond Validation Layer Testing
@@ -79,11 +79,9 @@ NONE
- VkLayerTest.MiscBlitImageTests
- VkLayerTest.TemporaryExternalSemaphore
- VkLayerTest.TemporaryExternalFence
-- VkLayerTest.PSOViewportScissorCountTests
- VkLayerTest.InvalidBarriers
- VkLayerTest.CommandQueueFlags
- VkPositiveLayerTest.TwoQueuesEnsureCorrectRetirementWithWorkStolen
- VkPositiveLayerTest.ExternalSemaphore
- VkPositiveLayerTest.ExternalFence
-
-
+- VkPositiveLayerTest.ExternalMemory