<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r201872): WTF_CrossThreadTask.Basic fails in all non mac ports since r201872"
href="https://bugs.webkit.org/show_bug.cgi?id=158612#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(r201872): WTF_CrossThreadTask.Basic fails in all non mac ports since r201872"
href="https://bugs.webkit.org/show_bug.cgi?id=158612">bug 158612</a>
from <span class="vcard"><a class="email" href="mailto:beidson@apple.com" title="Brady Eidson <beidson@apple.com>"> <span class="fn">Brady Eidson</span></a>
</span></b>
<pre>The isolated copy snippets are out of order:
Actual:
...
isolatedCopy()
copy_constructor(logger-1-0)
isolatedCopy()
copy_constructor(<default>-2-0)
isolatedCopy()
copy_constructor(<default>-1-0)
...
Expected:
...
isolatedCopy()
copy_constructor(<default>-1-0)
isolatedCopy()
copy_constructor(<default>-2-0)
isolatedCopy()
copy_constructor(logger-1-0)
...
Which is reasonable, considering evaluation order of function arguments is unspecified.
Same thing with the other out-of-orderness later on.
The test assuming evaluation order is bogus.
I'll explore ways to fix.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>