mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Tests: Annotate reasons for skipping LibWeb tests
Eventually we want to stop skipping these, so it's helpful to know why they were skipped in the first place. :^) I've grouped them together by reason, so the order has changed a little. For some of these the reason isn't clear.
This commit is contained in:
parent
f88f41cf1e
commit
a8b3d363cc
Notes:
github-actions[bot]
2024-11-06 19:04:55 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/a8b3d363cce Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2198
1 changed files with 16 additions and 3 deletions
|
@ -1,14 +1,21 @@
|
|||
[Skipped]
|
||||
; Consistently hang on macOS, see #1306
|
||||
Text/input/HTML/cross-origin-window-properties.html
|
||||
Text/input/HTML/DedicatedWorkerGlobalScope-instanceof.html
|
||||
Text/input/window-scrollTo.html
|
||||
|
||||
; Flaky on CI
|
||||
Ref/input/css-keyframe-fill-forwards.html
|
||||
Ref/input/unicode-range.html
|
||||
Text/input/Crypto/SubtleCrypto-exportKey.html
|
||||
Text/input/Crypto/SubtleCrypto-generateKey.html
|
||||
Text/input/css/cubic-bezier-infinite-slope-crash.html
|
||||
Text/input/css/transition-basics.html
|
||||
Text/input/HTML/cross-origin-window-properties.html
|
||||
Text/input/HTML/DedicatedWorkerGlobalScope-instanceof.html
|
||||
|
||||
; Flaky on CI, see #19
|
||||
Text/input/WebAnimations/misc/DocumentTimeline.html
|
||||
Text/input/window-scrollTo.html
|
||||
|
||||
; Worker tests are flaky on CI
|
||||
Text/input/Worker/Worker-blob.html
|
||||
Text/input/Worker/Worker-close-after-postMessage.html
|
||||
Text/input/Worker/Worker-crypto.html
|
||||
|
@ -18,7 +25,11 @@ Text/input/Worker/Worker-location.html
|
|||
Text/input/Worker/Worker-module.html
|
||||
Text/input/Worker/Worker-performance.html
|
||||
Text/input/Worker/Worker-postMessage-transfer.html
|
||||
|
||||
; Too slow for GCC CI
|
||||
Text/input/wpt-import/css/css-flexbox/abspos/position-absolute-001.html
|
||||
|
||||
; Skipped due to assertion failures
|
||||
Text/input/wpt-import/html/syntax/parsing/html5lib_entities01.html
|
||||
Text/input/wpt-import/html/syntax/parsing/html5lib_innerHTML_tests_innerHTML_1.html
|
||||
Text/input/wpt-import/html/syntax/parsing/html5lib_plain-text-unsafe.html
|
||||
|
@ -35,6 +46,8 @@ Text/input/wpt-import/html/syntax/parsing/named-character-references.html
|
|||
Text/input/wpt-import/html/syntax/parsing/support/no-doctype-name-eof.html
|
||||
Text/input/wpt-import/html/syntax/parsing/support/no-doctype-name-line.html
|
||||
Text/input/wpt-import/html/syntax/parsing/support/no-doctype-name-space.html
|
||||
|
||||
; Unknown, imported as skipped in #2148
|
||||
Text/input/wpt-import/html/infrastructure/safe-passing-of-structured-data/structuredclone_0.html
|
||||
Text/input/wpt-import/html/infrastructure/safe-passing-of-structured-data/resources/echo-iframe.html
|
||||
Text/input/wpt-import/html/infrastructure/safe-passing-of-structured-data/resources/iframe-resizable-arraybuffer-helper.html
|
||||
|
|
Loading…
Add table
Reference in a new issue