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

Unified Diff: cc/trees/layer_tree_host_pixeltest_tiles.cc

Issue 2334883002: Revert of Disable LayerTreeHostTilesTestPartialInvalidation.{Full,Partial}Raster_SingleThread... (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_pixeltest_tiles.cc
diff --git a/cc/trees/layer_tree_host_pixeltest_tiles.cc b/cc/trees/layer_tree_host_pixeltest_tiles.cc
index 3f5403dce79b66bc4a8895122b6cdca0bce8d6d5..67342e2115120d01d8e0f45447aa13503516660c 100644
--- a/cc/trees/layer_tree_host_pixeltest_tiles.cc
+++ b/cc/trees/layer_tree_host_pixeltest_tiles.cc
@@ -181,30 +181,15 @@
scoped_refptr<PictureLayer> picture_layer_;
};
-// Fails flakily on Linux ASan (http://crbug.com/645898).
-#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
-#define MAYBE_PartialRaster_SingleThread_OneCopy \
- DISABLED_PartialRaster_SingleThread_OneCopy
-#else
-#define MAYBE_PartialRaster_SingleThread_OneCopy \
- PartialRaster_SingleThread_OneCopy
-#endif
-TEST_F(LayerTreeHostTilesTestPartialInvalidation,
- MAYBE_PartialRaster_SingleThread_OneCopy) {
+TEST_F(LayerTreeHostTilesTestPartialInvalidation,
+ PartialRaster_SingleThread_OneCopy) {
RunRasterPixelTest(
false, PARTIAL_ONE_COPY, picture_layer_,
base::FilePath(FILE_PATH_LITERAL("blue_yellow_partial_flipped.png")));
}
-// Fails flakily on Linux ASan (http://crbug.com/645898).
-#if defined(OS_LINUX) && defined(ADDRESS_SANITIZER)
-#define MAYBE_FullRaster_SingleThread_OneCopy \
- DISABLED_FullRaster_SingleThread_OneCopy
-#else
-#define MAYBE_FullRaster_SingleThread_OneCopy FullRaster_SingleThread_OneCopy
-#endif
-TEST_F(LayerTreeHostTilesTestPartialInvalidation,
- MAYBE_FullRaster_SingleThread_OneCopy) {
+TEST_F(LayerTreeHostTilesTestPartialInvalidation,
+ FullRaster_SingleThread_OneCopy) {
RunRasterPixelTest(
false, FULL_ONE_COPY, picture_layer_,
base::FilePath(FILE_PATH_LITERAL("blue_yellow_flipped.png")));
« 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