Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 for (var i = 0; i < 1e4; i++)
2 {
3 assertEq(new Array(undefined, undefined, 1, 2, 3, 4).length,
4 6,
5 "bad, i: " + i);
6 }