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

Unified Diff: scripts/slave/recipe_modules/gpu/api.py

Issue 115583002: Disable libstdc++ debug mode on GPU bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/gpu/api.py
===================================================================
--- scripts/slave/recipe_modules/gpu/api.py (revision 240710)
+++ scripts/slave/recipe_modules/gpu/api.py (working copy)
@@ -51,6 +51,9 @@
self.m.chromium.c.gyp_env.GYP_DEFINES.pop('use_ash', None)
self.m.chromium.c.gyp_env.GYP_DEFINES.pop('use_aura', None)
+ # TODO(kbr): remove the workaround for http://crbug.com/328249 .
+ self.m.chromium.c.gyp_env.GYP_DEFINES['disable_glibcxx_debug'] = 1
+
# Don't skip the frame_rate data, as it's needed for the frame rate tests.
# Per iannucci@, it can be relied upon that solutions[1] is src-internal.
# Consider managing this in a 'gpu' config.
« no previous file with comments | « no previous file | scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698