diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 01:53:58 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 01:53:58 +0000 |
commit | db78bca598fe9533402b3dbcabe9b416d696376d (patch) | |
tree | ffb105db8be8758c0e4657a98576fd3a2c73eee1 /content/content_tests.gypi | |
parent | 79357dc2bf78b9802cb840c6160fb5f6d26bb630 (diff) | |
download | chromium_src-db78bca598fe9533402b3dbcabe9b416d696376d.zip chromium_src-db78bca598fe9533402b3dbcabe9b416d696376d.tar.gz chromium_src-db78bca598fe9533402b3dbcabe9b416d696376d.tar.bz2 |
Implement gpu test expectations parser.
This is the second CL of enabling a finer way to mark gpu test expectations. It implements a parser that can read the test_expectations.txt file and then based on the current bot and the test name, decide what's the expected test behavior, i.e., pass/fail/etc.
BUG=101216
TEST=content_unittests, GPUTestExpectationsParser.*
R=kbr
Review URL: https://chromiumcodereview.appspot.com/9271035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 9c380d4..8f97927 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -87,6 +87,8 @@ 'test/content_test_suite.h', 'test/gpu/gpu_test_config.cc', 'test/gpu/gpu_test_config.h', + 'test/gpu/gpu_test_expectations_parser.cc', + 'test/gpu/gpu_test_expectations_parser.h', 'test/js_injection_ready_observer.h', 'test/mock_geolocation.cc', 'test/mock_geolocation.h', @@ -289,6 +291,7 @@ 'renderer/pepper_plugin_delegate_impl_unittest.cc', 'renderer/v8_value_converter_impl_unittest.cc', 'test/gpu/gpu_test_config_unittest.cc', + 'test/gpu/gpu_test_expectations_parser_unittest.cc', 'test/run_all_unittests.cc', ], 'conditions': [ |