Skip to content

Commit c2266a1

Browse files
committed
[docs] Update ASan trigger in ContinuousIntegration.md
1 parent 7da91bd commit c2266a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/ContinuousIntegration.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ macOS platform | @swift-ci Please benchmark | S
9090
macOS platform | @swift-ci Please smoke benchmark | Swift Benchmark macOS Platform (few runs - soundness)
9191
Linux platform | @swift-ci Please test Linux platform | Swift Test Linux Platform (smoke test)<br>Swift Test Linux Platform
9292
Linux platform | @swift-ci Please clean test Linux platform | Swift Test Linux Platform (smoke test)<br>Swift Test Linux Platform
93-
macOS platform | @swift-ci Please ASAN test | Swift ASAN Test macOS Platform
9493
Linux platform | @swift-ci Please test WebAssembly | Swift Test WebAssembly (Ubuntu 20.04)
9594

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

227+
### Useful preset triggers
228+
229+
Platform | Comment | Use
230+
--------------- | ------- | ---
231+
macOS platform | preset=asan <br> @swift-ci Please test with preset macOS platform | Runs the validation test suite with an ASan build
232+
228233
### Testing Compiler Performance
229234

230235
Platform | Comment | Check Status

0 commit comments

Comments
 (0)