Revert of nanobench: turn on f16 and sRGB on the bots (patchset #1 id:1 of https...
authormtklein <mtklein@google.com>
Tue, 8 Mar 2016 21:25:42 +0000 (13:25 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 8 Mar 2016 21:25:42 +0000 (13:25 -0800)
Reason for revert:
Debug bots failing at
   Running writepix_RGBA_UPM f16

../../../src/core/SkBitmap.cpp:558: fatal error: ""false && \"Can't return addr for config\"""

Original issue's description:
> nanobench: turn on f16 and sRGB on the bots
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1769163006
>
> Committed: https://skia.googlesource.com/skia/+/6b5c5cc7b7bdffb4882706b915b544aba8714961

TBR=reed@google.com,mtklein@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1780463003

tools/nanobench_flags.json
tools/nanobench_flags.py

index bdf7cf1..2eaa3b7 100644 (file)
@@ -16,8 +16,6 @@
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "msaa4", 
     "nvprmsaa4", 
     "--match", 
@@ -61,8 +59,6 @@
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "--match", 
     "~blurroundrect", 
     "~patch_grid", 
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "msaa4", 
     "nvprmsaa4", 
     "--match", 
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "--match", 
     "~blurroundrect", 
     "~patch_grid", 
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "msaa16", 
     "nvprmsaa16", 
     "--match", 
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "msaa16", 
     "nvprmsaa16", 
     "--loops", 
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "msaa16", 
     "nvprmsaa16", 
     "--GPUbenchTileW", 
     "nonrendering", 
     "angle", 
     "hwui", 
-    "srgb", 
-    "f16", 
     "msaa16", 
     "nvprmsaa16", 
     "--match", 
index a2ce167..451cd55 100755 (executable)
@@ -44,7 +44,6 @@ def get_args(bot):
 
   if 'Appurify' not in bot:
     config = ['565', '8888', 'gpu', 'nonrendering', 'angle', 'hwui']
-    config.extend(['srgb', 'f16'])
     # The S4 crashes and the NP produces a long error stream when we run with
     # MSAA.
     if ('GalaxyS4'    not in bot and