[webkit-dev] Importing Test262 into WebKit

2016-05-12 Thread Keith Miller
Hi everyone, For those of you that have not already heard of Test262, it is a continually updated conformance test suite for upcoming ECMAScript standards (https://github.com/tc39/test262). I think it’s in our best interest to include the test suite in our normal testing infrastructure for Java

Re: [webkit-dev] Importing Test262 into WebKit

2016-05-12 Thread Ryosuke Niwa
Does this mean all buildbot builders would start running these tests? It's great to have a better coverage but perhaps we need to increase the number of bots if we're adding 20min to our cycle time. - R. Niwa On Thu, May 12, 2016 at 4:02 PM, Keith Miller wrote: > Hi everyone, > > For those of yo

Re: [webkit-dev] Importing Test262 into WebKit

2016-05-12 Thread Keith Miller
We already have separate bots for the JSC tests so the Test262 tests should only impact those bots. Keith > On May 12, 2016, at 4:13 PM, Ryosuke Niwa wrote: > > Does this mean all buildbot builders would start running these tests? > It's great to have a better coverage but perhaps we need to i

Re: [webkit-dev] Importing Test262 into WebKit

2016-05-12 Thread Geoffrey Garen
Is that 20min even when running in parallel (i.e., about 80min when running serially)? That’s…. a lot. How much time is that per test? Geoff > On May 12, 2016, at 4:02 PM, Keith Miller wrote: > > Hi everyone, > > For those of you that have not already heard of Test262, it is a continually >