Intent of async.ts ×2
All 28 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/28 tests-
platform/25 tests-
agentHost/5 tests-
test/5 tests-
node/5 tests-
shared/5 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/shared/editSurvivalReporter.test|title=agentHost editSurvivalReporter does not contain any code-text fields in the payload|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/shared/editSurvivalReporter.test|title=agentHost editSurvivalReporter emits a delete event when the file is missing|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/shared/editSurvivalReporter.test|title=agentHost editSurvivalReporter emits a sample at t=0 with the right shape|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/shared/editSurvivalReporter.test|title=agentHost editSurvivalReporter resolves ahp-chat sub-channel URIs back to the parent harness|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/shared/editSurvivalReporter.test|title=agentHost editSurvivalReporter skips the sample on transient read errors (no event, reporter keeps running)|occurrence=1
-
-
-
-
-
keybinding/20 tests-
test/20 tests-
common/20 tests-
abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/4 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a multi-chord keybinding with a null command ID keeps the keybinding (shouldPreventDefault = true)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a multi-chord keybinding with an empty-string command ID keeps the keybinding (shouldPreventDefault = true)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a single-chord keybinding with a null command ID unbinds the keybinding (shouldPreventDefault = false)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a single-chord keybinding with an empty string command ID unbinds the keybinding (shouldPreventDefault = false)|occurrence=1
-
-
abstractKeybindingService.test|title=AbstractKeybindingService simple tests: single- and multi-chord keybindings are dispatched a single-chord keybinding is dispatched correctly; this test makes sure the dispatch in general works before we test empty-string/1 test -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding even when label is empty string|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding for command with context when context matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding label when command has a keybinding|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding when context does not match but enforceContextCheck is false|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when command has no keybinding|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when commandId is empty string|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when commandId is null|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when commandId is undefined|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when context does not match and enforceContextCheck is true|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService can have spying command|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService can trigger command that is sharing keybinding with chord|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService cannot trigger chord if command is overwriting|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService issue #16498: chord mode is quit for invalid chords|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService issue #16833: Keybinding service should not testDispatch on modifier keys|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService simple tests: single- and multi-chord keybindings are dispatched a multi-chord keybinding is dispatched correctly|occurrence=1
-
-
-
-
-
workbench/3 tests-
contrib/3 tests-
mcp/3 tests-
test/3 tests-
node/3 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/mcp/test/node/mcpStdioStateHandler.test|title=McpStdioStateHandler sigkill after grace|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/mcp/test/node/mcpStdioStateHandler.test|title=McpStdioStateHandler sigterm after grace|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/contrib/mcp/test/node/mcpStdioStateHandler.test|title=McpStdioStateHandler stdin ends process|occurrence=1
-
-
-
-
-
-