@@ -10,22 +10,32 @@ strategy:
1010 platform : ' Linux-Stub'
1111 imageName : ' ubuntu-latest'
1212 cmakeArgs : ' -g '' Linux Makefiles'' -DQUIC_TLS=stub -DQUIC_ENABLE_LOGGING=off'
13- testCmd : ' bash ./.azure/run_linux.sh'
13+ testCmd : ' bash ./.azure/test_linux.sh '' *'' '
14+ linux-stub-sanitize :
15+ platform : ' Linux-Stub-Sanitize'
16+ imageName : ' ubuntu-latest'
17+ cmakeArgs : ' -g '' Linux Makefiles'' -DQUIC_TLS=stub -DQUIC_ENABLE_LOGGING=off -DQUIC_SANITIZE_ADDRESS=on'
18+ testCmd : ' bash ./.azure/test_linux.sh AppData/WithSendArgs2.SendLarge/0'
1419 linux-openssl :
1520 platform : ' Linux-OpenSSL'
1621 imageName : ' ubuntu-latest'
1722 cmakeArgs : ' -g '' Linux Makefiles'' -DQUIC_TLS=openssl -DQUIC_ENABLE_LOGGING=off'
18- testCmd : ' bash ./.azure/run_linux .sh'
23+ testCmd : ' bash ./.azure/test_linux .sh '' * '' '
1924 windows-x64-stub :
2025 platform : ' Windows-x64-Stub'
2126 imageName : ' windows-latest'
2227 cmakeArgs : ' -g '' Visual Studio 16 2019'' -A x64 -DQUIC_TLS=stub'
23- testCmd : ' .\.azure\run_windows.cmd'
28+ testCmd : ' .\.azure\test_windows.cmd *'
29+ windows-x64-mitls :
30+ platform : ' Windows-x64-miTLS'
31+ imageName : ' windows-latest'
32+ cmakeArgs : ' -g '' Visual Studio 16 2019'' -A x64 -DQUIC_TLS=mitls'
33+ testCmd : ' .\.azure\test_windows.cmd *'
2434 windows-x64-schannel :
2535 platform : ' Windows-x64-Schannel'
2636 imageName : ' windows-latest'
2737 cmakeArgs : ' -g '' Visual Studio 16 2019'' -A x64 -DQUIC_TLS=schannel'
28- testCmd : ' echo Not supported yet '
38+ testCmd : ' .\.azure\test_windows.cmd ParameterValidation.* '
2939
3040pool :
3141 vmImage : $(imageName)
0 commit comments