Lines Matching +full:test +full:- +full:expectations
6 Use of this source code is governed by a BSD-style license that can be
11 Gathers diffs between 2 JSON expectations files, or between actual and
12 expected results within a single JSON actual-results file,
13 and generates an old-vs-new diff dictionary.
15 TODO(epoger): Fix indentation in this file (2-space indents, not 4-space).
18 # System-level imports
28 # that directory. That script allows us to parse the actual-results.json file
71 1. Each test has either 0 or 1 allowed results.
72 2. All expectations are of type JSONKEY_HASHTYPE_BITMAP_64BITMD5.
77 Any tests for which we have no expectations will be left out of the
96 'test %s has %d allowed digests' % (
101 'test %s has unsupported hashtype %s' % (
136 'test %s has unsupported hashtype %s' % (
156 old = expectations within oldfile
157 new = expectations within newfile
168 old = expectations within oldjson
169 new = expectations within newjson
186 help='Path to JSON file whose expectations to display on ' +
191 help='Path to JSON file whose expectations to display on ' +