Skip to content

Commit 47bec09

Browse files
committed
revert the cross site test which can't be done in core
1 parent 1f98641 commit 47bec09

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/es6/proxyenumremoval.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,6 @@ for(var key in proxy){ keys += key;}
115115
passed &= keys==="b";
116116
passed &= getPrototypeOfCalled===1;
117117

118-
// cross site marshal
119-
var IntArr0 = Array();
120-
IntArr0[3] = -6869070206472090000;
121-
IntArr0 = new Proxy(IntArr0, {});
122-
var sc1 = WScript.LoadScript('', 'samethread');
123-
sc1.IntArr0 = IntArr0;
124-
var sc1_cctx = sc1.Debug.parseFunction('x=""; for (var _strvar0 in IntArr0) {x+=IntArr0[_strvar0];}');
125-
sc1_cctx();
126-
passed &= (sc1.x=="-6869070206472090000");
127-
128-
129118
if (passed) {
130119
WScript.Echo("PASS");
131120
}

0 commit comments

Comments
 (0)