From db78bca598fe9533402b3dbcabe9b416d696376d Mon Sep 17 00:00:00 2001 From: "zmo@chromium.org" Date: Fri, 27 Jan 2012 01:53:58 +0000 Subject: 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 --- content/content_tests.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/content_tests.gypi') 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': [ -- cgit v1.1