Home | History | Annotate | Download | only in filelist

Lines Matching refs:expect

18 expect = test.read('filelist.gyp.stdout')
20 expect = expect.replace('/', r'\\').replace('\r\n', '\n')
24 stdout=expect, ignore_line_numbers=True)
37 expect = test.read('filelist.gypd.golden').replace('\r', '')
38 if not test.match(contents, expect):
40 test.diff(expect, contents, 'src/filelist.gypd ')
44 expect = 'John\nJacob\nJingleheimer\nSchmidt\n'
45 if not test.match(contents, expect):
47 test.diff(expect, contents, 'src/names.txt ')