ladybird/Tests/LibWeb/test-web
Jelle Raaijmakers fcd39b67af
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Tests: Set SIGTERM as the timeout signal handler for ctest
We occasionally (frequently) time out in CI. If ctest triggers this
timeout, it sends a SIGSTOP followed by a SIGKILL. Since we want to
gracefully exit the test runner, ask ctest to send a SIGTERM instead.

This should cause active test status reports to show up in CI.
2025-08-17 20:51:56 -04:00
..
Application.cpp test-web: Add an option to randomize the test order 2025-07-28 09:01:56 +02:00
Application.h test-web: Add an option to randomize the test order 2025-07-28 09:01:56 +02:00
CMakeLists.txt Tests: Set SIGTERM as the timeout signal handler for ctest 2025-08-17 20:51:56 -04:00
Fixture.cpp
Fixture.h
Fuzzy.cpp Tests: Include test URL in fuzzy mismatch reports 2025-08-06 13:51:36 +02:00
Fuzzy.h Tests: Include test URL in fuzzy mismatch reports 2025-08-06 13:51:36 +02:00
main.cpp Tests: Report status on SIGINT and SIGTERM in LibWeb test runner 2025-08-17 20:51:56 -04:00
TestWeb.h Tests: Implement fuzzy screenshot comparisons in test-web 2025-07-17 12:59:11 +01:00
TestWebView.cpp
TestWebView.h