Meta: Add WPT in Azure CI

This commit is contained in:
Aliaksandr Kalenik 2023-06-13 17:30:16 +03:00 committed by Andreas Kling
parent a414ddcbf3
commit 0677270a3e
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00

View file

@ -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