Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function testEnumerate() {
2 var p = new ParallelArray([1,2,3,4,5]);
4 assertEq(i >= 0 && i < p.length, true);
7 // FIXME(bug 844882) self-hosted object not array-like, exposes internal properties
8 // if (getBuildConfiguration().parallelJS)