Changeset 276487 in webkit
- Timestamp:
- Apr 22, 2021, 10:20:30 PM (4 years ago)
- Location:
- trunk/WebDriverTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebDriverTests/ChangeLog
r271739 r276487 1 2021-04-22 Lauro Moura <lmoura@igalia.com> 2 3 [GTK][WebDriver] Garden keypress failures 4 5 Unreviewed test gardening. 6 7 * TestExpectations.json: 8 1 9 2021-01-22 Lauro Moura <lmoura@igalia.com> 2 10 -
trunk/WebDriverTests/TestExpectations.json
r269615 r276487 180 180 "testNumberpadAndFunctionKeys": { 181 181 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213961"}} 182 }, 183 "testShouldFireKeyPressEvents": { 184 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 182 185 } 183 186 } … … 397 400 "test_special_key_sends_keydown[SEPARATOR-expected63]": { 398 401 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184967"}} 402 }, 403 "test_printable_key_sends_correct_events[a-KeyA0]": { 404 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 405 }, 406 "test_printable_key_sends_correct_events[a-KeyA1]": { 407 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 408 }, 409 "test_printable_key_sends_correct_events[,-Comma]": { 410 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 411 }, 412 "test_printable_key_sends_correct_events[@-Digit2]": { 413 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 414 }, 415 "test_printable_key_sends_correct_events[\"-Quote]": { 416 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 417 }, 418 "test_printable_key_sends_correct_events[\\u0416-]": { 419 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 420 }, 421 "test_printable_key_sends_correct_events[\\u2603-]": { 422 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 423 }, 424 "test_printable_key_sends_correct_events[\\uf6c2-]": { 425 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 426 }, 427 "test_printable_key_sends_correct_events[\\xe0-]": { 428 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 429 }, 430 "test_special_key_sends_keydown[ADD-expected0]": { 431 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 432 }, 433 "test_special_key_sends_keydown[DECIMAL-expected6]": { 434 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 435 }, 436 "test_special_key_sends_keydown[DIVIDE-expected8]": { 437 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 438 }, 439 "test_special_key_sends_keydown[MULTIPLY-expected31]": { 440 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 441 }, 442 "test_special_key_sends_keydown[NULL-expected32]": { 443 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 444 }, 445 "test_special_key_sends_keydown[NUMPAD0-expected33]": { 446 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 447 }, 448 "test_special_key_sends_keydown[NUMPAD1-expected34]": { 449 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 450 }, 451 "test_special_key_sends_keydown[NUMPAD2-expected35]": { 452 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 453 }, 454 "test_special_key_sends_keydown[NUMPAD3-expected36]": { 455 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 456 }, 457 "test_special_key_sends_keydown[NUMPAD4-expected37]": { 458 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 459 }, 460 "test_special_key_sends_keydown[NUMPAD5-expected38]": { 461 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 462 }, 463 "test_special_key_sends_keydown[NUMPAD6-expected39]": { 464 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 465 }, 466 "test_special_key_sends_keydown[NUMPAD7-expected40]": { 467 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 468 }, 469 "test_special_key_sends_keydown[NUMPAD8-expected41]": { 470 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 471 }, 472 "test_special_key_sends_keydown[NUMPAD9-expected42]": { 473 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 474 }, 475 "test_special_key_sends_keydown[SPACE-expected65]": { 476 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 477 }, 478 "test_special_key_sends_keydown[SUBTRACT-expected66]": { 479 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 480 }, 481 "test_sequence_of_keydown_printable_keys_sends_events": { 482 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 483 }, 484 "test_sequence_of_keydown_printable_characters_sends_events": { 485 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/224736"}} 399 486 } 400 487 }
Note:
See TracChangeset
for help on using the changeset viewer.