Telemetry: Fix exact_matches in telemetry.test_runner.
commit566ed9f6e71cea313c88e8f259eca76581b72d67
authorjbroman <jbroman@chromium.org>
Sat, 13 Sep 2014 21:15:54 +0000 (13 14:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 13 Sep 2014 21:17:40 +0000 (13 21:17 +0000)
tree5455638a8fbae72525fd50243f3ddf203f8d20ad
parent917b312e36bdebde4d92bf8bcc1e070b5d064f54
Telemetry: Fix exact_matches in telemetry.test_runner.

Previously, if exact_matches was True but there were no exact matches,
it would return fuzzy matches instead. This is not what the caller asked
for.

GPU test names are changed to match the buildbot config, since they were
previously relying on fuzzy matching.

SHERIFFS: May cause errors like:

  No test named "some_test_name".

  Available tests are:
    ...

If so, this CL can be safely reverted.

BUG=413334,413442

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

Cr-Commit-Position: refs/heads/master@{#294757}
content/test/gpu/gpu_tests/gpu_process.py
content/test/gpu/gpu_tests/gpu_rasterization.py
content/test/gpu/gpu_tests/memory_test.py [moved from content/test/gpu/gpu_tests/memory.py with 95% similarity]
content/test/gpu/gpu_tests/memory_test_expectations.py [moved from content/test/gpu/gpu_tests/memory_expectations.py with 94% similarity]
content/test/gpu/gpu_tests/pixel.py
tools/telemetry/telemetry/test_runner.py