Skip to content

Commit

Permalink
Disable IndexedDBDispatcherHostTest.DatabaseOperationSequencing on ubsan
Browse files Browse the repository at this point in the history
While the test failure can be investigated (see the linked bug for more
details).

Bug: 1252769
Change-Id: I054d47f8134cfb773dad690feb76979f63425ecf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3182222
Auto-Submit: Martin Šrámek <msramek@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Reviewed-by: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#924789}
  • Loading branch information
msramek authored and Chromium LUCI CQ committed Sep 24, 2021
1 parent 4fdefdf commit 4d84fc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1411,8 +1411,8 @@ TEST_F(IndexedDBDispatcherHostTest, DISABLED_NotifyIndexedDBContentChanged) {
}

// Flaky on Mac and Linux ASAN builds. See: crbug.com/1189512.
#if defined(OS_MAC) || (defined(OS_LINUX) && defined(ADDRESS_SANITIZER)) || \
defined(OS_CHROMEOS) || defined(OS_ANDROID)
#if defined(OS_MAC) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || \
(defined(OS_LINUX) && (defined(ADDRESS_SANITIZER) || defined(UBSAN)))
#define MAYBE_DatabaseOperationSequencing DISABLED_DatabaseOperationSequencing
#else
#define MAYBE_DatabaseOperationSequencing DatabaseOperationSequencing
Expand Down

0 comments on commit 4d84fc0

Please sign in to comment.