script: Implement inserttext command - #46838
Conversation
Signed-off-by: Psychpsyo (Cameron) <[email protected]>
9d09a0e to
16e733a
Compare
|
🔨 Triggering try run (#30388808779) for Linux (WPT) |
|
Test results for linux-wpt from try job (#30388808779): Flaky unexpected result (27)
Stable unexpected results that are known to be intermittent (21)
|
|
✨ Try run (#30388808779) succeeded. |
TimvdLippe
left a comment
There was a problem hiding this comment.
Typically we don't accept any new crashes, unless we know superwell why they fail and have justification. However, in this case I know insertText is a fundamental testing piece. So let's be pragmatic here and accept those crashes, especially as they aren't the core run tests. But do please investigate these new crash failures first so that we can get these working as next step.
Thanks for the implementation and comments and all!
Will do right after the |
This implements the inserttext editing command.
Testing: A bunch of new passes. Also some new crashes and timeouts, but I haven't yet had the time to debug those and this has been sitting on my harddrive for a while now, so I thought I'd just open the PR.
(I also assume that debugging test failures will get easier overall once more of these commands are implemented, since there'll be less noise due to missing commands and one could probably cross-reference between multiple commands with similar failures... but maybe that's just wishful thinking to justify being lazy right now.)