Issue metadata
Sign in to add a comment
|
viz_browser_tests failing on chromium.memory/Linux Chromium OS ASan LSan Tests (1) |
||||||||||||||||||||||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of treib@google.com viz_browser_tests failing on chromium.memory/Linux Chromium OS ASan LSan Tests (1) Builders failed on: - Linux Chromium OS ASan LSan Tests (1): https://ci.chromium.org/buildbot/chromium.memory/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29
,
Jun 19 2018
,
Jun 19 2018
Okay, this is bug 807465 . I guess the filter entry [1] now needs to be somewhere else? [1] https://cs.chromium.org/chromium/src/testing/buildbot/filters/viz.browser_tests.filter?rcl=f05b09a52f16f5ecf5e23e9b71c505d4915e8d12&l=3
,
Jun 19 2018
,
Jun 19 2018
I don't think this is a dupe; the other bug is about a different bot. I can believe that https://chromium-review.googlesource.com/c/chromium/src/+/1104799 caused the bug here; I don't think it has anything to do with the other bug. I think the bug is that my CL added ../../testing/buildbot/filters/browser_tests_cros_asan.filter instead of ../../testing/buildbot/filters/viz.browser_tests.filter as --test-launcher-filter-file. If you change that and re-run testing/buildbot/generate_buildbot_json.py I think the bot will be happy. (The current filter file is unused; kylechar has a CL in flight to remove it.) I can do this myself in a bit under 2 hours. Maybe you can get to it before me.
,
Jun 19 2018
,
Jun 19 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/22ad976643568040b1e99613fcc5065ce79acd5e commit 22ad976643568040b1e99613fcc5065ce79acd5e Author: kylechar <kylechar@chromium.org> Date: Tue Jun 19 15:25:08 2018 Remove CrOS ASan filter files. The tests disabled by these filters are disabled by DISABLE_ macro, don't exist or are disabled in a different filter file already. Bug: 807465 , 854120 Change-Id: I6c7a854c266fa2099b55098857973e0e5640981d Reviewed-on: https://chromium-review.googlesource.com/1104967 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#568456} [modify] https://crrev.com/22ad976643568040b1e99613fcc5065ce79acd5e/chrome/test/BUILD.gn [modify] https://crrev.com/22ad976643568040b1e99613fcc5065ce79acd5e/testing/buildbot/chromium.memory.json [modify] https://crrev.com/22ad976643568040b1e99613fcc5065ce79acd5e/testing/buildbot/filters/BUILD.gn [delete] https://crrev.com/11d4958ce6ed7da6eb5cb07cf95583cf87bf4707/testing/buildbot/filters/browser_tests_cros_asan.filter [delete] https://crrev.com/11d4958ce6ed7da6eb5cb07cf95583cf87bf4707/testing/buildbot/filters/unit_tests_cros_asan.filter [modify] https://crrev.com/22ad976643568040b1e99613fcc5065ce79acd5e/testing/buildbot/test_suite_exceptions.pyl
,
Jun 19 2018
,
Jun 19 2018
,
Jun 20 2018
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by treib@chromium.org
, Jun 19 2018Components: Internals>Services>Viz
Labels: Test-Flaky OS-Chrome Type-Bug