Hi, this morning I was trying to land a CL, after I did, around 9 blocks turned red. (I reverted afterwards) http://src.chromium.org/viewvc/chrome?view=rev&revision=17288
<http://src.chromium.org/viewvc/chrome?view=rev&revision=17288>The error on build bot was the following: http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/7016/steps/ui_tests/logs/ConstrainedWindowTest <http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/7016/steps/ui_tests/logs/ConstrainedWindowTest> AutomationProxyTest.ConstrainedWindowTest: C:\b\slave\chromium-rel-builder\build\src\chrome\test\automation\automation_proxy_uitest.cc(635): error: Value of: title.c_str() Actual: L"Manage pop-ups" Expected: window_title.c_str() Which is: L"Pop-ups Blocked: 2" "Manage pop-ups" come from the generated_resources.h for IDS_POPUPS_UNBLOCKED but the one that is needed is IDS_POPUPS_BLOCKED_COUNT I really don't know why it is failing. I deleted one message from generated_resources.grd which wans't needed any more. And thakis pointed out that by deleting IDS_OPTIONS_FONTSANDLANGUAGES_GROUP_NAME, the resources file might not have been recompiled correctly or related to gyp-changes and grd. thakis said on irc: "Looks like you delete one message in generated_resources.grd. IDS_POPUPS_UNBLOCKED and IDS_POPUPS_BLOCKED_COUNT are right next to each other, so a off-by-one on the message id would cause this failure" I ran the tests locally, and it was running successful (tried many times). I would like to know if anyone had this problem before? It would be nice to examine the generated_resources.h file on the build folder, but that is not possible. Thanks! -- Mohamed Mansour --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
