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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp

Issue 2474863003: Disable DisplayItemClientTest.IsAlive under UBSan. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
index 688ddd2b657938f4ba452d68c30d09ee4257aacc..462e5a297ca2b2e5c4f6bd3191c64ac461f76079 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
@@ -10,7 +10,7 @@
namespace blink {
namespace {
-#if ENABLE(ASSERT)
+#if ENABLE(ASSERT) && !defined(UNDEFINED_SANITIZER)
TEST(DisplayItemClientTest, IsAlive) {
EXPECT_FALSE(reinterpret_cast<DisplayItemClient*>(0x12345678)->isAlive());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698