<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - r234581 broke a test in Chromium"
href="https://llvm.org/bugs/show_bug.cgi?id=23220">23220</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>r234581 broke a test in Chromium
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Frontend
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nicolasweber@gmx.de
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>With r234581, `out\Release\sbox_integration_tests.exe
--gtest_filter=ProcessMitigationsTest.CheckDep` fails.
I tried building all .obj files with both r234581 applied and reverted, and the
only .obj file that makes a difference is the one for
sandbox/win/src/broker_services.cc. (
<a href="https://code.google.com/p/chromium/codesearch#chromium/src/sandbox/win/src/broker_services.cc&q=broker_services.cc&sq=package:chromium&type=cs">https://code.google.com/p/chromium/codesearch#chromium/src/sandbox/win/src/broker_services.cc&q=broker_services.cc&sq=package:chromium&type=cs</a>
)
I'm attaching the assembly output from each clang to this bug. Labels are
different everywhere, but code is really only different for 4 functions:
* BrokerServicesBase::SpawnTarget
* BrokerServicesBase::AddTargetPeer (looks harmless?)
* BrokerServicesBase::InstallAppContainer
* BrokerServicesBase::UninstallAppContainer
The first function has the most differences.
I'll debug some more later.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>