speedyzhou / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

support asan/msan in the standalone build system, set up asan/msan bots #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looks like the standalone build system is not yet present. 
When you work on it please make sure that the code can be built with 
AddressSanitizer (asan) and MemorySanitizer (msan).

Once the standalone build is in place and you start setting up 
build bots, please make sure there are asan/msan bots too. 

Original issue reported on code.google.com by kcc@chromium.org on 21 May 2014 at 7:30

GoogleCodeExporter commented 9 years ago
I've filed http://crbug.com/375773 for the infrastructure team to setup bots.

Original comment by jam@chromium.org on 21 May 2014 at 2:49

GoogleCodeExporter commented 9 years ago
The waterfall is now live, and has enough builders to support separate ASAN and 
MSAN builders. I've filed crbug.com/434563 to track the addition of these (and 
other) builders.

Original comment by anee...@google.com on 19 Nov 2014 at 1:37

GoogleCodeExporter commented 9 years ago
Will those bots build pdfium out of a Chromium checkout, or standalone? If the 
latter, you'll need to pull in libc++ from Chromium for MSan.

Original comment by earth...@chromium.org on 19 Nov 2014 at 2:41

GoogleCodeExporter commented 9 years ago
Also consider adding a ubsan (UndefinedBehaviorSanitizer) bot after asan/msan 
ones 

Original comment by kcc@chromium.org on 19 Nov 2014 at 7:23