chromeos_unittests failing on chromium.memory/Linux Chromium OS ASan LSan Tests (1) |
|||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of liberato@chromium.org chromeos_unittests 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/p/chromium/builders/luci.chromium.ci/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29
,
Sep 21
liberato@: thanks for the heads-up. Sorry about all of the churn. I'm reverting the change, while I look into it.
,
Sep 21
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6e1bb98adba8c572bdfc7734c8a34bbb2d2eb16e commit 6e1bb98adba8c572bdfc7734c8a34bbb2d2eb16e Author: liberato@chromium.org <liberato@chromium.org> Date: Fri Sep 21 15:26:08 2018 [Build Sheriff] Disable various tests pending fix. NOTRY=true TBR=nohle@chromium.org, dtrainor@chromium.org Bug: 887953 Change-Id: I3a3f3ea828c86873fdea72d75c50a83a83271408 Reviewed-on: https://chromium-review.googlesource.com/1238377 Reviewed-by: Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#593189} [modify] https://crrev.com/6e1bb98adba8c572bdfc7734c8a34bbb2d2eb16e/chrome/browser/download/notification/download_notification_interactive_uitest.cc [modify] https://crrev.com/6e1bb98adba8c572bdfc7734c8a34bbb2d2eb16e/chrome/browser/ui/keyboard_lock_interactive_browsertest.cc
,
Sep 21
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/135c87489dd68bba667c8b4464084aa089df84c7 commit 135c87489dd68bba667c8b4464084aa089df84c7 Author: Josh Nohle <nohle@google.com> Date: Fri Sep 21 16:37:57 2018 [CrOS MultiDevice] DeviceReenroller: Reorder unit test member variables to fix ASAN build Because DeviceReenroller now uses the DeviceSyncClient in the destructor to remove itself as a DeviceSyncClient::Observer, DeviceReenroller needs to be destroyed before the DeviceSyncClient in the unit tests. Bug: 887953 , 887557 , 887758 Change-Id: I23e8f150ef08e6ad3d388f4ed86d47123077f71a Tested: Unit tests with ASAN on Reviewed-on: https://chromium-review.googlesource.com/1238818 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by: James Hawkins <jhawkins@chromium.org> Reviewed-by: Jeremy Klein <jlklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#593220} [modify] https://crrev.com/135c87489dd68bba667c8b4464084aa089df84c7/chromeos/services/multidevice_setup/device_reenroller_unittest.cc
,
Sep 21
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/904e9c784fe511c608384c53e50e191b213865df commit 904e9c784fe511c608384c53e50e191b213865df Author: Frank Liberato <liberato@chromium.org> Date: Fri Sep 21 18:20:25 2018 Revert "[Build Sheriff] Disable various tests pending fix." This reverts commit 6e1bb98adba8c572bdfc7734c8a34bbb2d2eb16e. Reason for revert: https://chromium-review.googlesource.com/1238859 reverted the original CL, tests pass again. Original change's description: > [Build Sheriff] Disable various tests pending fix. > > NOTRY=true > TBR=nohle@chromium.org, dtrainor@chromium.org > > Bug: 887953 > Change-Id: I3a3f3ea828c86873fdea72d75c50a83a83271408 > Reviewed-on: https://chromium-review.googlesource.com/1238377 > Reviewed-by: Frank Liberato <liberato@chromium.org> > Commit-Queue: Frank Liberato <liberato@chromium.org> > Cr-Commit-Position: refs/heads/master@{#593189} TBR=liberato@chromium.org Change-Id: Idf5e5d75ed6087c52d6b70e0e51126ceec000a27 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 887953 Reviewed-on: https://chromium-review.googlesource.com/1239257 Reviewed-by: Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#593262} [modify] https://crrev.com/904e9c784fe511c608384c53e50e191b213865df/chrome/browser/download/notification/download_notification_interactive_uitest.cc [modify] https://crrev.com/904e9c784fe511c608384c53e50e191b213865df/chrome/browser/ui/keyboard_lock_interactive_browsertest.cc
,
Sep 21
As mentioned in crbug/887557. Verified that chromeos_unittests turned green after the latest patch: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20(1)/29106 Marking as fixed.
,
Sep 24
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/dd2cdd6d64c45b598e438def6c561faca7bd1f10 commit dd2cdd6d64c45b598e438def6c561faca7bd1f10 Author: Kyle Horimoto <khorimoto@google.com> Date: Mon Sep 24 21:34:45 2018 [CrOS MultiDevice] DeviceReenroller: Reorder unit test member variables to fix ASAN build Because DeviceReenroller now uses the DeviceSyncClient in the destructor to remove itself as a DeviceSyncClient::Observer, DeviceReenroller needs to be destroyed before the DeviceSyncClient in the unit tests. TBR=nohle@google.com (cherry picked from commit 135c87489dd68bba667c8b4464084aa089df84c7) Bug: 887953 , 887557 , 887758 Change-Id: I23e8f150ef08e6ad3d388f4ed86d47123077f71a Tested: Unit tests with ASAN on Reviewed-on: https://chromium-review.googlesource.com/1238818 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by: James Hawkins <jhawkins@chromium.org> Reviewed-by: Jeremy Klein <jlklein@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#593220} Reviewed-on: https://chromium-review.googlesource.com/1241753 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/branch-heads/3538@{#609} Cr-Branched-From: 79f7c91a2b2a2932cd447fa6f865cb6662fa8fa6-refs/heads/master@{#587811} [modify] https://crrev.com/dd2cdd6d64c45b598e438def6c561faca7bd1f10/chromeos/services/multidevice_setup/device_reenroller_unittest.cc
,
Sep 24
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/dd2cdd6d64c45b598e438def6c561faca7bd1f10 Commit: dd2cdd6d64c45b598e438def6c561faca7bd1f10 Author: khorimoto@google.com Commiter: khorimoto@chromium.org Date: 2018-09-24 21:34:45 +0000 UTC [CrOS MultiDevice] DeviceReenroller: Reorder unit test member variables to fix ASAN build Because DeviceReenroller now uses the DeviceSyncClient in the destructor to remove itself as a DeviceSyncClient::Observer, DeviceReenroller needs to be destroyed before the DeviceSyncClient in the unit tests. TBR=nohle@google.com (cherry picked from commit 135c87489dd68bba667c8b4464084aa089df84c7) Bug: 887953 , 887557 , 887758 Change-Id: I23e8f150ef08e6ad3d388f4ed86d47123077f71a Tested: Unit tests with ASAN on Reviewed-on: https://chromium-review.googlesource.com/1238818 Commit-Queue: Josh Nohle <nohle@chromium.org> Reviewed-by: James Hawkins <jhawkins@chromium.org> Reviewed-by: Jeremy Klein <jlklein@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#593220} Reviewed-on: https://chromium-review.googlesource.com/1241753 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/branch-heads/3538@{#609} Cr-Branched-From: 79f7c91a2b2a2932cd447fa6f865cb6662fa8fa6-refs/heads/master@{#587811} |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by liber...@chromium.org
, Sep 21Owner: nohle@chromium.org
Status: Assigned (was: Available)