Skip to content

Commit

Permalink
Tests+CI: Remove WPT CI job
Browse files Browse the repository at this point in the history
This currently fails on CI, but gives no indication that it has failed.
  • Loading branch information
tcl3 committed Aug 10, 2024
1 parent d38b28b commit 52003ea
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 569 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lagom-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,6 @@ jobs:
retention-days: 7
if-no-files-found: ignore

- name: WPT
# FIXME: #1 Figure out why the WebDriver doesn't start when building with GCC on Linux
if: ${{ inputs.os_name == 'Linux' && inputs.fuzzer == 'NO_FUZZ' && inputs.toolchain != 'GNU' }}
working-directory: ${{ github.workspace }}/Tests/LibWeb/WPT
run: ./run.sh --remove-wpt-repository
env:
QT_QPA_PLATFORM: 'offscreen'
ASAN_OPTIONS: 'strict_string_checks=1:check_initialization_order=1:strict_init_order=1:detect_stack_use_after_return=1:allocator_may_return_null=1'
UBSAN_OPTIONS: 'print_stacktrace=1:print_summary=1:halt_on_error=1'

- name: Lints
if: ${{ inputs.os_name == 'Linux' && inputs.fuzzer == 'NO_FUZZ' }}
working-directory: ${{ github.workspace }}
Expand Down

This file was deleted.

76 changes: 0 additions & 76 deletions Tests/LibWeb/WPT/concat-extract-metadata.py

This file was deleted.

7 changes: 0 additions & 7 deletions Tests/LibWeb/WPT/include.ini

This file was deleted.

Loading

0 comments on commit 52003ea

Please sign in to comment.