-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Labels
area:debuggerfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usageBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P2Average run-of-the-mill bugsAverage run-of-the-mill bugs
Description
Reproduction steps
- Have a Go test with subtests (via 't.Run')
- Run a subtest via Zed, ensure it works.
- Try running the same subtest in debugging mode.
- get
testing: warning: no tests to runmessage.
Current vs. Expected behavior
Current behavior: no tests are run in the debugger.
Expected behavior: the specific test is run.
Zed version and system specs
Zed: v0.215.3-86+74f281da864725a4e21360852e2d6a62bc4b4941 (Zed Preview)
OS: Linux X11 ubuntu 24.04
Memory: 31.2 GiB
Architecture: x86_64
GPU: Intel(R) Graphics (RPL-U) || Intel open-source Mesa driver || Mesa 25.0.7-0ubuntu0.24.04.2
Attach Zed log file
The reason for the bug is known: the unescape code in
| if let Some((left, right)) = arg.split_once("/") |
zed/crates/languages/src/go.rs
Line 657 in ca6e64d
| "'^{}$/^{}$'", |
Relevant Zed settings
No response
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
ml1nk
Metadata
Metadata
Assignees
Labels
area:debuggerfrequency:commonBugs that happen for at least a third of the users across all platforms and kinds of usageBugs that happen for at least a third of the users across all platforms and kinds of usagepriority:P2Average run-of-the-mill bugsAverage run-of-the-mill bugs