Searched refs:expect (Results 51 - 75 of 540) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A DTestDataFormatterCpp.py43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
47 self.expect("frame variable",
66 self.expect("type format list",
73 self.expect("frame variable",
79 self.expect("frame variable",
82 self.expect("frame variable", matching=False,
90 self.expect("type format list", matching=False,
93 # Delete type format for 'Speed', we should expect an error message.
94 self.expect("type format delete Speed", error=True,
99 self.expect("fram
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
H A DTestDataFormatterNamedSummaries.py43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect("frame variable first",
64 self.expect("frame variable first --summary AllUseIt",
68 self.expect("frame variable first", matching=False,
70 self.expect("frame variable first",
75 self.expect("frame variable first",
78 self.expect("frame variable first --summary AllUseIt",
82 self.expect("frame variable second --summary AllUseIt",
86 self.expect("frame variable third --summary AllUseIt",
93 self.expect("fram
[all...]
/external/chromium_org/tools/gyp/test/library/
H A Dgyptest-shared.py32 expect = """\
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
54 expect = """\
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
81 expect = """\
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
H A Dgyptest-static.py32 expect = """\
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
54 expect = """\
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
81 expect = """\
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-all.py24 expect = """\
34 test.run_built_executable('program', chdir=chdir, stdout=expect)
36 expect = """\
45 test.run_built_executable('program2', chdir=chdir, stdout=expect)
62 expect = """\
71 test.run_built_executable('program4', chdir=chdir, stdout=expect)
H A Dgyptest-default.py21 expect = """\
31 test.run_built_executable('program', chdir=chdir, stdout=expect)
33 expect = """\
42 test.run_built_executable('program2', chdir=chdir, stdout=expect)
/external/chromium_org/tools/gyp/test/rules-rebuild/
H A Dgyptest-all.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)
/external/lldb/test/expression_command/test/
H A DTestExprs2.py34 self.expect("expression (int*)argv",
39 self.expect("expression ((char**)environ)[0]",
44 self.expect("expression int i = 5; i",
47 self.expect("expression $2 + 1",
52 self.expect("expression 20 + 3",
55 self.expect("expression $4 + 1",
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A DTestDataFormatterAdv.py43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
62 self.expect("frame variable cool_boy",
65 self.expect("frame variable cooler_boy",
70 self.expect("frame variable cool_boy",
77 self.expect("frame variable int_array",
83 self.expect("frame variable cool_array",
90 self.expect("frame variable iAmInt",
95 self.expect("frame variable iAmInt",
103 self.expect("frame variable *pointer",
109 self.expect("fram
[all...]
/external/lldb/test/functionalities/command_script/import/
H A DTestImport.py44 self.expect("command script import ./nosuchfile.py",
46 self.expect("command script import ./nosuchfolder/",
48 self.expect("command script import ./foo/foo.py", error=False)
51 self.expect("TPcommandA",substrs=["hello world A"])
52 self.expect("TPcommandB",substrs=["hello world B"])
55 self.expect("command script import ./dummymodule.py", error=False)
56 self.expect("command script import --allow-reload ./dummymodule.py", error=False)
61 self.expect("foocmd hello",
63 self.expect("foo2cmd hello",
65 self.expect("barcm
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
H A DTestDataFormatterDisabling.py43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
66 self.expect('type category list', substrs = ['system is enabled', 'gnu-libstdc++ is enabled', 'AppKit is enabled'])
68 self.expect("frame variable numbers",
71 self.expect('frame variable string1', substrs = ['hello world'])
76 self.expect("frame variable numbers", matching=False,
79 self.expect('frame variable string1', matching=False, substrs = ['hello world'])
81 self.expect('type category list', substrs = ['system is not enabled', 'gnu-libstdc++ is not enabled', 'AppKit is not enabled'])
86 self.expect('type category list', substrs = ['system is enabled', 'gnu-libstdc++ is enabled', 'AppKit is enabled'])
88 self.expect("frame variable numbers",
91 self.expect('fram
[all...]
/external/lldb/test/lang/cpp/namespace/
H A DTestNamespace.py52 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
66 self.expect('frame variable', VARIABLES_DISPLAYED_CORRECTLY,
70 self.expect("frame variable --show-declaration --show-globals i",
75 self.expect("frame variable --show-declaration --show-globals j",
83 self.expect("frame variable A::B::j", VARIABLES_DISPLAYED_CORRECTLY,
88 self.expect("frame variable '(anonymous namespace)::i'", VARIABLES_DISPLAYED_CORRECTLY,
95 self.expect("expression -- i + j",
104 self.expect("expression -- ::i", VARIABLES_DISPLAYED_CORRECTLY,
106 self.expect("expression -- A::B::j", VARIABLES_DISPLAYED_CORRECTLY,
110 self.expect("expressio
[all...]
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock_unittests.js7 "gin/test/expect",
11 ], function(console, expect, monotonicClock, timer, threading) {
16 expect(now).toBeGreaterThan(then);
/external/chromium_org/tools/gyp/test/defines-escaping/
H A Dgyptest-defines-escaping.py28 expect = """
31 test.run_built_executable('defines_escaping', stdout=expect)
46 expect = """
49 test.run_built_executable('defines_escaping', stdout=expect)
69 expect = """
72 test.run_built_executable('defines_escaping', stdout=expect)
92 expect = """
95 test.run_built_executable('defines_escaping', stdout=expect)
114 expect = r"""
119 test.run_built_executable('defines_escaping', stdout=expect)
155 expect = "%PATH%" variable
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dmath-floor-part1.js32 function testFloor(expect, input) {
35 assertEquals(expect, test(input));
36 assertEquals(expect, test(input));
37 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
44 assertEquals(expect, test_double_output(input));
45 assertEquals(expect, test_double_output(input));
46 assertEquals(expect, test_double_output(input));
48 assertEquals(expect, test_double_output(input));
H A Dmath-floor-part2.js32 function testFloor(expect, input) {
35 assertEquals(expect, test(input));
36 assertEquals(expect, test(input));
37 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
44 assertEquals(expect, test_double_output(input));
45 assertEquals(expect, test_double_output(input));
46 assertEquals(expect, test_double_output(input));
48 assertEquals(expect, test_double_output(input));
H A Dmath-floor-part3.js32 function testFloor(expect, input) {
35 assertEquals(expect, test(input));
36 assertEquals(expect, test(input));
37 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
44 assertEquals(expect, test_double_output(input));
45 assertEquals(expect, test_double_output(input));
46 assertEquals(expect, test_double_output(input));
48 assertEquals(expect, test_double_output(input));
H A Dmath-floor-part4.js32 function testFloor(expect, input) {
35 assertEquals(expect, test(input));
36 assertEquals(expect, test(input));
37 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
44 assertEquals(expect, test_double_output(input));
45 assertEquals(expect, test_double_output(input));
46 assertEquals(expect, test_double_output(input));
48 assertEquals(expect, test_double_output(input));
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
H A DTestBreakpointLocations.py43 self.expect("breakpoint list -f", "Breakpoint locations shown correctly",
49 self.expect("breakpoint disable 3.*",
55 self.expect("breakpoint disable 1.*", "All 3 breakpoint locatons disabled correctly",
62 self.expect("process status", "No stopping on any disabled breakpoint",
66 self.expect("breakpoint enable 1.*", "All 3 breakpoint locatons enabled correctly",
70 self.expect("breakpoint disable 1.1", "1 breakpoint locatons disabled correctly",
77 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT,
84 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT,
88 self.expect("breakpoint list -f", "The breakpoints should report correct hit counts",
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
H A DTestDataFormatterLibcxxList.py46 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
66 self.expect("frame variable numbers_list --raw", matching=False,
70 self.expect("frame variable numbers_list",
74 self.expect("p numbers_list",
80 self.expect("frame variable numbers_list",
87 self.expect("frame variable numbers_list",
100 self.expect("frame variable numbers_list",
112 self.expect("p numbers_list",
125 self.expect("frame variable numbers_list[0]",
127 self.expect("fram
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A DTestDataFormatterStdIterator.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect('frame variable ivI', substrs = ['item = 3'])
62 self.expect('expr ivI', substrs = ['item = 3'])
64 self.expect('frame variable iimI', substrs = ['first = 0','second = 12'])
65 self.expect('expr iimI', substrs = ['first = 0','second = 12'])
67 self.expect('frame variable simI', substrs = ['first = "world"','second = 42'])
68 self.expect('expr simI', substrs = ['first = "world"','second = 42'])
70 self.expect('frame variable svI', substrs = ['item = "hello"'])
71 self.expect('expr svI', substrs = ['item = "hello"'])
/external/lldb/test/functionalities/platform/
H A DTestPlatformCommand.py18 self.expect("platform list",
23 self.expect("platform process list",
28 self.expect("platform process info", error=True,
32 self.expect("platform status",
/external/chromium_org/mojo/public/js/bindings/
H A Dcore_unittests.js6 "gin/test/expect",
9 ], function(expect, core, gc) {
23 expect(pipe.result).toBe(core.RESULT_OK);
27 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
28 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
35 expect(pipe.result).toBe(core.RESULT_OK);
39 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
40 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
45 expect(pipe.result).toBe(core.RESULT_OK);
49 expect(cor
[all...]
/external/lldb/test/functionalities/data-formatter/rdar-9974002/
H A DTest-rdar-9974002.py47 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect('frame variable mine',
67 self.expect('frame variable mine',
73 self.expect('frame variable mine',
79 self.expect('frame variable mine',
85 self.expect('frame variable mine',
91 self.expect('frame variable mine',
97 self.expect('frame variable mine',
104 self.expect('frame variable mine',
110 self.expect('fram
[all...]
/external/lldb/test/functionalities/target_command/
H A DTestTargetCommand.py101 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT,
106 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT,
116 self.expect("target variable my_global_char", VARIABLES_DISPLAYED_CORRECTLY,
118 self.expect("target variable my_global_str", VARIABLES_DISPLAYED_CORRECTLY,
120 self.expect("target variable my_static_int", VARIABLES_DISPLAYED_CORRECTLY,
122 self.expect("target variable my_global_str_ptr", matching=False,
124 self.expect("target variable *my_global_str_ptr", matching=True,
126 self.expect("target variable *my_global_str", VARIABLES_DISPLAYED_CORRECTLY,
132 self.expect("target variable my_global_str", VARIABLES_DISPLAYED_CORRECTLY,
134 self.expect("targe
[all...]

Completed in 7824 milliseconds

1234567891011>>