Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun a couple WPT tests on Android on CI #21242
Conversation
highfive
commented
Jul 24, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try |
Run a couple WPT tests on Android on CI
|
|
highfive
commented
Jul 24, 2018
|
|
@bors-servo try |
Run a couple WPT tests on Android on CI <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21242) <!-- Reviewable:end -->
|
|
So far I did not reproduce this failure on my linux machine. I think that the undefined JS variable is the first argument in this call: … and that it is supposed to be defined here: servo/tests/wpt/web-platform-tests/resources/testharness.js Lines 2232 to 2237 in 65df9cb … with The former script is injected through WebDriver here: The latter is part of every test like this: |
|
Although this issue does not reproduce on my linux desktop ( @jdm I’m running out of leads here, I don’t know what to try next. |
|
The code you linked seems like a reasonable lead. What about debug output to show what code is actually executing? |
|
Mystery solved. I was assuming that there would be no issue with the test loading wptrunner asks Servo (in this case through WebDriver) to load URLs like As to what happens on my Linux desktop machine, DNS resolution in the Android emulator appears to be delegated to the host. And So what’s needed is, most likely:
|
|
I ended up adding not a general mechanism for env variables, but a special case for I’ve tested this through SSH on |
|
@bors-servo r+ |
|
|
|
@bors-servo retry |
Run a couple WPT tests on Android on CI <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21242) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
Run a couple WPT tests on Android on CI <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21242) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
|
|
|
|
SimonSapin commentedJul 24, 2018
•
edited
This change is