Re: Announcing new test platform "Android 7.0 x86"

2018-11-01 Thread Chris Peterson
On 2018-11-01 3:06 PM, Nicholas Alexander wrote: Like the existing "Android 4.2" and "Android 4.3" test platforms, these tests run in an Android emulator running in a docker container (the same Ubuntu-based image used for linux64 tests). The new platform runs an x86 emulator using kvm accelerati

Re: Announcing new test platform "Android 7.0 x86"

2018-11-01 Thread Nicholas Alexander
On Thu, Nov 1, 2018 at 2:44 PM Geoffrey Brown wrote: > This week some familiar tier 1 test suites began running on a new test > platform labelled "Android 7.0 x86" on treeherder. Only a few test suites > are running so far; more are planned. > > Like the existing "Android 4.2" and "Android 4.3" t

Announcing new test platform "Android 7.0 x86"

2018-11-01 Thread Geoffrey Brown
This week some familiar tier 1 test suites began running on a new test platform labelled "Android 7.0 x86" on treeherder. Only a few test suites are running so far; more are planned. Like the existing "Android 4.2" and "Android 4.3" test platforms, these tests run in an Android emulator running in

Re: Test helper ok() will now fail if used with more than 2 arguments

2018-11-01 Thread Ehsan Akhgari
Thank you for doing this! I cannot overstate how many times this has tripped me and others over in the past. Cheers, Ehsan On Thu, Nov 1, 2018 at 8:02 AM Julian Descottes wrote: > We are about to land https://bugzilla.mozilla.org/show_bug.cgi?id=1467712 > which changes the behavior of `ok()` t

Re: Intent to implement: Support Referrer Policy for

2018-11-01 Thread Thomas Nguyen
Oh, you are right, sorry that I used confusing words. After implementation, we expect they are all passed as OK, not FAIL. On Thu, Nov 1, 2018 at 12:24 PM James Graham wrote: > On 01/11/2018 11:03, Thomas Nguyen wrote: > > The link > > > https://searchfox.org/mozilla-central/search?q=script-tag%

Test helper ok() will now fail if used with more than 2 arguments

2018-11-01 Thread Julian Descottes
We are about to land https://bugzilla.mozilla.org/show_bug.cgi?id=1467712 which changes the behavior of `ok()` test helpers provided by Assert.jsm, SimpleTest.js and browser-test.js (as well as some test helpers based on them). `ok()` used to accept up to four arguments: condition, name, exception

Re: Intent to implement: Support Referrer Policy for

2018-11-01 Thread James Graham
On 01/11/2018 11:03, Thomas Nguyen wrote: The link https://searchfox.org/mozilla-central/search?q=script-tag%2Finsecure-protocol.keep-origin-redirect.http.html&path= is not covered all the tests. Thanks James for pointing it out. In fact, we have synced all script-tag tests which were added in h

Re: Intent to implement: Support Referrer Policy for

2018-11-01 Thread Thomas Nguyen
The link https://searchfox.org/mozilla-central/search?q=script-tag%2Finsecure-protocol.keep-origin-redirect.http.html&path= is not covered all the tests. Thanks James for pointing it out. In fact, we have synced all script-tag tests which were added in https://github.com/web-platform-tests/wpt/pull

Re: Intent to implement: Support Referrer Policy for

2018-11-01 Thread James Graham
On 31/10/2018 14:03, Thomas Nguyen wrote: Summary: This implementation adds Referrer Policy support to the