New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 698984 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

CrWinGoma (dll): base_unittest is failing

Project Member Reported by shinyak@chromium.org, Mar 7 2017

Issue description

https://build.chromium.org/p/chromium.fyi/builders/CrWinGoma(dll)

[2393/2393] ThreadLocalStorageTest.TLSDestructors (2 ms)
Retrying 2 tests (retry #1)
[2394/2395] PartitionAllocTest.DumpMemoryStats (1 ms)
[ RUN      ] FileUtilTest.CreateTemporaryFileInDirLongPathTest
e:\b\rr\tmpb9wmg6\w\src\base\files\file_util_unittest.cc(546): error: Expected: (kLongDirName) != (short_test_dir.BaseName().value().c_str()), actual: L"A long path" vs L"A long path"
[  FAILED  ] FileUtilTest.CreateTemporaryFileInDirLongPathTest (3 ms)
[2395/2395] FileUtilTest.CreateTemporaryFileInDirLongPathTest (3 ms)
Retrying 1 test (retry #2)
[ RUN      ] FileUtilTest.CreateTemporaryFileInDirLongPathTest
e:\b\rr\tmpb9wmg6\w\src\base\files\file_util_unittest.cc(546): error: Expected: (kLongDirName) != (short_test_dir.BaseName().value().c_str()), actual: L"A long path" vs L"A long path"
[  FAILED  ] FileUtilTest.CreateTemporaryFileInDirLongPathTest (4 ms)
[2396/2396] FileUtilTest.CreateTemporaryFileInDirLongPathTest (4 ms)
Retrying 1 test (retry #3)
[ RUN      ] FileUtilTest.CreateTemporaryFileInDirLongPathTest
e:\b\rr\tmpb9wmg6\w\src\base\files\file_util_unittest.cc(546): error: Expected: (kLongDirName) != (short_test_dir.BaseName().value().c_str()), actual: L"A long path" vs L"A long path"
[  FAILED  ] FileUtilTest.CreateTemporaryFileInDirLongPathTest (3 ms)
[2397/2397] FileUtilTest.CreateTemporaryFileInDirLongPathTest (3 ms)
1 test failed:
    FileUtilTest.CreateTemporaryFileInDirLongPathTest (e:\b\rr\tmpb9wmg6\w\src\base\files\file_util_unittest.cc:527)
Tests took 18 seconds.
<Thread(Thread-1, started 3284)> ProcessRead: proc.stdout finished.
<Thread(Thread-1, started 3284)> ProcessRead: cleaning up.
<Thread(Thread-2, started daemon 2676)> TimedFlush: Finished
<Thread(Thread-1, started 3284)> ProcessRead: finished.

E:\b\rr\tmpb9wmg6\rw\scripts\slave\gsutil.bat cp file://e:\b\rr\tmpjkorcb\tmp88mxdm gs://chrome-gtest-results/raw/2017/3/6/7/f82556aec4c9da97e2ad291603e51fa738840976.json.gz

E:\b\rr\tmpb9wmg6\w>set HOME=C:\Users\chrome-bot 

E:\b\rr\tmpb9wmg6\w>call python E:\b\rr\tmpb9wmg6\rw\scripts\slave\..\..\..\depot_tools\gsutil.py -- cp file://e:\b\rr\tmpjkorcb\tmp88mxdm gs://chrome-gtest-results/raw/2017/3/6/7/f82556aec4c9da97e2ad291603e51fa738840976.json.gz 
python: can't open file 'E:\b\rr\tmpb9wmg6\rw\scripts\slave\..\..\..\depot_tools\gsutil.py': [Errno 2] No such file or directory

 
Components: Infra>Goma

Comment 2 Deleted

For the reason gsutil.py is missing,  Issue 694911  is related, maybe? 
"Chromium Linux Goma Canary" also has the same issue? content_unittest is failing on that bot, and gsutil.py is not found.

https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.fyi%2FChromium_Linux_Goma_Canary%2F116060%2F%2B%2Frecipes%2Fsteps%2Fcontent_unittests%2F0%2Fstdout

/mnt/data/b/rr/tmpiVfcK7/rw/scripts/slave/gsutil cp file:///mnt/data/b/rr/tmpAPbN1b/tmpCs8Cpl "gs://chrome-gtest-results/buildbot/chromium.fyi/Chromium Linux Goma Canary/116060/content_unittests.json.gz"
/mnt/data/b/rr/tmpiVfcK7/rw/scripts/slave/gsutil: line 4: /mnt/data/b/rr/tmpiVfcK7/rw/scripts/slave/../../../depot_tools/gsutil.py: No such file or directory
exit code (as seen by runtest.py): -11
2 new files were left in /mnt/data/b/rr/tmpAPbN1b: Fix the tests to clean up themselves.
 killed dbus-daemon with PID 1279
 cleared DBUS_SESSION_BUS_ADDRESS environment variable
step returned non-zero exit code: 245

Comment 5 by d...@chromium.org, Mar 7 2017

RE #3, that is almost certainly the cause. It looks like your script hard-codes the location of Google Storage, which has always been a bad practice and is now a breaking problem.

It looks like the last few builds are working now? Did something change?

Comment 7 by d...@chromium.org, Mar 8 2017

Cc: iannucci@chromium.org
I don't think that's a bug. The whole point is that you give the script the path of "gsutil", and it uses that path.

The "gsutil.py" error is, I don't think, the reason your script is failing. iannucci@ thinks it's because of a tempdir change that he made that he subsequently reverted, which would explain why the test went green when I didn't do anything.

Nonetheless, the "gsutil.py" error should be fixed. I've written this CL, which I hope will do this: https://chromium-review.googlesource.com/450955

Comment 8 by ukai@chromium.org, Mar 8 2017

note that failing base_unittest step was not by goma's script.

Comment 9 by d...@chromium.org, Mar 8 2017

Oh well, still the CL that I put out there should fix the gsutil thing.
Project Member

Comment 10 by bugdroid1@chromium.org, Mar 8 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build/+/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2

commit 06d65dbce6fc0a99c567b1a134290aa8f8ece6c2
Author: Dan Jacques <dnj@chromium.org>
Date: Wed Mar 08 01:45:24 2017

Explicitly pass gsutil.py path to runtest.

"runtest.py" expects to use depot_tools. In hermetic recipe
enviornments, the path to depot_tools is not inferrable from the
path of the recipe's working directory like it is in traditional
BuildBot environments. Fix this by explicitly passing the path of
"gsutil.py" to "runtest.py".

BUG= chromium:698984 
TEST=expectations

Change-Id: I0b917a6e08dfbc3e303f15711ccfc15e0d8ff332
Reviewed-on: https://chromium-review.googlesource.com/450955
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>

[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus6_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_win_x64_dbg_try.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__1_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Linux.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_fyi_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Linux_Goma_Canary_LocalOutputCache.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/gathering_references_no_values.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_mac_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_trusty_blink_dbg.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/basic_win32_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_release__clang_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___ignition_pass.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_9_Goma_Canary__dbg__clobber_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_android_webview_arm64_aosp_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_buildbot_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_bucket.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/return_code_fail.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_recipe_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/get_perf_test_list_old_data.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android64_tests__l_nexus9_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__1_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/chromium_android/example.expected/enable_platform_mode_basic.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Mac_Power_Low_End_Perf.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus7v2_Perf__3_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5_Perf__1_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_rel.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/failed_build.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/perf_tryjob_failed_test_android_nexus7_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_recipe_android_nexus7_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/missing_device.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric_valueset.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_fyi_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_fail.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_7_Intel_GPU_Perf__Xeon_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/invalid_results.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_android_nexus6_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_fyi_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/msan.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/webkit_tests_with_and_without_patch_fail.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_clang.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/dynamic_gtest.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty__dbg_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux_slimming_paint_v2_Dummy_Builder.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win7_Tester.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_clang_rel.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_win_official_try.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_remote_run_Tester.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_revisions_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_ubsan.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_nexus7_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_9_Goma_Canary__clobber_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_nexus5_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_browser_side_navigation_rel.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus7_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_high_battery_temp_basic.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/perf_tryjob_failed_test_staging_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win_syzyasan.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__3_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_11__retina_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_win64_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/local_basic_recipe_failed_device.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_asan.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dll_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/no_values.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/desktop_bisect_staging.expected/basic_perf_tryjob_with_metric.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_Perf__1_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Nexus6_Perf__3_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_asan.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac10_9_blink_rel.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Mac___WPTServe.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_debug.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus5X_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_fyi_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Debug_x64.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus7v2_Perf__2_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_fyi_Android_Power_Nexus_5X_Perf__1_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__3_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux32_debug.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_with_revisions_android_nexus6_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/basic_linux_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_allow_low_battery_basic.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus5X_WebView_Perf__2_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/chromium_android/example.expected/resource_size_builder_basic.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot_test_failures.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/v8_roll_bisect_bis.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect.expected/basic_perf_tryjob_with_metric_android_webview_nexus6_aosp_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/runtest.py
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/desktop_bisect.expected/deps_perf_tryjob.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_android32_tests__l_nexus6_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/auto_bisect/example.expected/return_code_fail.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus6_Perf__2_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_infra_failure.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_baremetal.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release__clang_.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect_staging.expected/basic_perf_tryjob_android_one_perf_bisect.json
[modify] https://crrev.com/06d65dbce6fc0a99c567b1a134290aa8f8ece6c2/scripts/slave/recipes/bisection/android_bisect
Note the last CL broke all layout tests: http://crbug.com/699418

Can we just revert it?

Comment 13 by d...@chromium.org, Mar 8 2017

Status: Fixed (was: Untriaged)
I landed a new version of that CL that doesn't run into "runtest.py" horribleness. I think this is fixed now.

Sign in to add a comment