On 09/25/2014 11:45 AM, Steve Fink wrote: > Second: All SM(...) jobs now run jsapi-tests, jstests, and jit-tests. > The first two are new. jit-tests were already running. That means > jstests are running both via the shell and the browser now (though some > are marked shell-only, which means they are now getting run on tbpl > where previously they were not.) > > So far, that only seems to have uncovered breakage on mozilla-beta. So > it looks like it will stick.
And as Jan just helpfully pointed out, |make check-jstests| currently doesn't do anything. Which would explain why this isn't producing as much breakage as expected. :-) check-jstests depends on an obsolete variable JITFLAGS being set. So for now, this part does nothing. _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

