Skip to content

[docs] Update ASan trigger in ContinuousIntegration.md #73382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/ContinuousIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ macOS platform | @swift-ci Please benchmark | S
macOS platform | @swift-ci Please smoke benchmark | Swift Benchmark macOS Platform (few runs - soundness)
Linux platform | @swift-ci Please test Linux platform | Swift Test Linux Platform (smoke test)<br>Swift Test Linux Platform
Linux platform | @swift-ci Please clean test Linux platform | Swift Test Linux Platform (smoke test)<br>Swift Test Linux Platform
macOS platform | @swift-ci Please ASAN test | Swift ASAN Test macOS Platform
Linux platform | @swift-ci Please test WebAssembly | Swift Test WebAssembly (Ubuntu 20.04)

The core principles of validation testing is that:
Expand Down Expand Up @@ -225,6 +224,12 @@ preset=stdlib_S_standalone_minimal_macho_x86_64,build,test
@swift-ci please test with toolchain and preset
```

### Useful preset triggers

Platform | Comment | Use
--------------- | ------- | ---
macOS platform | preset=asan <br> @swift-ci Please test with preset macOS platform | Runs the validation test suite with an ASan build

### Testing Compiler Performance

Platform | Comment | Check Status
Expand Down