Searched refs:expect (Results 76 - 100 of 540) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/assembly/
H A Dgyptest-assembly.py24 expect = """\
28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
H A Dgyptest-override.py19 expect = """\
23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
/external/chromium_org/tools/gyp/test/compilable/
H A Dgyptest-headers.py22 expect = """\
26 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/configurations/invalid/
H A Dgyptest-configurations.py32 expect = ['%s not allowed in the Debug configuration, found in target ' variable
34 test.must_contain_all_lines(test.stderr(), expect)
/external/chromium_org/tools/gyp/test/external-cross-compile/
H A Dgyptest-cross.py22 expect = """\
28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/module/
H A Dgyptest-default.py22 expect = """\
27 test.run_built_executable('program', chdir='src', stdout=expect)
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-input-root.py21 expect = """\
25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/rules-rebuild/
H A Dgyptest-default.py23 expect = """\
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
41 expect = """\
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
59 expect = """\
65 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
80 expect = """\
86 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/same-source-file-name/
H A Dgyptest-pass-executable.py24 expect = """\
31 test.run_built_executable('prog3', chdir='relocate/src', stdout=expect)
/external/lldb/test/functionalities/abbreviation/
H A DTestCommonShortSpellings.py29 self.expect("file " + exe,
42 self.expect("disp a",
44 self.expect("disp b",
48 self.expect("help di",
50 self.expect("help dis",
54 self.expect("help ta st a",
58 self.expect("help fr v",
62 self.expect("ta st li",
/external/lldb/test/functionalities/data-formatter/rdar-11086338/
H A DTestRdar11086338.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect('frame variable arr',
62 self.expect('frame variable other_arr',
64 self.expect('frame variable arr --ptr-depth 1',
66 self.expect('frame variable other_arr --ptr-depth 1',
68 self.expect('frame variable arr --ptr-depth 1 -d no-run-target',
70 self.expect('frame variable other_arr --ptr-depth 1 -d no-run-target',
72 self.expect('frame variable other_arr --ptr-depth 2 -d no-run-target',
/external/lldb/test/lang/cpp/static_members/
H A DTestCPPStaticMembers.py41 self.expect("expression my_a.access()",
44 self.expect("expression my_a.m_a",
48 self.expect("expression my_a.s_d",
51 self.expect("expression my_a.s_b",
54 self.expect("expression A::s_b",
58 self.expect("expression s_d",
62 self.expect("expression m_c",
65 self.expect("expression s_b",
/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
H A DTestDataFormatterSkipSummary.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
67 self.expect('frame variable',
77 self.expect('frame variable --no-summary-depth',
89 self.expect('frame variable --no-summary-depth=2',
102 self.expect('frame variable data1.m_child1 --no-summary-depth=2', matching=False,
106 self.expect('frame variable data1.m_child1 --no-summary-depth=2',
110 self.expect('frame variable *data1.m_child1 --no-summary-depth=2',
118 self.expect('frame variable data1.m_child1->m_child2 --no-summary-depth=2',
127 self.expect('frame variable data1.m_child1->m_child2 --no-summary-depth=1',
151 self.expect('fram
[all...]
/external/lldb/test/lang/objc/hidden-ivars/
H A DTestHiddenIvars.py63 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
68 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
75 self.expect("expression (j->_definer->foo)", VARIABLES_DISPLAYED_CORRECTLY,
78 self.expect("expression (j->_definer->bar)", VARIABLES_DISPLAYED_CORRECTLY,
81 self.expect("expression *(j->_definer)", VARIABLES_DISPLAYED_CORRECTLY,
84 self.expect("expression (k->foo)", VARIABLES_DISPLAYED_CORRECTLY,
87 self.expect("expression (k->bar)", VARIABLES_DISPLAYED_CORRECTLY,
90 self.expect("expression *(k)", VARIABLES_DISPLAYED_CORRECTLY,
97 self.expect("frame variable j->_definer->foo", VARIABLES_DISPLAYED_CORRECTLY,
100 self.expect("fram
[all...]
/external/lldb/test/expression_command/persistent_types/
H A DTestPersistentTypes.py26 self.expect("expression struct $foo $my_foo; $my_foo.a = 2; $my_foo.b = 3;",
29 self.expect("expression $my_foo",
34 self.expect("expression $bar i = 5; i",
40 self.expect("memory read foo -t $foobar",
43 self.expect("memory read foo -t foobar",
/external/lldb/test/settings/
H A DTestSettings.py25 self.expect("apropos 'environment variable'",
39 self.expect('settings show target.env-vars',
55 self.expect('settings show target.run-args',
74 self.expect('settings show target.run-args',
87 self.expect("settings show prompt", SETTING_MSG("prompt"),
91 self.expect("settings show", SETTING_MSG("prompt"),
103 self.expect("settings show term-width", SETTING_MSG("term-width"),
107 self.expect("settings show", SETTING_MSG("term-width"),
129 self.expect("settings show frame-format", SETTING_MSG("frame-format"),
134 self.expect("threa
[all...]
/external/lldb/test/expression_command/formatters/
H A DTestFormatters.py59 self.expect("expression --show-types -- *(new foo(47))",
64 self.expect("expression new int(12)",
69 self.expect("expression new int(12)",
72 self.expect("expression foo1.a_ptr",
75 self.expect("expression foo1",
78 self.expect("expression new foo(47)",
81 self.expect("expression foo2",
88 self.expect("frame variable foo2",
91 self.expect("expression $" + object_name,
97 self.expect("expressio
[all...]
/external/lldb/test/lang/c/bitfields/
H A DTestBitfields.py59 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
64 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
68 self.expect("frame variable --show-types bits", VARIABLES_DISPLAYED_CORRECTLY,
80 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
90 self.expect("expr (bits.b1)", VARIABLES_DISPLAYED_CORRECTLY,
92 self.expect("expr (bits.b2)", VARIABLES_DISPLAYED_CORRECTLY,
94 self.expect("expr (bits.b3)", VARIABLES_DISPLAYED_CORRECTLY,
96 self.expect("expr (bits.b4)", VARIABLES_DISPLAYED_CORRECTLY,
98 self.expect("expr (bits.b5)", VARIABLES_DISPLAYED_CORRECTLY,
100 self.expect("exp
[all...]
/external/lldb/test/functionalities/data-formatter/rdar-11773899/
H A DTestFormattersBoolRefPtr.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect('frame variable yes_ref',
62 self.expect('frame variable no_ref',
67 self.expect('frame variable yes_ptr',
69 self.expect('frame variable no_ptr',
74 self.expect('frame variable yes',
76 self.expect('frame variable no',
/external/lldb/test/functionalities/data-formatter/rdar-9973992/
H A DTest-rdar-9973992.py44 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
58 self.expect('frame variable mine_ptr',
61 self.expect('frame variable *mine_ptr',
66 self.expect('frame variable mine_ptr',
69 self.expect('frame variable *mine_ptr',
75 self.expect('frame variable',
81 self.expect('frame variable',
/external/lldb/test/functionalities/data-formatter/rdar-11988289/
H A DTestRdar 11988289.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect('frame variable dictionary',
62 self.expect('frame variable mutabledict',
64 self.expect('frame variable dictionary --ptr-depth 1',
66 self.expect('frame variable mutabledict --ptr-depth 1',
68 self.expect('frame variable dictionary --ptr-depth 1 --dynamic-type no-run-target',
70 self.expect('frame variable mutabledict --ptr-depth 1 --dynamic-type no-run-target',
72 self.expect('frame variable mutabledict --ptr-depth 2 --dynamic-type no-run-target',
74 self.expect('frame variable mutabledict --ptr-depth 3 --dynamic-type no-run-target',
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/
H A DTestWatchpointCommands.py32 """Test read_write watchpoint and expect to stop two times."""
40 """Test read_write watchpoint and expect to stop two times."""
48 """Test delete watchpoint and expect not to stop for watchpoint."""
56 """Test delete watchpoint and expect not to stop for watchpoint."""
64 """Test watchpoint ignore count and expect to not to stop at all."""
72 """Test watchpoint ignore count and expect to not to stop at all."""
110 """Do read_write watchpoint and expect to stop two times."""
122 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
128 self.expect("watchpoint set variable -w read_write global", WATCHPOINT_CREATED,
134 self.expect("watchpoin
[all...]
/external/chromium_org/mojo/public/js/bindings/
H A Dcodec_unittests.js6 "gin/test/expect",
11 ], function(expect, codec, rect, sample, structs) {
50 expect(actualMemory).toEqual(expectedMemory);
54 expect(reader.payloadSize).toBe(payloadSize);
55 expect(reader.messageName).toBe(messageName);
59 expect(bar2.alpha).toBe(bar.alpha);
60 expect(bar2.beta).toBe(bar.beta);
61 expect(bar2.gamma).toBe(bar.gamma);
62 expect("extraProperty" in bar2).toBeFalsy();
117 expect(actualMemor
[all...]
/external/chromium_org/tools/gyp/test/library_dirs/
H A Dgyptest-library-dirs.py29 expect = """Hello world
32 'libraries-search-path-test', chdir='subdir', stdout=expect)
46 'libraries-search-path-test-lib-suffix', chdir='subdir', stdout=expect)
/external/lldb/test/expression_command/radar_8638051/
H A DTest8638051.py24 self.expect("expression val",
28 self.expect("expression *(&val)",
34 self.expect("expression &val",

Completed in 3911 milliseconds

1234567891011>>