summaryrefslogtreecommitdiffstats
path: root/base/test/expectations
Commit message (Collapse)AuthorAgeFilesLines
* [Test Expectations] Add GetCurrentPlatform() and GetCurrentConfiguration().rsesek@chromium.org2013-02-113-4/+82
| | | | | | | | | | BUG=173176 TEST=none Review URL: https://chromiumcodereview.appspot.com/12218098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181793 0039d316-1c4b-4281-b951-d872f2087c98
* [Test Expectations] Implement the low-level parser.rsesek@chromium.org2013-02-083-0/+553
| | | | | | | | | | | | This parser will be used by a higher-level class (not yet written) that will act as the Parser::Delegate. BUG=173176 Review URL: https://chromiumcodereview.appspot.com/12096119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181530 0039d316-1c4b-4281-b951-d872f2087c98
* [Test Expectations] Convert the functions to use base::StringPiece.rsesek@chromium.org2013-02-032-9/+11
| | | | | | | | BUG=173176 Review URL: https://codereview.chromium.org/12154008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180314 0039d316-1c4b-4281-b951-d872f2087c98
* [Test Expectations] Create the basic data structures.rsesek@chromium.org2013-02-014-0/+292
These will be used and emitted by the parser, but since that's a largeish CL, I've split out this piece. BUG=173176 Review URL: https://chromiumcodereview.appspot.com/12109003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180013 0039d316-1c4b-4281-b951-d872f2087c98