mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 085f96014278 (bug 1171586) for SM permafails.
This commit is contained in:
parent
0c5bc9d060
commit
40977df091
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user