Skip to content

Commit

Permalink
[GTK] Garden API tests failing
Browse files Browse the repository at this point in the history
Unreviewed test gardening.

* Tools/TestWebKitAPI/glib/TestExpectations.json:

Canonical link: https://commits.webkit.org/275823@main
  • Loading branch information
dpino committed Mar 8, 2024
1 parent 1f7eb40 commit 804acb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/TestWebKitAPI/glib/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/256557"}}
},
"/webkit/WebKitAccessibility/text/state-changed": {
"expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/256557"}}
"expected": {"gtk": {"status": ["FAIL", "TIMEOUT", "PASS"], "bug": "webkit.org/b/256557"}}
}
}
},
Expand All @@ -70,7 +70,7 @@
"TestWebKitFaviconDatabase": {
"subtests": {
"/webkit/WebKitFaviconDatabase/get-favicon": {
"expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/205381"}}
"expected": {"gtk": {"status": ["FAIL", "TIMEOUT", "PASS"], "bug": "webkit.org/b/205381"}}
}
}
},
Expand Down

0 comments on commit 804acb5

Please sign in to comment.