jugglinmike

Results 223 comments of jugglinmike

Thank you, @mcking65! I have applied most of your feedback to create a new version of the UI description: Latest version of the automation UI design ### Test plan report...

Thanks, @mcking65! If you're comfortable discussing the provenance issue elsewhere, then I think we have reached a final version. Latest version of the automation UI design ### Test plan report...

> I believe this interface should give you as much functionality as the keyboard hotkey simulation your current AT Driver plans expect. Since you’re still planning to write a per-screenreader...

@straker An operation like "select a button" is a good example of an operation with a unambiguous result--the button element. With a clear cause and effect, it's only natural that...

This looks like a out-of-memory issue. The workers we are using are relatively low-memory systems (2 gigabytes) running Ubuntu 18.04. The following command causes them to lock up with full...

[As of 2018-11-09, we are still occassionally experiencing this problem.](https://github.com/web-platform-tests/results-collection/issues/627)

[The EC2 workers used by this system are of type "t2.small."](https://github.com/web-platform-tests/results-collection/blob/eb268787d4d394738508f33e2acf2af9c3835ed5/provisioning/infrastructure/compute.tf#L146) They have [2GB of memory](https://aws.amazon.com/ec2/instance-types/), which seems like it ought to support tests that require 1GB. If we account...

Could you update the comment that precedes this (or insert this argument with a separate statement)? @jgraham as @Hexcles notes, this represents further divergence from the default `wpt run` invocation....

Thanks for the patch, @cvazac! In order to help others reproduce the results they find on wpt.fyi, we should document this step more widely. Can you patch [WPT's instructions on...

> Yes, this should run in TP as well. Excuse me, I forgot that we have a precedent for this kind of thing. [We only apply Chrome's `--enable-experimental-web-platform-features` when testing...