Bug 1179287 - Skip TestTiledLayerBuffer due to Linux PGO bustage.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-07-01 13:42:48 -04:00
Родитель e706f98607
Коммит dd75267bf8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,8 @@ UNIFIED_SOURCES += [
'TestTextures.cpp',
# Test works but it doesn't assert anything
#'gfxTextRunPerfTest.cpp',
'TestTiledLayerBuffer.cpp',
# Bug 1179287 - PGO bustage on Linux
#'TestTiledLayerBuffer.cpp',
'TestVsync.cpp',
]