Fix orange by temporarily disabling js-ctypes chrome worker test that uses parent(), to buy more time to figure out a fix at leisure. r=orange

This commit is contained in:
Jeff Walden 2010-05-04 18:28:27 -07:00
parent 2fe1b54c7f
commit 4cf2d8760e

View File

@ -40,7 +40,9 @@ importScripts("xpcshellTestHarnessAdaptor.js");
onmessage = function(event) {
_WORKINGDIR_ = event.data;
if(false){
importScripts("test_jsctypes.js");
run_test();
}
postMessage("Done!");
}