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

Unified Diff: components/exo/display_unittest.cc

Issue 2086833004: Run exo_unittests in waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable crashing test Created 4 years, 6 months 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 | « components/exo/BUILD.gn ('k') | components/exo/wayland/server_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/display_unittest.cc
diff --git a/components/exo/display_unittest.cc b/components/exo/display_unittest.cc
index 953abcc94ec801f82513ea58f5f67c7b33f17406..6d6f6624cb1106a88d9abdb4813cacc36b676e2f 100644
--- a/components/exo/display_unittest.cc
+++ b/components/exo/display_unittest.cc
@@ -55,11 +55,11 @@ TEST_F(DisplayTest, CreateSharedMemory) {
}
#if defined(USE_OZONE)
-TEST_F(DisplayTest, CreateLinuxDMABufBuffer) {
+// The test crashes: crbug.com/622724
+TEST_F(DisplayTest, DISABLED_CreateLinuxDMABufBuffer) {
const gfx::Size buffer_size(256, 256);
std::unique_ptr<Display> display(new Display);
-
// Creating a prime buffer from a native pixmap handle should succeed.
scoped_refptr<ui::NativePixmap> pixmap =
ui::OzonePlatform::GetInstance()
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/exo/wayland/server_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698