Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: tools/emacs/trybot-windows.txt

Issue 6355015: emacs: also handle paths like "..\chrome/foo/bar" seen in build output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/emacs/trybot.el ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This file contains sample trybot output from a Windows trybot run. 1 This file contains sample trybot output from a Windows trybot run.
2 It contains a warning and an error but has otherwise been shortened 2 It contains a warning and an error but has otherwise been shortened
3 for length. 3 for length.
4 4
5 "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" e:\b\build\slave\w in\build\src\build\all.sln "/Cfg=Debug|Win32" 5 "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" e:\b\build\slave\w in\build\src\build\all.sln "/Cfg=Debug|Win32"
6 6
7 ----------------------------------------------------------------- 7 -----------------------------------------------------------------
8 IncrediBuild Console 3.60 Internal (build 1156) 8 IncrediBuild Console 3.60 Internal (build 1156)
9 Copyright (C) 2001-2010 Xoreax Software Ltd. All rights reserved. 9 Copyright (C) 2001-2010 Xoreax Software Ltd. All rights reserved.
10 ----------------------------------------------------------------- 10 -----------------------------------------------------------------
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 ntp_background_util.cc 48 ntp_background_util.cc
49 49
50 browser - 6 error(s), 0 warning(s) 50 browser - 6 error(s), 0 warning(s)
51 51
52 1 build system warning(s): 52 1 build system warning(s):
53 - PDB instance limit is enabled 53 - PDB instance limit is enabled
54 54
55 ---------------------- Done ---------------------- 55 ---------------------- Done ----------------------
56 56
57 Build: 244 succeeded, 1 failed, 233 up-to-date, 42 skipped 57 Build: 244 succeeded, 1 failed, 233 up-to-date, 42 skipped
58
59
60 We also see weird paths with mixed slashes like this:
61
62 --------------------Configuration: inspector_protocol_sources - Debug|Win32----
63 --------------------Configuration: installer_util_nacl_win64 - Debug|x64-------
64 Compiling...
65 google_chrome_distribution_dummy.cc
66 helper.cc
67 installation_state.cc
68 self_reg_work_item.cc
69 ..\chrome/installer/util/work_item.h(67) : error C2514: 'FilePath' : class has n o constructors
70 ..\chrome/installer/util/work_item.h(26) : see declaration of 'FilePath'
71 delete_tree_work_item.cc
72 delete_reg_key_work_item.cc
OLDNEW
« no previous file with comments | « tools/emacs/trybot.el ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698