diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index 385851a6dc2..c572999c905 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -150,6 +150,15 @@ jobs: ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=0' UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1' + - ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}: + - script: | + ./run.sh + displayName: 'WPT' + workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/ + env: + SERENITY_SOURCE_DIR: '$(Build.SourcesDirectory)' + QT_QPA_PLATFORM: 'offscreen' + - ${{ if eq(parameters.lagom_lints, true) }}: - script: | set -e