Lines Matching refs:TestSettings
1 Let's pick test/settings/TestSettings.py as our example. First, notice the file
2 name "TestSettings.py", the Test*.py pattern is the default mechanism that the
3 test driver uses for discovery of tests. As to TestSettings.py, it defines a
12 To just run the TestSettings.py test, chdir to the lldb test directory, and then
32 test_set_auto_confirm (TestSettings.SettingsCommandTestCase)
34 test_set_output_path (TestSettings.SettingsCommandTestCase)
36 test_set_prompt (TestSettings.SettingsCommandTestCase)
38 test_set_term_width (TestSettings.SettingsCommandTestCase)
40 test_with_dsym (TestSettings.SettingsCommandTestCase)
42 test_with_dwarf (TestSettings.SettingsCommandTestCase)
228 There are also other test methods present in the TestSettings.py mode:
268 @expectedFailure decorator for TestSettings.py, and then run the test module:
274 test_set_auto_confirm (TestSettings.SettingsCommandTestCase)
276 test_set_output_path (TestSettings.SettingsCommandTestCase)
278 test_set_prompt (TestSettings.SettingsCommandTestCase)
280 test_set_term_width (TestSettings.SettingsCommandTestCase)
282 test_with_dsym (TestSettings.SettingsCommandTestCase)
284 test_with_dwarf (TestSettings.SettingsCommandTestCase)
288 FAIL: test_set_output_path (TestSettings.SettingsCommandTestCase)
292 …File "/Volumes/data/lldb/svn/trunk/test/settings/TestSettings.py", line 125, in test_set_output_pa…
306 TestSettings.SettingsCommandTestCase.test_set_output_path.log