| 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()
|
|
|