Bizarre. I can't explain why it might be freezing. I'm running our unit tests headless on VMs in IE6, 7 and 8 without hitting any issues. I ran into some headless issues on OSX, but those were basically just hosted Safari limitations.
My only suggestion would be attaching a Visual Studio instance (the free web developer edition should work) to the hosted mode process' scripting engine and breaking. If that doesn't work, you might be able to use Spy++ to run through the windows of the hidden GWT process or attach the native debugger and run through the various threads to see if there's a thread stuck in the MessageBox function. Best, Matt. On Aug 8, 2:42 pm, Isaac Truett <[email protected]> wrote: > Matt, > > Actually I'm running under Win XP (with IE 6) right now. I tried with > -notHeadless and I didn't see any prompts. The test finished normally. > I then removed -notHeadless and the test timed out again. So, thank > you! I still don't know why it is timing out in headless mode, but at > least I can make the test run now. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
