Establish baselines for testdriver.js infrastructure tests (#39496)

Update testdriver infrastructure test expectation.
For now, most failures of testdriver tests are caused by missing
implementation or issue in Servo.

Signed-off-by: batu_hoang <hoang.binh.trong@huawei.com>
This commit is contained in:
batu_hoang 2025-09-27 09:51:18 +08:00 committed by GitHub
parent 18a1da0d80
commit 043425cae5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[eventOrder.html]
[indivisible actions on the same track dispatch events in series]
expected: FAIL

View file

@ -0,0 +1,3 @@
[mouseClickCount.html]
[TestDriver actions: test the mouse click counts at different cases]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiTouchPoints.html]
[TestDriver actions: two touch points with one moving one pause]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiTouchPointsReleaseFirstPoint.html]
[TestDriver actions: two touch points with one moving one pause]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiTouchPointsReleaseSecondPoint.html]
[TestDriver actions: two touch points with one moving one pause]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiTouchPointsSimultaneousMove.html]
[TestDriver actions: two touch points with both moving]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiTouchPointsTwoTouchStarts.html]
[TestDriver actions: two touch points with one moving one pause]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiTouchPointsWithPause.html]
[TestDriver actions: two touch points with one moving one pause]
expected: FAIL

View file

@ -0,0 +1,3 @@
[penPointerEventProperties.html]
[TestDriver actions: pointerevent properties of pen type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[penPointerEvents.html]
[TestDriver actions: pointerevent properties of pen type]
expected: FAIL

View file

@ -0,0 +1,3 @@
[touchPointerEventProperties.html]
[TestDriver actions: pointerevent properties of touch type]
expected: FAIL

View file

@ -0,0 +1,2 @@
[handle_request_device_prompt.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_adapter.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_characteristic.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_characteristic_response.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_descriptor.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_descriptor_response.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_gatt_connection_response.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_gatt_disconnection.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_preconnected_peripheral.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[simulate_service.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[set_geolocation_override.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[set_locale_override.https.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[set_screen_orientation_override.https.html]
[emulate screen orientation and clear override]
expected: FAIL

View file

@ -0,0 +1,2 @@
[set_permission.https.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[click_iframe.html]
[TestDriver click on a document in an iframe]
expected: FAIL

View file

@ -0,0 +1,3 @@
[click_nested.html]
[TestDriver click method with multiple windows and nested iframe]
expected: FAIL

View file

@ -0,0 +1,3 @@
[click_window.html]
[TestDriver click method in window]
expected: FAIL

View file

@ -0,0 +1,2 @@
[generate_test_report.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[get_all_cookies.sub.html]
[Get all HTTP cookies]
expected: FAIL

View file

@ -0,0 +1,3 @@
[get_all_cookies.sub.https.html]
[Get all HTTPS cookies]
expected: FAIL

View file

@ -0,0 +1,3 @@
[get_named_cookie.sub.html]
[Get Named HTTP cookie]
expected: FAIL

View file

@ -0,0 +1,3 @@
[get_named_cookie.sub.https.html]
[Get Named HTTPS cookie]
expected: FAIL

View file

@ -0,0 +1,4 @@
[minimize_restore_popup.html]
expected: TIMEOUT
[minimize and restore on popup]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[set_permission.https.html]
[Grant Permission]
expected: FAIL
[Deny Permission]
expected: FAIL

View file

@ -0,0 +1,21 @@
[virtual_authenticator.html]
[Can create an authenticator]
expected: FAIL
[Can add a credential]
expected: FAIL
[Can get the credentials]
expected: FAIL
[Can remove a credential]
expected: FAIL
[Can remove all credentials]
expected: FAIL
[Can set user verified]
expected: FAIL
[Can remove a virtual authenticator]
expected: FAIL