Issue 4195: MessagePort GC layout tests are flaky.
http://code.google.com/p/chromium/issues/detail?id=4195
New issue report by [EMAIL PROTECTED]:
Running all the layout tests in the LayoutTests/fast directory,
LayoutTests/fast/events/message-channel-gc.html will sometimes fail. This
started happening after a completely unrelated change.
The code is:
var channel = new MessageChannel;
channel.port1.foo = "bar";
gc();
channel.port1.foo; // -> sometimes undefined
I'm guessing that the port1 wrapper is not kept alive across GCs. The
flakyness is probably because the gc() call does not always cause an actual
GC.
Issue attributes:
Status: Assigned
Owner: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---