You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/windows-test-inventory.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Locations intentionally omit line numbers so unrelated edits do not invalidate t
16
16
| Classification | Count |
17
17
|---|---:|
18
18
| windows-backend-gap | 25 |
19
-
| portable-candidate |12|
19
+
| portable-candidate |14|
20
20
| platform-contract | 35 |
21
21
22
-
Total Windows-excluded declarations: **72**
22
+
Total Windows-excluded declarations: **74**
23
23
24
24
## Inventory
25
25
@@ -89,7 +89,9 @@ Total Windows-excluded declarations: **72**
89
89
| platform-contract |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` validates proxy policy mutations before clearing and reports failed follow-up commits as unknown |`process.platform === 'win32' ? 'POSIX permissions are required to inject a persistence failure' : false`|
90
90
| platform-contract |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` reports unknown outcome when active proxy password persistence fails after clearing |`process.platform === 'win32' ? 'POSIX permissions are required to inject a persistence failure' : false`|
91
91
| platform-contract |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` preserves unknown commit semantics and consumes the completion ticket |`process.platform === 'win32' ? 'POSIX permissions are required to inject a persistence failure' : false`|
92
+
| portable-candidate |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` proxy replacement failure before vault publication leaves both stores unchanged |`process.platform === 'win32' ? 'POSIX file handles are required to inject persistence failures' : false`|
92
93
| portable-candidate |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` proxy replacement never persists its secret outside the credential vault |`process.platform === 'win32' ? 'POSIX file handles are required to inject persistence failures' : false`|
94
+
| portable-candidate |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` authentication disable failure before policy publication leaves both stores unchanged |`process.platform === 'win32' ? 'POSIX file handles are required to inject persistence failures' : false`|
93
95
| portable-candidate |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` disabling proxy authentication commits policy before deleting its credential |`process.platform === 'win32' ? 'POSIX file handles are required to inject persistence failures' : false`|
94
96
| platform-contract |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` successor recovery removes credentials orphaned by an interrupted connection removal |`process.platform === 'win32' ? 'POSIX permissions are required to inject a persistence failure' : false`|
95
97
| platform-contract |`packages/storage/src/__tests__/runtime-policy-stores.test.ts` fails closed on final symlinks, FIFOs, and oversized documents without changing bytes |`process.platform === 'win32'`|
0 commit comments