Lines Matching full:sandbox

60    '''In file included from %(basedir)sarch/sandbox/cpu/cpu.c:9:0:
61 %(basedir)sarch/sandbox/include/asm/state.h:44:0: warning: "xxxx" redefined [enabled by default]
62 %(basedir)sarch/sandbox/include/asm/state.h:43:0: note: this is the location of the previous defini…
63 %(basedir)sarch/sandbox/cpu/cpu.c: In function 'do_reset':
64 %(basedir)sarch/sandbox/cpu/cpu.c:27:1: error: unknown type name 'blah'
65 %(basedir)sarch/sandbox/cpu/cpu.c:28:12: error: expected declaration specifiers or '...' before num…
66 make[2]: *** [arch/sandbox/cpu/cpu.o] Error 1
67 make[1]: *** [arch/sandbox/cpu] Error 2
70 %(basedir)sarch/sandbox/include/asm/state.h:44:0: warning: "xxxx" redefined [enabled by default]
71 %(basedir)sarch/sandbox/include/asm/state.h:43:0: note: this is the location of the previous defini…
92 ['Active', 'sandbox', 'sandbox', '', 'Tester', 'Sandbox board', 'board4', ''],
212 self.assertSummary(lines[2].text, 'sandbox', '+', ['board4'])
222 self.assertSummary(lines[7].text, 'sandbox', '+', ['board4'])
231 self.assertSummary(lines[12].text, 'sandbox', '', ['board4'], ok=True)
245 self.assertSummary(lines[17].text, 'sandbox', '+', ['board4'])
258 self.assertSummary(lines[22].text, 'sandbox', '', ['board4'], ok=True)
270 self.assertSummary(lines[26].text, 'sandbox', '+', ['board4'])
313 self.assertEqual(self.boards.SelectBoards(['sandbox']),
314 {'all': 1, 'sandbox': 1})
323 self.assertEqual(self.boards.SelectBoards(['arm sandbox']),
324 {'all': 3, 'arm': 2, 'sandbox' : 1})
328 self.assertEqual(self.boards.SelectBoards(['arm', 'sandbox']),
329 {'all': 3, 'arm': 2, 'sandbox' : 1})
340 'sandbox']),
342 'sandbox' : 1})
355 self.assertEqual(self.boards.SelectBoards(['sandbox sandbox',
356 'sandbox']),
357 {'all': 1, 'sandbox': 1})