Skip to content

Using Testing makes whole package rebuild after each change from run to debug mode inside tests #7710

Closed
@machineko

Description

@machineko
Executing task: swift: Building and Running Tests 

> swift test  --enable-experimental-swift-testing --experimental-event-stream-version 0 --experimental-event-stream-output /tmp/vscodemkfifo-1718907655582 --disable-xctest --filter RebuildTest\.DeviceTest\/ -Xswiftc -diagnostic-style=swift -Xswiftc -cxx-interoperability-mode=default

Building for debugging...
[8/8]
Build complete! (0.11s)
....
✔ Test run with 3 tests passed after 0.149 seconds.
true
 *  Terminal will be reused by tasks, press any key to close it. 

 *  Executing task: swift: Build All 

> swift build --build-tests -Xswiftc -diagnostic-style=swift -Xswiftc -cxx-interoperability-mode=default
Building for debugging...
[14/369]

To Reproduce
Use any Testing project run test, after it finish run debug on the same test.

Expected behavior
No rebuilding with every run (debugging tests shouldn't use .xctest?)

Environment

  • OS: WSL debian 12
  • Swift version Swift version 6.0-dev (LLVM bf8bbb910874156, Swift a0bb875256e41ae)
    Target: x86_64-unknown-linux-gnu
  • Visual Studio Code version: 1.90.2
  • vscode-swift version: 1.10.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions