From 57c7e20bcf0b6d8dd64c978a2a8e9a4112418a8b Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Fri, 25 Feb 2022 16:46:03 -0500 Subject: [PATCH] Update test status readme --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1280a93c8b0..72e1c02c9b7 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,15 @@ When running the CTS, use the variables `DENO_WEBGPU_ADAPTER_NAME`, `DENO_WEBGPU We have multiple methods of testing, each of which tests different qualities about wgpu. We automatically run our tests on CI if possible. The current state of CI testing: -| Backend/Platform | Status | -| ---------------- | ---------------------------------------------------------------------- | -| DX12/Windows 10 | :heavy_check_mark: (over WARP) | -| DX11/Windows 10 | :construction: (over WARP) | -| Metal/MacOS | :x: (no CPU runner) | -| Vulkan/Linux | :ok: ([cts hangs](https://github.com/gfx-rs/wgpu/issues/1974)) | -| GLES/Linux | :x: ([egl fails init](https://github.com/gfx-rs/wgpu/issues/1551)) | +| Backend/Platform | Tests | CTS | Notes | +| ---------------- | -------------------|---------------------|-------------------- | +| DX12/Windows 10 | :heavy_check_mark: | :heavy_check_mark: | using WARP | +| DX11/Windows 10 | :construction: | — | using WARP | +| Metal/MacOS | — | — | metal requires GPU | +| Vulkan/Linux | :heavy_check_mark: | [:ok:][cts-hang] | using lavapipe | +| GLES/Linux | :heavy_check_mark: | — | using llvmpipe | + +[cts-hang]: https://github.com/gfx-rs/wgpu/issues/1974 ### Core Test Infrastructure