Checkpoint web parity through Chromium input tasks
This commit is contained in:
32
tests/golden/M14-01D/manifest.json
Normal file
32
tests/golden/M14-01D/manifest.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-01D",
|
||||
"parentTask": "M14-01C",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"operation": "PROBE_IDENTITY_GPU_OS_ADAPTER",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M14-01C/manifest.json",
|
||||
"sha256": "050e04ff7e96fa303bd449e419411a914edb489d2c9486797bff18a1f3b6e49c"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-probe-identity.mjs",
|
||||
"sha256": "426d6277b5bcd4a2a29d24469f000663f9cc02d07fd996fc528b52285e834189"
|
||||
},
|
||||
"package": {
|
||||
"path": "web/package.json",
|
||||
"sha256": "c63126618da82d315a4070c4546c523f52d44aa174b43b5e6fe4884e5ad616ce"
|
||||
},
|
||||
"engineManifest": {
|
||||
"path": "web/app/public/engine-manifest.json",
|
||||
"sha256": "7656936afae05b4936d7c8fa8dde94ee9e09ffff3a2c5e6f1b9d8a38f043ac47"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M14-01D/probe-identity-report.json",
|
||||
"sha256": "df73913b7ca5af957c4f56216a1e91be8e19c6373f0359a86d963a1d03c8f0d6"
|
||||
}
|
||||
},
|
||||
"nextTask": "M14-01E"
|
||||
}
|
||||
55
tests/golden/M14-01D/probe-identity-report.json
Normal file
55
tests/golden/M14-01D/probe-identity-report.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-01D",
|
||||
"operation": "PROBE_IDENTITY_GPU_OS_ADAPTER",
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"browser": {
|
||||
"version": "151.0.7922.34",
|
||||
"executablePath": "/home/mes123456/.cache/ms-playwright/chromium-1234/chrome-linux64/chrome",
|
||||
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/151.0.7922.34 Safari/537.36",
|
||||
"platform": "Linux x86_64",
|
||||
"language": "en-US",
|
||||
"hardwareConcurrency": 16,
|
||||
"deviceMemory": 16
|
||||
},
|
||||
"os": {
|
||||
"platform": "linux",
|
||||
"release": "6.12.95+deb13-amd64",
|
||||
"version": "#1 SMP PREEMPT_DYNAMIC Debian 6.12.95-1 (2026-07-04)",
|
||||
"arch": "x64",
|
||||
"machine": "x86_64",
|
||||
"cpus": 16
|
||||
},
|
||||
"adapter": {
|
||||
"webgl2": {
|
||||
"name": "webgl2",
|
||||
"status": "PASS",
|
||||
"code": "WEBGL2_READY",
|
||||
"vendor": "Google Inc. (Google)",
|
||||
"renderer": "ANGLE (Google, Vulkan 1.3.0 (SwiftShader Device (Subzero) (0x0000C0DE)), SwiftShader driver)",
|
||||
"version": "WebGL 2.0 (OpenGL ES 3.0 Chromium)"
|
||||
},
|
||||
"webgpu": {
|
||||
"name": "webgpu",
|
||||
"status": "BLOCKED",
|
||||
"code": "WEBGPU_ADAPTER_UNAVAILABLE"
|
||||
}
|
||||
},
|
||||
"isolation": {
|
||||
"crossOriginIsolated": true
|
||||
},
|
||||
"assets": {
|
||||
"worker": {
|
||||
"path": "web/dist/assets/storage.worker-D9TqXsGS.js",
|
||||
"sha256": "40c5ef732bd0c7571c53f0854b6b966a9f3b0085932c1ee23962c2387dd15706"
|
||||
},
|
||||
"wasm": {
|
||||
"path": "web/dist/assets/web_engine-CfcxjuJm.wasm",
|
||||
"sha256": "7821f408687e455c6f4e185fc3741c199c1c60d409836a2fe1b32f521d81e0ea"
|
||||
}
|
||||
},
|
||||
"supportRule": "IDENTITY_IS_OBSERVED_ONLY; PASS_ONLY_WHEN_PROBED; BLOCKED_OR_UNAVAILABLE_DOES_NOT_CLAIM_SUPPORT",
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M14-01E",
|
||||
"identitySha256": "3c6f898e1b6ffd39862505b8e7dde8fd29369204e1670a013859f74ccaf1c1eb"
|
||||
}
|
||||
Reference in New Issue
Block a user