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

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed)

Created:
7 years, 1 month ago by iannucci
Modified:
6 years, 10 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, xusydoc+watch_chromium.org, kjellander+cc_chromium.org
Visibility:
Public.

Description

Make gyp target_arch setting native to chromium/config.py R=navabi@chromium.org, stip@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=236268

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fix libvpx inclusion #

Patch Set 3 : Targit #

Total comments: 2

Patch Set 4 : Fix mac/linux bitness. Defaults to 64bit in tests #

Total comments: 1

Patch Set 5 : Fix mac. It's a bummer that we need to clone the logic in common.gypi, but at least this logic is tâ€Ĥ #

Patch Set 6 : Rebase+chromium_trybot expectations #

Patch Set 7 : rebase again #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1643 lines, -12717 lines) Patch
M scripts/slave/recipe_modules/chromium/api.py View 1 2 3 4 5 6 1 chunk +11 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.py View 1 2 3 4 5 6 1 chunk +11 lines, -1 line 2 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-chromeos.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-linux.arm.32.json View 1 2 3 4 5 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-linux.intel.32.json View 1 2 3 4 5 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-linux.mips.32.json View 1 2 3 4 5 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-android.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-android.arm.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-android.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-android.intel.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-android.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-android.mips.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.intel.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.mips.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.32.json View 1 2 3 4 5 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.arm.64.json View 1 2 3 4 5 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.32.json View 1 2 3 4 5 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.json View 1 2 3 4 5 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.32.json View 1 2 3 4 5 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.mips.64.json View 1 2 3 4 5 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-mac.intel.32-to-ios.arm.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-mac.intel.32-to-mac.intel.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-mac.intel.64-to-ios.arm.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-mac.intel.64-to-mac.intel.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-mac.intel.64-to-mac.intel.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-win.intel.32-to-win.intel.32.json View 1 2 3 4 5 6 8 chunks +22 lines, -271 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-win.intel.64-to-win.intel.32.json View 1 2 3 4 5 6 8 chunks +22 lines, -271 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Debug-win.intel.64-to-win.intel.64.json View 1 2 3 4 5 6 4 chunks +15 lines, -264 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-android.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-android.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-android.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-linux.arm.32.json View 1 2 3 4 5 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-linux.intel.32.json View 1 2 3 4 5 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-linux.mips.32.json View 1 2 3 4 5 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.arm.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.intel.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.mips.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.arm.32.json View 1 2 3 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.arm.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.intel.32.json View 1 2 3 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.intel.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.mips.32.json View 1 2 3 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.mips.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.arm.32.json View 1 2 3 4 5 6 7 chunks +10 lines, -74 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.arm.64.json View 1 2 3 4 5 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.intel.32.json View 1 2 3 4 5 6 14 chunks +19 lines, -82 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.intel.64.json View 1 2 3 4 5 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.mips.32.json View 1 2 3 4 5 6 13 chunks +21 lines, -149 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.mips.64.json View 1 2 3 4 5 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-ios.arm.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-ios.arm.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.32.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.64.json View 1 2 3 6 7 chunks +21 lines, -255 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.32-to-win.intel.32.json View 1 2 3 4 5 6 8 chunks +22 lines, -271 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.32.json View 1 2 3 4 5 6 8 chunks +22 lines, -271 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.64.json View 1 2 3 4 5 6 4 chunks +15 lines, -264 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/api.py View 1 2 3 6 3 chunks +12 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/chromium_config.py View 1 2 3 6 5 chunks +18 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/config.py View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-bob_dot_org-internal.json View 1 2 3 4 5 6 2 chunks +3 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/config.expected/repo-internal-from-url-mike_dot_org-internal.json View 1 2 3 4 5 6 2 chunks +3 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-bob_dot_org-internal.json View 1 2 3 4 5 6 2 chunks +3 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/config.expected/repo-src-from-url-mike_dot_org-internal.json View 1 2 3 4 5 6 2 chunks +3 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/gclient/config.py View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/v8/chromium_config.py View 1 2 3 6 1 chunk +9 lines, -9 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/clang_builder.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/component_builder.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/dartium_builder.json View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/klp_builder.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/main_builder.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/try_builder.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/clang_tests.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/enormous_tests.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/main_tests.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/main_tests_deploy_fail.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/main_tests_device_status_check_fail.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/main_tests_provision_fail.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/android/instrumentation_tests.expected/try_instrumentation_tests.json View 1 2 3 6 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passFirst_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passFirst_debug_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passFirst_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passFirst_release_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passMinimal_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passMinimal_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passMinimal_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_passMinimal_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passFirst_debug.json View 1 2 3 4 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passFirst_debug_git.json View 1 2 3 4 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passFirst_release.json View 1 2 3 4 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passFirst_release_git.json View 1 2 3 4 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_debug.json View 1 2 3 4 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_debug_git.json View 1 2 3 4 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_release.json View 1 2 3 4 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_passMinimal_release_git.json View 1 2 3 4 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passFirst_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passFirst_debug_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passFirst_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passFirst_release_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passMinimal_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passMinimal_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passMinimal_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_passMinimal_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_linux_32.json View 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_linux_64.json View 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_mac_32.json View 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_mac_64.json View 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_win_32.json View 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/fail.json View 1 2 3 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/compile_failure.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/gclient_revert_failure.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/gclient_runhooks_failure.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_fail_net_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_fail_net_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_fail_net_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_fail_net_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_success_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_success_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_success_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_base_unittests_success_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_fail_base_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_fail_base_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_fail_base_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_fail_base_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_success_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_success_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_success_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_fail_net_unittests_success_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_base_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_base_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_base_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_base_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_net_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_net_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_net_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_fail_net_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_success_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_success_debug_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_success_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/linux_success_success_release_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_fail_net_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_fail_net_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_fail_net_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_fail_net_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_success_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_success_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_success_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_base_unittests_success_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_fail_base_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_fail_base_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_fail_base_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_fail_base_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_success_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_success_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_success_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_fail_net_unittests_success_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_base_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_base_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_base_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_base_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_net_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_net_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_net_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_fail_net_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_success_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_success_debug_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_success_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/mac_success_success_release_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_fail_net_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_fail_net_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_fail_net_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_fail_net_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_success_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_success_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_success_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_base_unittests_success_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_fail_base_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_fail_base_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_fail_base_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_fail_base_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_success_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_success_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_success_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_fail_net_unittests_success_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_base_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_base_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_base_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_base_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_net_unittests_debug.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_net_unittests_debug_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_net_unittests_release.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_fail_net_unittests_release_git.json View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_success_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_success_debug_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_success_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/win_success_success_release_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/linux_debug_tryserver.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/linux_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/linux_release_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/linux_release_tryserver.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_debug_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_debug_tryserver.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_release_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_release_git.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_release_tryserver.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/mac_release_tryserver_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/win_debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/win_debug_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/win_debug_tryserver.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/win_release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/win_release_blink.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_test.expected/win_release_tryserver.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_upload.expected/linux_release.json View 1 2 3 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_upload.expected/mac_release.json View 4 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu/build_and_upload.expected/win_release.json View 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/ozone_ecs.expected/basic.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/Debug32.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/Debug64.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/Release32.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/Release64.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/arm_Debug.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/arm_Release.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/clobber.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/default_platform.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/mips_target.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 35 (0 generated)
iannucci
PTAL
7 years, 1 month ago (2013-11-08 00:06:21 UTC) #1
navabi
On 2013/11/08 00:06:21, iannucci wrote: > PTAL Looks good for the most part. Just a ...
7 years, 1 month ago (2013-11-08 19:00:57 UTC) #2
navabi
https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium/config.py File scripts/slave/recipe_modules/chromium/config.py (left): https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium/config.py#oldcode122 scripts/slave/recipe_modules/chromium/config.py:122: c.gyp_env.GYP_DEFINES['target_arch'] = 'x64' Was this needed for c.HOST_PLATFORM == ...
7 years, 1 month ago (2013-11-08 19:01:13 UTC) #3
iannucci
https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium/config.py File scripts/slave/recipe_modules/chromium/config.py (left): https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium/config.py#oldcode122 scripts/slave/recipe_modules/chromium/config.py:122: c.gyp_env.GYP_DEFINES['target_arch'] = 'x64' On 2013/11/08 19:01:15, navabi wrote: > ...
7 years, 1 month ago (2013-11-08 19:49:56 UTC) #4
ghost stip (do not use)
https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium_android/chromium_config.py File scripts/slave/recipe_modules/chromium_android/chromium_config.py (left): https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium_android/chromium_config.py#oldcode52 scripts/slave/recipe_modules/chromium_android/chromium_config.py:52: @CONFIG_CTX(includes=['x86_builder', 'try_builder']) won't this mean x86_try_builder won't get apply_issue? ...
7 years, 1 month ago (2013-11-08 20:11:17 UTC) #5
iannucci
https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium_android/chromium_config.py File scripts/slave/recipe_modules/chromium_android/chromium_config.py (left): https://chromiumcodereview.appspot.com/59233015/diff/1/scripts/slave/recipe_modules/chromium_android/chromium_config.py#oldcode52 scripts/slave/recipe_modules/chromium_android/chromium_config.py:52: @CONFIG_CTX(includes=['x86_builder', 'try_builder']) On 2013/11/08 20:11:18, stip wrote: > won't ...
7 years, 1 month ago (2013-11-12 02:16:34 UTC) #6
iannucci
ping
7 years, 1 month ago (2013-11-13 06:11:23 UTC) #7
navabi
On 2013/11/13 06:11:23, iannucci wrote: > ping lgtm.
7 years, 1 month ago (2013-11-13 17:25:03 UTC) #8
navabi1
On 2013/11/13 17:25:03, navabi wrote: > On 2013/11/13 06:11:23, iannucci wrote: > > ping > ...
7 years, 1 month ago (2013-11-13 17:25:50 UTC) #9
iannucci
On 2013/11/13 17:25:50, navabi1 wrote: > On 2013/11/13 17:25:03, navabi wrote: > > On 2013/11/13 ...
7 years, 1 month ago (2013-11-13 20:07:24 UTC) #10
ghost stip (do not use)
lgtm
7 years, 1 month ago (2013-11-13 20:18:32 UTC) #11
iannucci
+dpranke, kbr, machenbach for expectations lgtm Basically we will always explicitly set target_arch now.
7 years, 1 month ago (2013-11-14 02:34:12 UTC) #12
Michael Achenbach
lgtm
7 years, 1 month ago (2013-11-14 12:23:48 UTC) #13
iannucci
kbr/dpranke, could I get an ACK? :)
7 years, 1 month ago (2013-11-14 19:30:37 UTC) #14
Ken Russell (switch to Gerrit)
Sorry, but the changes to the Linux configuration look wrong. https://chromiumcodereview.appspot.com/59233015/diff/180001/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.json File scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.json (right): https://chromiumcodereview.appspot.com/59233015/diff/180001/scripts/slave/recipes/gpu/build_and_test.expected/linux_debug.json#newcode81 ...
7 years, 1 month ago (2013-11-14 19:34:17 UTC) #15
iannucci
On 2013/11/14 19:34:17, Ken Russell wrote: > Sorry, but the changes to the Linux configuration ...
7 years, 1 month ago (2013-11-14 22:12:03 UTC) #16
iannucci
Fix mac/linux bitness. Defaults to 64bit in tests
7 years, 1 month ago (2013-11-14 22:16:41 UTC) #17
Ken Russell (switch to Gerrit)
Sorry for holding you up, but still one question. Not clear to me whether this ...
7 years, 1 month ago (2013-11-14 23:14:37 UTC) #18
iannucci
ok, more fixed now.
7 years, 1 month ago (2013-11-15 00:19:22 UTC) #19
Ken Russell (switch to Gerrit)
gpu/ changes LGTM.
7 years, 1 month ago (2013-11-15 00:20:41 UTC) #20
Michael Achenbach
Still lgtm.
7 years, 1 month ago (2013-11-20 16:33:33 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/59233015/640002
7 years, 1 month ago (2013-11-20 19:17:33 UTC) #22
commit-bot: I haz the power
Failed to apply patch for build/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-linux.arm.32.json: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-20 19:18:16 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/59233015/1020001
7 years, 1 month ago (2013-11-20 20:03:32 UTC) #24
commit-bot: I haz the power
Failed to apply patch for build/scripts/slave/recipes/ozone_ecs.expected/basic.json: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-20 20:05:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/59233015/1560004
7 years, 1 month ago (2013-11-20 20:10:13 UTC) #26
commit-bot: I haz the power
Change committed as 236268
7 years, 1 month ago (2013-11-20 20:13:25 UTC) #27
Nico
https://codereview.chromium.org/59233015/diff/1560004/scripts/slave/recipe_modules/chromium/config.py File scripts/slave/recipe_modules/chromium/config.py (right): https://codereview.chromium.org/59233015/diff/1560004/scripts/slave/recipe_modules/chromium/config.py#newcode130 scripts/slave/recipe_modules/chromium/config.py:130: ('mips', 32): 'mips', This should be "mipsel", not "mips", ...
6 years, 10 months ago (2014-02-19 02:53:29 UTC) #28
iannucci
On 2014/02/19 02:53:29, Nico wrote: > https://codereview.chromium.org/59233015/diff/1560004/scripts/slave/recipe_modules/chromium/config.py > File scripts/slave/recipe_modules/chromium/config.py (right): > > https://codereview.chromium.org/59233015/diff/1560004/scripts/slave/recipe_modules/chromium/config.py#newcode130 > ...
6 years, 10 months ago (2014-02-19 03:44:19 UTC) #29
iannucci
On 2014/02/19 03:44:19, iannucci wrote: > On 2014/02/19 02:53:29, Nico wrote: > > > https://codereview.chromium.org/59233015/diff/1560004/scripts/slave/recipe_modules/chromium/config.py ...
6 years, 10 months ago (2014-02-19 03:45:19 UTC) #30
Michael Achenbach
V8 changes lgtm
6 years, 10 months ago (2014-02-19 08:44:32 UTC) #31
Nico
On Tue, Feb 18, 2014 at 7:44 PM, <iannucci@chromium.org> wrote: > On 2014/02/19 02:53:29, Nico ...
6 years, 10 months ago (2014-02-19 22:08:45 UTC) #32
iannucci
Neat :( We should probably fix that then. Looks like V8 uses it too: -> ...
6 years, 10 months ago (2014-02-19 22:13:23 UTC) #33
Nico
Looks like it: https://code.google.com/p/chromium/codesearch#chromium/src/v8/build/toolchain.gypi&l=378 On Wed, Feb 19, 2014 at 2:13 PM, Robert Iannucci <iannucci@chromium.org>wrote: ...
6 years, 10 months ago (2014-02-19 22:14:19 UTC) #34
Michael Achenbach
6 years, 10 months ago (2014-02-20 08:09:29 UTC) #35
Message was sent while issue was closed.
On 2014/02/19 22:14:19, Nico wrote:
> Looks like it:
>
https://code.google.com/p/chromium/codesearch#chromium/src/v8/build/toolchain...
> 
> 
> On Wed, Feb 19, 2014 at 2:13 PM, Robert Iannucci <iannucci@chromium.org>wrote:
> 
> > Neat :(
> >
> > We should probably fix that then. Looks like V8 uses it too:
> >
> > ->  slave git:(fix_pre) ack --type=json mips
> > recipes/android/android_builder.expected/mips_builder.json
> > 83:      "--target-arch=mips"
> > 141:      "GYP_DEFINES": "OS=android app_manifest_version_code=10
> > app_manifest_version_name=some_builder_1234 chrome_build_id=3333
> > component=static_library fastbuild=1 host_os=linux target_arch=mips",
> >
> > recipes/v8.expected/mips_target.json
> > 50:      "GYP_DEFINES": "target_arch=mips v8_target_arch=mips"
> >
> > I'm guessing it's wrong there as well?
> >
> >
> > On Wed, Feb 19, 2014 at 2:08 PM, Nico Weber <mailto:thakis@chromium.org>
wrote:
> >
> >> On Tue, Feb 18, 2014 at 7:44 PM, <mailto:iannucci@chromium.org> wrote:
> >>
> >>> On 2014/02/19 02:53:29, Nico wrote:
> >>>
> >>> https://codereview.chromium.org/59233015/diff/1560004/
> >>> scripts/slave/recipe_modules/chromium/config.py
> >>>
> >>>> File scripts/slave/recipe_modules/chromium/config.py (right):
> >>>>
> >>>
> >>>
> >>> https://codereview.chromium.org/59233015/diff/1560004/
> >>> scripts/slave/recipe_modules/chromium/config.py#newcode130
> >>>
> >>>> scripts/slave/recipe_modules/chromium/config.py:130: ('mips',  32):
> >>>> 'mips',
> >>>> This should be "mipsel", not "mips", right?
> >>>>
> >>>
> >> As I learned this morning, this recipe is actually used for
> >>
>
http://chromegw/i/clank/builders/mips-builder/builds/232/steps/gclient%2520ru...,
> and this saying "mips" instead of "mipsel" is why this bot is red. So
> >> this seems a bit more serious than "what if" code :-)
> >>
> >>
> >>>
> >>>
> >>> https://codereview.chromium.org/59233015/diff/1560004/
> >>> scripts/slave/recipe_modules/chromium/config.py#newcode131
> >>>
> >>>> scripts/slave/recipe_modules/chromium/config.py:131: ('mips',  64):
> >>>> 'mips',
> >>>> (and this shouldn't do anything yet as it's currently not used - but
> >>>> "mips" is
> >>>> fairly likely not what we want here once it's going to be used.)
> >>>>
> >>>
> >>> yeah probably. if/when we support it for real, this will change. It's
> >>> "what if"
> >>> code right now.
> >>>
> >>> https://codereview.chromium.org/59233015/
> >>>
> >>
> >>
> >
> 
> To unsubscribe from this group and stop receiving emails from it, send an
email
> to mailto:chromium-reviews+unsubscribe@chromium.org.

Yes - in the v8 config there was an unused dummy value for mips in the recipe,
which wasn't used on the bots yet. It should be mipsel.

Powered by Google App Engine
This is Rietveld 408576698