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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "runhooks" 7 "runhooks"
8 ], 8 ],
9 "env": { 9 "env": {
10 "GYP_DEFINES": "clang=1 component=static_library internal_gles2_conform_te sts=1 target_arch=ia32", 10 "GYP_DEFINES": "clang=1 component=static_library disable_glibcxx_debug=1 i nternal_gles2_conform_tests=1 target_arch=ia32",
11 "GYP_GENERATORS": "ninja" 11 "GYP_GENERATORS": "ninja"
12 }, 12 },
13 "name": "gclient runhooks" 13 "name": "gclient runhooks"
14 }, 14 },
15 { 15 {
16 "abort_on_failure": true, 16 "abort_on_failure": true,
17 "cmd": [ 17 "cmd": [
18 "python", 18 "python",
19 "-u", 19 "-u",
20 "[BUILD]/scripts/slave/compile.py", 20 "[BUILD]/scripts/slave/compile.py",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "--test-type=tab_capture_performance_tests", 378 "--test-type=tab_capture_performance_tests",
379 "performance_browser_tests", 379 "performance_browser_tests",
380 "--enable-gpu", 380 "--enable-gpu",
381 "--test-launcher-jobs=1", 381 "--test-launcher-jobs=1",
382 "--test-launcher-print-test-stdio=always", 382 "--test-launcher-print-test-stdio=always",
383 "--gtest_filter=TabCapturePerformanceTest*" 383 "--gtest_filter=TabCapturePerformanceTest*"
384 ], 384 ],
385 "name": "tab_capture_performance_tests" 385 "name": "tab_capture_performance_tests"
386 } 386 }
387 ] 387 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698