Backed out changeset 085f96014278 (bug 1171586) for SM permafails.

This commit is contained in:
Ryan VanderMeulen 2015-07-16 08:13:31 -04:00
parent 0c5bc9d060
commit 40977df091

View File

@ -31,7 +31,7 @@ let z;
for (z = 1; z <= 16322; ++z) {
this.__defineGetter__('functional', function x(){ yield; } );
foo("this.__defineSetter__('', function(){});");
foo("for (yyy in this) y = this[yyy];");
foo("for each (y in this);");
}
reportCompare(expect, actual, summary);