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

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

Issue 5298012: Expand the file name match so that the match end can be used to limit path character substitution. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/tools/emacs
Patch Set: Add in path case correct, fix the RE. Created 10 years 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 -----------------------------------------------------------------
11 --------------------Configuration: toolband_proxy_lib - Debug|Win32------------ 11 --------------------Configuration: toolband_proxy_lib - Debug|Win32------------
12 Compiling... 12 Compiling...
13 toolband_p.c 13 toolband_p.c
14 toolband_proxy.cc 14 toolband_proxy.cc
15 toolband_dlldata.c 15 toolband_dlldata.c
16 Creating library... 16 Creating library...
17 17
18 toolband_proxy_lib - 0 error(s), 0 warning(s) 18 toolband_proxy_lib - 0 error(s), 0 warning(s)
19 --------------------Configuration: webcore_bindings - Debug|Win32-------------- 19 --------------------Configuration: webcore_bindings - Debug|Win32--------------
20 Compiling... 20 Compiling...
21 CSSGrammar.cpp 21 CSSGrammar.cpp
22 e:\b\build\slave\win\build\src\third_party\webkit\javascriptcore\wtf\text\String Impl.h(90) : warning C4355: 'this' : used in base member initializer list 22 e:\b\build\slave\win\build\src\third_party\webkit\javascriptcore\wtf\text\String Impl.h(90) : warning C4355: 'this' : used in \base\ member initializer list
evanm 2010/12/01 18:59:57 I just now realized what you're doing here; it mig
23 e:\b\build\slave\win\build\src\third_party\webkit\webcore\dom\ViewportArguments. h(78) : warning C4305: 'initializing' : truncation from '' to 'bool' 23 e:\b\build\slave\win\build\src\third_party\webkit\webcore\dom\ViewportArguments. h(78) : warning C4305: 'initializing' : truncation from '' to 'bool'
24 e:\b\build\slave\win\build\src\build\Debug\obj\global_intermediate\webkit\CSSGra mmar.cpp(1930) : warning C4065: switch statement contains 'default' but no 'case ' labels 24 e:\b\build\slave\win\build\src\build\Debug\obj\global_intermediate\webkit\CSSGra mmar.cpp(1930) : warning C4065: switch statement contains 'default' but no 'case ' labels
25 V8DerivedSources1.cpp 25 V8DerivedSources1.cpp
26 --------------------Configuration: run_testserver - Debug|Win32---------------- 26 --------------------Configuration: run_testserver - Debug|Win32----------------
27 Compiling... 27 Compiling...
28 run_testserver.cc 28 run_testserver.cc
29 Linking... 29 Linking...
30 Embedding manifest... 30 Embedding manifest...
31 Embedding manifest... (rc.exe) 31 Embedding manifest... (rc.exe)
32 Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 32 Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
(...skipping 15 matching lines...) Expand all
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
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